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.cpp78 UCA->getRules(UCOL_FULL_RULES, ucarules); in initRbUCA()
Dapicoll.cpp338 coll->getRules(UCOL_FULL_RULES, rules); in TestRules()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h371 UCOL_FULL_RULES enumerator
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c713 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, 256); in TestUCARules()
718 ruleLen = ucol_getRulesEx(coll, UCOL_FULL_RULES, rules, ruleLen); in TestUCARules()
Dcapitst.c402 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen ); in TestProperty()