Searched refs:UTRIE_GET32 (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/cintltst/ |
D | trietest.c | 400 UTRIE_GET32(&trie, start, value2); in testTrieRangesWithMalloc() 609 UTRIE_GET32(&trie, start, value2); in testTrieRanges() 842 UTRIE_GET32(&trie, c, value); in dummyTest()
|
/external/icu4c/common/ |
D | utrie.h | 344 #define UTRIE_GET32(trie, c32, result) _UTRIE_GET(trie, data32, c32, result, uint32_t) macro
|
D | unorm.cpp | 788 UTRIE_GET32(&normTrie, c, norm32); in unorm_getCanonicalDecomposition() 965 UTRIE_GET32(&normTrie, c, norm32); in u_getCombiningClass() 1195 UTRIE_GET32(&normTrie, c, norm32); 1267 UTRIE_GET32(&normTrie, c, norm32); 1551 UTRIE_GET32(&normTrie, c, norm32);
|