/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucptrie.cpp | 31 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()
|
D | utrie_swap.cpp | 221 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()
|
D | characterproperties.cpp | 338 valueWidth = UCPTRIE_VALUE_BITS_8; in makeMap()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucptrie.cpp | 31 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()
|
D | utrie_swap.cpp | 221 valueWidth > UCPTRIE_VALUE_BITS_8 || in ucptrie_swap() 237 case UCPTRIE_VALUE_BITS_8: in ucptrie_swap() 274 case UCPTRIE_VALUE_BITS_8: in ucptrie_swap()
|
D | emojiprops.cpp | 97 cpTrie = ucptrie_openFromBinary(UCPTRIE_TYPE_FAST, UCPTRIE_VALUE_BITS_8, in load()
|
D | rbbi.cpp | 754 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleNext() 772 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleSafePrevious()
|
D | rbbidata.cpp | 124 if (!(width == UCPTRIE_VALUE_BITS_8 || width == UCPTRIE_VALUE_BITS_16)) { in init()
|
/third_party/icu/icu4c/source/common/ |
D | ucptrie.cpp | 31 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()
|
D | utrie_swap.cpp | 221 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()
|
D | characterproperties.cpp | 340 valueWidth = UCPTRIE_VALUE_BITS_8; in makeMap()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucptrie.cpp | 31 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()
|
D | utrie_swap.cpp | 221 valueWidth > UCPTRIE_VALUE_BITS_8 || in ucptrie_swap() 237 case UCPTRIE_VALUE_BITS_8: in ucptrie_swap() 274 case UCPTRIE_VALUE_BITS_8: in ucptrie_swap()
|
D | rbbi.cpp | 754 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleNext() 772 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleSafePrevious()
|
D | characterproperties.cpp | 340 valueWidth = UCPTRIE_VALUE_BITS_8; in makeMap()
|
D | rbbidata.cpp | 124 if (!(width == UCPTRIE_VALUE_BITS_8 || width == UCPTRIE_VALUE_BITS_16)) { in init()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | writesrc.cpp | 255 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 297 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | writesrc.cpp | 255 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 297 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | writesrc.cpp | 255 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 297 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | writesrc.cpp | 275 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrieArrays() 334 pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0; in usrc_writeUCPTrie()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 173 UCPTRIE_VALUE_BITS_8 enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 173 UCPTRIE_VALUE_BITS_8 enumerator
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
D | icuexportdata.cpp | 83 width = UCPTRIE_VALUE_BITS_8; in dumpEnumeratedProperty()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 173 UCPTRIE_VALUE_BITS_8 enumerator
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 171 UCPTRIE_VALUE_BITS_8 enumerator
|