Home
last modified time | relevance | path

Searched refs:ruleStringLength (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/colprobe/
Dcolprobe.cpp1518 int32_t ruleStringLength = ucol_getRulesEx(gCol, UCOL_TAILORING_ONLY, ruleString, 16384); in processCollator() local
1521 printRules(ruleString, ruleStringLength, out); in processCollator()
1522 printRules(ruleString, ruleStringLength, log); in processCollator()
DcolprobeNew.cpp648 int32_t ruleStringLength = ucol_getRulesEx(gCol, UCOL_TAILORING_ONLY, ruleString, 16384); in processCollator() local
649 logger->log(UnicodeString(ruleString, ruleStringLength), TRUE); in processCollator()