Home
last modified time | relevance | path

Searched refs:UCPTRIE_VALUE_BITS_8 (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Ducptrie.cpp31 valueWidth < UCPTRIE_VALUE_BITS_ANY || UCPTRIE_VALUE_BITS_8 < valueWidth) { in ucptrie_openFromBinary()
52 if (typeInt > UCPTRIE_TYPE_SMALL || valueWidthInt > UCPTRIE_VALUE_BITS_8 || in ucptrie_openFromBinary()
129 case UCPTRIE_VALUE_BITS_8: in ucptrie_openFromBinary()
222 case UCPTRIE_VALUE_BITS_8: in getValue()
480 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth || in ucptrie_toBinary()
495 case UCPTRIE_VALUE_BITS_8: in ucptrie_toBinary()
532 case UCPTRIE_VALUE_BITS_8: in ucptrie_toBinary()
560 case UCPTRIE_VALUE_BITS_8: in countNull()
Dutrie_swap.cpp221 valueWidth > UCPTRIE_VALUE_BITS_8 || in ucptrie_swap()
237 case UCPTRIE_VALUE_BITS_8: in ucptrie_swap()
269 case UCPTRIE_VALUE_BITS_8: in ucptrie_swap()
Dumutablecptrie.cpp221 case UCPTRIE_VALUE_BITS_8: in fromUCPTrie()
1576 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth) { in build()
1590 case UCPTRIE_VALUE_BITS_8: in build()
1706 case UCPTRIE_VALUE_BITS_8: in build()
Dcharacterproperties.cpp338 valueWidth = UCPTRIE_VALUE_BITS_8; in makeMap()
/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp255 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays()
297 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
/external/icu/icu4c/source/common/unicode/
Ducptrie.h173 UCPTRIE_VALUE_BITS_8 enumerator
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c914 UCPTRIE_TYPE_FAST, UCPTRIE_VALUE_BITS_8, withClone, in testTrieSerializeAllValueWidth()