/external/icu4c/data/xml/collation/ |
root.xml | 18 <icu:UCARules icu:uca_rules="../unidata/UCARules.txt"/>
|
/external/icu4c/test/intltest/ |
ucaconf.cpp | 72 UChar *ucarules; local 75 ucarules = (UChar *)malloc(size * sizeof(UChar)); 77 size = ucol_getRulesEx(UCA, UCOL_FULL_RULES, ucarules, size); 78 rbUCA = ucol_openRules(ucarules, size, UCOL_DEFAULT, UCOL_TERTIARY, 80 free(ucarules);
|
/external/icu4c/i18n/ |
ucol_res.cpp | 283 result->ucaRules = ures_getStringByKey(b,"UCARules",NULL,&intStatus); 471 result->ucaRules = NULL; 499 const UChar* ucaRules = 0; 504 ucaRules = coll->ucaRules; 505 if (ucaRules) { 506 UCAlen = u_strlen(ucaRules); 509 ucaRules = ures_getStringByKey(coll->rb,"UCARules",&UCAlen,&status) [all...] |
ucol_imp.h | [all...] |
ucol.cpp | 371 result->ucaRules = NULL; 549 localCollator->ucaRules = coll->ucaRules; // There should only be one copy here. 844 result->ucaRules = NULL; [all...] |
ucol_elm.cpp | [all...] |
/external/icu4c/data/unidata/ |
changes.txt | 164 * update FractionalUCA.txt and UCARules.txt with new canonical closure 239 * update FractionalUCA.txt and UCARules.txt with new canonical closure 314 * update FractionalUCA.txt and UCARules.txt with new canonical closure
|
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 397 UChar ucarules[0x10000]; local 400 rules = ucarules; 413 if (rules != ucarules) { 418 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, ucarules, 428 if (rules != ucarules) { [all...] |
/external/icu4c/tools/genrb/ |
genrb.c | 304 * another file, like UCARules.txt or thaidict.brk.
|
parse.c | 565 /* if (tag != NULL && uprv_strcmp(tag, "%%UCARULES") == 0) [all...] |
/external/icu4c/test/cintltst/ |
creststn.c | [all...] |
cmsccoll.c | [all...] |