Home
last modified time | relevance | path

Searched refs:UCPTRIE_VALUE_BITS_16 (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c204 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
219 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
232 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
245 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
253 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
286 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
307 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
318 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieGetters()
439 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF16()
467 if(valueWidth==UCPTRIE_VALUE_BITS_16) { in testTrieUTF16()
[all …]
/external/icu/icu4c/source/common/
Ducptrie.cpp87 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in ucptrie_openFromBinary()
121 case UCPTRIE_VALUE_BITS_16: in ucptrie_openFromBinary()
218 case UCPTRIE_VALUE_BITS_16: in getValue()
480 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth || in ucptrie_toBinary()
489 case UCPTRIE_VALUE_BITS_16: in ucptrie_toBinary()
526 case UCPTRIE_VALUE_BITS_16: in ucptrie_toBinary()
550 case UCPTRIE_VALUE_BITS_16: in countNull()
577 dataLength*(trie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 2 : in ucptrie_printLengths()
Dutrie_swap.cpp231 case UCPTRIE_VALUE_BITS_16: in ucptrie_swap()
261 case UCPTRIE_VALUE_BITS_16: in ucptrie_swap()
Dumutablecptrie.cpp213 case UCPTRIE_VALUE_BITS_16: in fromUCPTrie()
1576 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth) { in build()
1587 case UCPTRIE_VALUE_BITS_16: in build()
1612 if (valueWidth == UCPTRIE_VALUE_BITS_16) { in build()
1694 case UCPTRIE_VALUE_BITS_16: in build()
Dcharacterproperties.cpp340 valueWidth = UCPTRIE_VALUE_BITS_16; in makeMap()
Dloadednormalizer2impl.cpp95 ownedTrie=ucptrie_openFromBinary(UCPTRIE_TYPE_FAST, UCPTRIE_VALUE_BITS_16, in load()
/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp253 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrieArrays()
295 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 : in usrc_writeUCPTrie()
/external/icu/icu4c/source/common/unicode/
Ducptrie.h162 UCPTRIE_VALUE_BITS_16, enumerator
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp726 … umutablecptrie_buildImmutable(norm16Trie, UCPTRIE_TYPE_FAST, UCPTRIE_VALUE_BITS_16, errorCode)); in processData()