Searched defs:tailored (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/i18n/
H A Ducol_tok.h117 UHashtable *tailored; member in struct:__anon5365
H A Ducol_res.cpp690 // there are more tailored elements in one list
1013 UnicodeSet *tailored = new UnicodeSet(); local
1030 tailored->add(pattern);
1037 return (USet *)tailored;
/external/icu4c/test/intltest/
H A Dsrchtest.cpp1071 RuleBasedCollator *tailored = new RuleBasedCollator(rules, status); local
1072 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
1077 delete tailored;
1081 strsrch->setCollator(tailored, status);
1082 if (U_FAILURE(status) || (*strsrch->getCollator()) != (*tailored)) {
1085 delete tailored;
1090 delete tailored;
1099 delete tailored;
1105 delete tailored;
1925 RuleBasedCollator *tailored local
[all...]
/external/icu4c/test/cintltst/
H A Dusrchtst.c928 UCollator *tailored = NULL; local
949 tailored = usearch_getCollator(strsrch);
953 ucol_setStrength(tailored, UCOL_PRIMARY);
978 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
984 usearch_setCollator(strsrch, tailored, &status);
985 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
1004 if (tailored != NULL) {
1005 ucol_close(tailored);
2031 UCollator *tailored = NULL; local
2064 tailored
[all...]
H A Dcmsccoll.c1054 /* would, except that it cannot be tailored. A range (we currently only */
1241 log_verbose("Reset is tailored codepoint %04X, don't know how to continue, taking next test\n", *(src.source+oldOffset));
1455 UChar tailored[2048]; local
1464 u_uastrcpy(tailored, "ABCcd");
1465 tailoredLen = u_strlen(tailored);
1473 if(!ucol_isTailored(coll, tailored[i], &status)) {
1474 log_err("%i: %04X should be tailored - it is reported as not\n", i, tailored[i]);
1479 log_err("%i: %04X should not be tailored - it is reported as it is\n", i, notTailored[i]);
1491 log_err_status(status, "0x4E9C should be tailored
[all...]
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp115 UBool tailored; member in struct:__anon5587
344 * @param fullrules flag to indicate if only tailored collation elements are to
883 if (element.tailored) {
887 if (element.tailored) {
1012 scriptelem[count].tailored = FALSE;
1018 scriptelem[count].tailored = FALSE;
1047 scriptelem[count].tailored = FALSE;
1096 scriptelem[count].tailored = FALSE;
1148 * Marks tailored elements
1201 if (!scriptelem[i].tailored
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 435 milliseconds