Home
last modified time | relevance | path

Searched refs:UCPTRIE_VALUE_BITS_32 (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
Ducptrie.cpp89 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in ucptrie_openFromBinary()
125 case UCPTRIE_VALUE_BITS_32: in ucptrie_openFromBinary()
220 case UCPTRIE_VALUE_BITS_32: in getValue()
492 case UCPTRIE_VALUE_BITS_32: in ucptrie_toBinary()
529 case UCPTRIE_VALUE_BITS_32: in ucptrie_toBinary()
555 case UCPTRIE_VALUE_BITS_32: in countNull()
578 trie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 4 : 1); in ucptrie_printLengths()
Dutrie_swap.cpp234 case UCPTRIE_VALUE_BITS_32: in ucptrie_swap()
264 case UCPTRIE_VALUE_BITS_32: in ucptrie_swap()
Dumutablecptrie.cpp217 case UCPTRIE_VALUE_BITS_32: in fromUCPTrie()
1585 case UCPTRIE_VALUE_BITS_32: in build()
1605 if (valueWidth == UCPTRIE_VALUE_BITS_32 && (indexLength & 1) != 0) { in build()
1622 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in build()
1701 case UCPTRIE_VALUE_BITS_32: in build()
Dcharacterproperties.cpp342 valueWidth = UCPTRIE_VALUE_BITS_32; in makeMap()
Dnormalizer2impl.cpp2413 … impl->fCanonIterData->mutableTrie, UCPTRIE_TYPE_SMALL, UCPTRIE_VALUE_BITS_32, &errorCode); in doInit()
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c206 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
221 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
234 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
247 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
255 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
288 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
310 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
321 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
441 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF16()
469 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF16()
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp254 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrieArrays()
296 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrie()
/external/icu/icu4c/source/common/unicode/
Ducptrie.h167 UCPTRIE_VALUE_BITS_32, enumerator