/external/chromium_org/third_party/icu/source/test/intltest/ |
testidn.cpp | 295 UTRIE_GET16(idnTrie,i, result); 328 UTRIE_GET16(idnTrie,codepoint, result); 424 UTRIE_GET16(&idnTrie,0x2323E, result); 427 UTRIE_GET16(idnTrie,start, result);
|
/external/icu4c/test/intltest/ |
testidn.cpp | 296 UTRIE_GET16(idnTrie,i, result); 329 UTRIE_GET16(idnTrie,codepoint, result); 425 UTRIE_GET16(&idnTrie,0x2323E, result); 428 UTRIE_GET16(idnTrie,start, result);
|
/external/chromium_org/third_party/icu/source/common/ |
rbbi.cpp | [all...] |
utrie.h | 335 #define UTRIE_GET16(trie, c32, result) _UTRIE_GET(trie, index, c32, result, uint16_t)
|
usprep.cpp | 543 UTRIE_GET16(&profile->sprepTrie,ch,result); 758 UTRIE_GET16(&profile->sprepTrie,ch,result);
|
/external/icu4c/common/ |
rbbi.cpp | [all...] |
utrie.h | 336 #define UTRIE_GET16(trie, c32, result) _UTRIE_GET(trie, index, c32, result, uint16_t)
|
usprep.cpp | 540 UTRIE_GET16(&profile->sprepTrie,ch,result); 755 UTRIE_GET16(&profile->sprepTrie,ch,result);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
sprpdata.c | 160 UTRIE_GET16(&trie, codepoint, result); 251 UTRIE_GET16(&idnTrie,0x2323E, result); 254 UTRIE_GET16(&trie,start, result);
|
trietest.c | 402 UTRIE_GET16(&trie, start, value2); 611 UTRIE_GET16(&trie, start, value2); 849 UTRIE_GET16(&trie, c, value);
|
/external/icu4c/test/cintltst/ |
sprpdata.c | 161 UTRIE_GET16(&trie, codepoint, result); 252 UTRIE_GET16(&idnTrie,0x2323E, result); 255 UTRIE_GET16(&trie,start, result);
|
trietest.c | 403 UTRIE_GET16(&trie, start, value2); 612 UTRIE_GET16(&trie, start, value2); 850 UTRIE_GET16(&trie, c, value);
|