Home
last modified time | relevance | path

Searched refs:UCOL_FULL_RULES (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp76 UCA->getRules(UCOL_FULL_RULES, ucarules); in initRbUCA()
Dapicoll.cpp336 coll->getRules(UCOL_FULL_RULES, rules); in TestRules()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h360 UCOL_FULL_RULES enumerator
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c714 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, 256); in TestUCARules()
719 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, ruleLen); in TestUCARules()
Dcapitst.c400 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen ); in TestProperty()