Searched refs:UTRIE_GET16 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidn.cpp297 UTRIE_GET16(idnTrie,i, result);
330 UTRIE_GET16(idnTrie,codepoint, result);
426 UTRIE_GET16(&idnTrie,0x2323E, result);
429 UTRIE_GET16(idnTrie,start, result);
/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp297 UTRIE_GET16(idnTrie,i, result);
330 UTRIE_GET16(idnTrie,codepoint, result);
426 UTRIE_GET16(&idnTrie,0x2323E, result);
429 UTRIE_GET16(idnTrie,start, result);
/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp1068 // Note: the 16 in UTRIE_GET16 refers to the size of the data being returned,
1071 UTRIE_GET16(&fData->fTrie, c, category);
1288 // Note: the 16 in UTRIE_GET16 refers to the size of the data being returned,
1291 UTRIE_GET16(&fData->fTrie, c, category);
1555 UTRIE_GET16(&fData->fTrie, c, category);
1623 UTRIE_GET16(&fData->fTrie, c, category);
1635 UTRIE_GET16(&fData->fTrie, c, category);
1651 UTRIE_GET16(&fData->fTrie, c, category);
1665 UTRIE_GET16(&fData->fTrie, c, category);
1676 UTRIE_GET16(
[all...]
H A Dutrie.h336 #define UTRIE_GET16(trie, c32, result) _UTRIE_GET(trie, index, c32, result, uint16_t) macro
H A Dusprep.cpp534 UTRIE_GET16(&profile->sprepTrie,ch,result);
749 UTRIE_GET16(&profile->sprepTrie,ch,result);
/external/icu/icu4c/source/common/
H A Drbbi.cpp1068 // Note: the 16 in UTRIE_GET16 refers to the size of the data being returned,
1071 UTRIE_GET16(&fData->fTrie, c, category);
1288 // Note: the 16 in UTRIE_GET16 refers to the size of the data being returned,
1291 UTRIE_GET16(&fData->fTrie, c, category);
1555 UTRIE_GET16(&fData->fTrie, c, category);
1623 UTRIE_GET16(&fData->fTrie, c, category);
1635 UTRIE_GET16(&fData->fTrie, c, category);
1651 UTRIE_GET16(&fData->fTrie, c, category);
1665 UTRIE_GET16(&fData->fTrie, c, category);
1676 UTRIE_GET16(
[all...]
H A Dutrie.h336 #define UTRIE_GET16(trie, c32, result) _UTRIE_GET(trie, index, c32, result, uint16_t) macro
H A Dusprep.cpp534 UTRIE_GET16(&profile->sprepTrie,ch,result);
749 UTRIE_GET16(&profile->sprepTrie,ch,result);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dsprpdata.c161 UTRIE_GET16(&trie, codepoint, result);
252 UTRIE_GET16(&idnTrie,0x2323E, result);
255 UTRIE_GET16(&trie,start, result);
H A Dtrietest.c403 UTRIE_GET16(&trie, start, value2);
612 UTRIE_GET16(&trie, start, value2);
850 UTRIE_GET16(&trie, c, value);
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c161 UTRIE_GET16(&trie, codepoint, result);
252 UTRIE_GET16(&idnTrie,0x2323E, result);
255 UTRIE_GET16(&trie,start, result);
H A Dtrietest.c403 UTRIE_GET16(&trie, start, value2);
612 UTRIE_GET16(&trie, start, value2);
850 UTRIE_GET16(&trie, c, value);

Completed in 1833 milliseconds