Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/icu/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()
271 case UCPTRIE_VALUE_BITS_32: in ucptrie_swap()
Dumutablecptrie.cpp222 case UCPTRIE_VALUE_BITS_32: in fromUCPTrie()
1590 case UCPTRIE_VALUE_BITS_32: in build()
1610 if (valueWidth == UCPTRIE_VALUE_BITS_32 && (indexLength & 1) != 0) { in build()
1627 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in build()
1706 case UCPTRIE_VALUE_BITS_32: in build()
Dcharacterproperties.cpp344 valueWidth = UCPTRIE_VALUE_BITS_32; in makeMap()
Dnormalizer2impl.cpp2556 … impl->fCanonIterData->mutableTrie, UCPTRIE_TYPE_SMALL, UCPTRIE_VALUE_BITS_32, &errorCode); in doInit()
/third_party/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()
271 case UCPTRIE_VALUE_BITS_32: in ucptrie_swap()
Dumutablecptrie.cpp222 case UCPTRIE_VALUE_BITS_32: in fromUCPTrie()
1590 case UCPTRIE_VALUE_BITS_32: in build()
1610 if (valueWidth == UCPTRIE_VALUE_BITS_32 && (indexLength & 1) != 0) { in build()
1627 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in build()
1706 case UCPTRIE_VALUE_BITS_32: in build()
Dcharacterproperties.cpp372 valueWidth = UCPTRIE_VALUE_BITS_32; in makeMap()
Dnormalizer2impl.cpp2559 … impl->fCanonIterData->mutableTrie, UCPTRIE_TYPE_SMALL, UCPTRIE_VALUE_BITS_32, &errorCode); in doInit()
/third_party/node/deps/icu-small/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()
271 case UCPTRIE_VALUE_BITS_32: in ucptrie_swap()
Dumutablecptrie.cpp222 case UCPTRIE_VALUE_BITS_32: in fromUCPTrie()
1590 case UCPTRIE_VALUE_BITS_32: in build()
1610 if (valueWidth == UCPTRIE_VALUE_BITS_32 && (indexLength & 1) != 0) { in build()
1627 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in build()
1706 case UCPTRIE_VALUE_BITS_32: in build()
Dcharacterproperties.cpp380 valueWidth = UCPTRIE_VALUE_BITS_32; in makeMap()
/third_party/icu/icu4c/source/test/cintltst/
Ducptrietest.c209 } else if (valueWidth == UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
224 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
237 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
250 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
258 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
291 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
313 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
324 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieGetters()
444 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF16()
472 } else if(valueWidth==UCPTRIE_VALUE_BITS_32) { in testTrieUTF16()
[all …]
/third_party/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dwritesrc.cpp292 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrieArrays()
351 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrie()
/third_party/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp283 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrieArrays()
342 pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 : in usrc_writeUCPTrie()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp239 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_32; in dumpEnumeratedProperty()
271 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_32; in dumpBidiMirroringGlyph()
612 UCPTRIE_VALUE_BITS_32, in writeDecompositionData()
1089 UCPTRIE_VALUE_BITS_32, in computeDecompositions()
/third_party/node/deps/icu-small/source/common/unicode/
Ducptrie.h166 UCPTRIE_VALUE_BITS_32, enumerator
/third_party/icu/icu4c/source/common/unicode/
Ducptrie.h166 UCPTRIE_VALUE_BITS_32, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h167 UCPTRIE_VALUE_BITS_32, enumerator
/third_party/icu/icu4c/source/tools/icuexportdata/
Dicuexportdata.cpp164 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_32; in dumpEnumeratedProperty()
435 UCPTRIE_VALUE_BITS_32, in writeDecompositionData()
935 UCPTRIE_VALUE_BITS_32, in computeDecompositions()
/third_party/icu/icu4c/source/tools/genrb/
Dparse.cpp1003 UCPTRIE_VALUE_BITS_32, in writeCollationDataTOML()
/third_party/node/deps/icu-small/source/tools/genrb/
Dparse.cpp1003 UCPTRIE_VALUE_BITS_32, in writeCollationDataTOML()

12