Home
last modified time | relevance | path

Searched refs:ucptrie_get (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Drbbi_cache.cpp145 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()
Duprops.cpp550 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()
Ducptrie.cpp233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get() function
591 return ucptrie_get(reinterpret_cast<const UCPTrie *>(map), c); in ucpmap_get()
Dnormalizer2impl.cpp2651 return (int32_t)ucptrie_get(fCanonIterData->trie, c); in getCanonValue()
/third_party/icu/icu4c/source/common/
Drbbi_cache.cpp145 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()
Duprops.cpp583 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()
Ducptrie.cpp233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get() function
591 return ucptrie_get(reinterpret_cast<const UCPTrie *>(map), c); in ucpmap_get()
Dnormalizer2impl.cpp2654 return (int32_t)ucptrie_get(fCanonIterData->trie, c); in getCanonValue()
/third_party/node/deps/icu-small/source/common/
Drbbi_cache.cpp145 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()
Duprops.cpp646 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()
Ducptrie.cpp233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get() function
591 return ucptrie_get(reinterpret_cast<const UCPTrie *>(map), c); in ucpmap_get()
Dnormalizer2impl.cpp2654 return (int32_t)ucptrie_get(fCanonIterData->trie, c); in getCanonValue()
/third_party/icu/icu4c/source/test/cintltst/
Ducptrietest.c269 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/
Ducptrie.h257 ucptrie_get(const UCPTrie *trie, UChar32 c);
Durename.h802 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
/third_party/icu/icu4c/source/common/unicode/
Ducptrie.h257 ucptrie_get(const UCPTrie *trie, UChar32 c);
Durename.h801 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h258 ucptrie_get(const UCPTrie *trie, UChar32 c);
Durename.h792 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp4683 int cat = ucptrie_get(trie, cp); in TestReverse()