Searched refs:ucptrie_get (Results 1 – 13 of 13) sorted by relevance
/external/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 | 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 | 2517 return (int32_t)ucptrie_get(fCanonIterData->trie, c); in getCanonValue()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 258 ucptrie_get(const UCPTrie *trie, UChar32 c);
|
D | urename.h | 791 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ucptrie.h | 258 ucptrie_get(const UCPTrie *trie, UChar32 c);
|
D | urename.h | 791 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucptrie.h | 258 ucptrie_get(const UCPTrie *trie, UChar32 c);
|
D | urename.h | 791 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 267 value2=ucptrie_get(trie, start); in testTrieGetters() 334 value=ucptrie_get(trie, -1); in testTrieGetters() 335 value2=ucptrie_get(trie, 0x110000); in testTrieGetters() 394 uint32_t errorValue = ucptrie_get(trie, -1); in testTrieUTF16()
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 791 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 4776 int cat = ucptrie_get(trie, cp); in TestReverse()
|