/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbi_cache.cpp | 145 category = ucptrie_get(fBI->fData->fTrie, c); in populateDictionary() 153 category = ucptrie_get(fBI->fData->fTrie, c); in populateDictionary() 171 category = ucptrie_get(fBI->fData->fTrie, c); in populateDictionary()
|
D | uprops.cpp | 550 return ulayout_ensureData() && gInpcTrie != nullptr ? ucptrie_get(gInpcTrie, c) : 0; in getInPC() 554 return ulayout_ensureData() && gInscTrie != nullptr ? ucptrie_get(gInscTrie, c) : 0; in getInSC() 558 return ulayout_ensureData() && gVoTrie != nullptr ? ucptrie_get(gVoTrie, c) : 0; in getVo()
|
D | ucptrie.cpp | 233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get() function 591 return ucptrie_get(reinterpret_cast<const UCPTrie *>(map), c); in ucpmap_get()
|
D | normalizer2impl.cpp | 2651 return (int32_t)ucptrie_get(fCanonIterData->trie, c); in getCanonValue()
|
/third_party/icu/icu4c/source/common/ |
D | rbbi_cache.cpp | 145 category = ucptrie_get(fBI->fData->fTrie, c); in populateDictionary() 153 category = ucptrie_get(fBI->fData->fTrie, c); in populateDictionary() 171 category = ucptrie_get(fBI->fData->fTrie, c); in populateDictionary()
|
D | uprops.cpp | 583 return ulayout_ensureData() && gInpcTrie != nullptr ? ucptrie_get(gInpcTrie, c) : 0; in getInPC() 587 return ulayout_ensureData() && gInscTrie != nullptr ? ucptrie_get(gInscTrie, c) : 0; in getInSC() 591 return ulayout_ensureData() && gVoTrie != nullptr ? ucptrie_get(gVoTrie, c) : 0; in getVo()
|
D | ucptrie.cpp | 233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get() function 591 return ucptrie_get(reinterpret_cast<const UCPTrie *>(map), c); in ucpmap_get()
|
D | normalizer2impl.cpp | 2654 return (int32_t)ucptrie_get(fCanonIterData->trie, c); in getCanonValue()
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbi_cache.cpp | 145 category = ucptrie_get(fBI->fData->fTrie, c); in populateDictionary() 153 category = ucptrie_get(fBI->fData->fTrie, c); in populateDictionary() 172 category = ucptrie_get(fBI->fData->fTrie, c); in populateDictionary()
|
D | uprops.cpp | 646 return ulayout_ensureData() && gInpcTrie != nullptr ? ucptrie_get(gInpcTrie, c) : 0; in getInPC() 650 return ulayout_ensureData() && gInscTrie != nullptr ? ucptrie_get(gInscTrie, c) : 0; in getInSC() 654 return ulayout_ensureData() && gVoTrie != nullptr ? ucptrie_get(gVoTrie, c) : 0; in getVo()
|
D | ucptrie.cpp | 233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get() function 591 return ucptrie_get(reinterpret_cast<const UCPTrie *>(map), c); in ucpmap_get()
|
D | normalizer2impl.cpp | 2654 return (int32_t)ucptrie_get(fCanonIterData->trie, c); in getCanonValue()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 269 value2=ucptrie_get(trie, start); in testTrieGetters() 336 value=ucptrie_get(trie, -1); in testTrieGetters() 337 value2=ucptrie_get(trie, 0x110000); in testTrieGetters() 396 uint32_t errorValue = ucptrie_get(trie, -1); in testTrieUTF16()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 257 ucptrie_get(const UCPTrie *trie, UChar32 c);
|
D | urename.h | 802 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 257 ucptrie_get(const UCPTrie *trie, UChar32 c);
|
D | urename.h | 801 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 258 ucptrie_get(const UCPTrie *trie, UChar32 c);
|
D | urename.h | 792 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 4683 int cat = ucptrie_get(trie, cp); in TestReverse()
|