Searched defs:COLLATOR_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp68 static UCollator *COLLATOR_; variable
365 ucol_getVersion(COLLATOR_, version);
368 outputAttribute(COLLATOR_, &error);
369 outputNormalization(COLLATOR_);
371 UCollationElements *iter = ucol_openElements(COLLATOR_, str, strlen,
404 const UChar *temp = ucol_getRules(COLLATOR_, &rulelength);
418 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, ucarules,
423 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, rules,
500 COLLATOR_ = ucol_open("en_US", &error);
507 setAttributes(COLLATOR_,
[all...]
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp68 static UCollator *COLLATOR_; variable
365 ucol_getVersion(COLLATOR_, version);
368 outputAttribute(COLLATOR_, &error);
369 outputNormalization(COLLATOR_);
371 UCollationElements *iter = ucol_openElements(COLLATOR_, str, strlen,
404 const UChar *temp = ucol_getRules(COLLATOR_, &rulelength);
418 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, ucarules,
423 rulelength = ucol_getRulesEx(COLLATOR_, UCOL_FULL_RULES, rules,
500 COLLATOR_ = ucol_open("en_US", &error);
507 setAttributes(COLLATOR_,
[all...]

Completed in 63 milliseconds