• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/tools/dumpce/

Lines Matching +defs:main +defs:element

21 *     dumpce options... please check main function.
160 * @param iter collation element iterator
342 * Output the collation element belonging to the locale into a file
474 * Output the collation element into a file
750 // compare the 2 script element sort key
784 * @param element the element to output
785 * @param compare the comparison with the previous element
786 * @param expansion flags TRUE if element has an expansion
788 void outputScriptElem(ScriptElement &element, int compare, UBool expansion)
826 ucol_getSortKey(COLLATOR_, element.ch, element.count, sortkey, 32);
844 int32_t length = unorm_normalize(element.ch, element.count, UNORM_NFC, 0, nfc,
857 outputUChar(element.ch, element.count);
873 while (i < element.count) {
876 U16_NEXT(element.ch, i, element.count, codepoint);
883 if (element.tailored) {
887 if (element.tailored) {
890 if (i < element.count) {
1150 * @param scriptelem script element list
1151 * @param scriptelemlength size of the script element list
1216 * Checks if the collation iterator has more than 1 collation element
1217 * @parem coleiter collation element iterator
1218 * @return TRUE if collation iterator has more than 1 collation element
1227 fprintf(stdout, "Error getting next collation element\n");
1238 fprintf(stdout, "Error getting next collation element\n");
1291 fprintf(stdout, "Error creating collation element iterator\n");
1300 fprintf(stdout, "Error setting text in collation element iterator\n");
1326 fprintf(OUTPUT_, "<base target=\"main\">\n");
1428 fprintf(file, "<base target=\"main\">\n");
1544 int main(int argc, char *argv[]) {