Searched refs:ucptrie_get (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 437 return ucptrie_get(&inpc_trie, c); in getInPC() 441 return ucptrie_get(&insc_trie, c); in getInSC() 445 return ucptrie_get(&vo_trie, c); 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 | 2508 return (int32_t)ucptrie_get(fCanonIterData->trie, c); in getCanonValue()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 266 value2=ucptrie_get(trie, start); in testTrieGetters() 333 value=ucptrie_get(trie, -1); in testTrieGetters() 334 value2=ucptrie_get(trie, 0x110000); in testTrieGetters() 393 uint32_t errorValue = ucptrie_get(trie, -1); in testTrieUTF16()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 277 ucptrie_get(const UCPTrie *trie, UChar32 c);
|
D | urename.h | 774 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 774 #define ucptrie_get U_ICU_ENTRY_POINT_RENAME(ucptrie_get) macro
|