Home
last modified time | relevance | path

Searched refs:UCA_FIRST_IMPLICIT (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ducol_tok.cpp1855 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT); in ucol_tok_initTokenList()
1875 setIndirectBoundaries(10, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT); in ucol_tok_initTokenList()
1877 setIndirectBoundaries(11, consts->UCA_FIRST_IMPLICIT, 0); in ucol_tok_initTokenList()
Ducol_imp.h698 uint32_t UCA_FIRST_IMPLICIT[2]; member
/external/icu4c/test/cintltst/
Dcmsccoll.c1098 …UCOL_NEXT_TOP_VALUE = consts->UCA_FIRST_IMPLICIT[0], UCOL_NEXT_TOP_CONT = consts->UCA_FIRST_IMPLIC… in testCEs()
1110 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT); in testCEs()
1130 setIndirectBoundaries(10, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT); in testCEs()
1132 setIndirectBoundaries(11, consts->UCA_FIRST_IMPLICIT, 0); in testCEs()
/external/icu4c/tools/genuca/
Dgenuca.cpp490 {"[first implicit", consts->UCA_FIRST_IMPLICIT, READCE}, in readAnElement()