Searched refs:utrie2_get32 (Results 1 - 19 of 19) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.cpp183 uint32_t ce32 = utrie2_get32(builder.trie, c);
249 return utrie2_get32(builder.trie, c);
257 return utrie2_get32(builder.trie, jamo);
407 return Collation::isAssignedCE32(utrie2_get32(trie, c));
412 uint32_t ce32 = utrie2_get32(trie, c);
424 uint32_t ce32 = utrie2_get32(trie, c);
545 uint32_t oldCE32 = utrie2_get32(trie, c);
1046 uint32_t ce32 = utrie2_get32(trie, c);
1062 uint32_t ce32 = utrie2_get32(trie, c);
1089 uint32_t ce32 = utrie2_get32(tri
[all...]
H A Duspoof_wsconf.cpp224 int32_t setIndex = utrie2_get32(table, cp);
H A Duspoof_impl.cpp248 uint32_t index = utrie2_get32(table, c);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c163 value2=utrie2_get32(trie, start);
260 value=utrie2_get32(trie, -1);
261 value2=utrie2_get32(trie, 0x110000);
503 value=utrie2_get32(trie, 1);
505 value2=utrie2_get32(trie, 1);
514 value2=utrie2_get32(trie, 1);
735 value=utrie2_get32(trie, 0xa1);
737 value2=utrie2_get32(trie, 0xa1);
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c163 value2=utrie2_get32(trie, start);
260 value=utrie2_get32(trie, -1);
261 value2=utrie2_get32(trie, 0x110000);
503 value=utrie2_get32(trie, 1);
505 value2=utrie2_get32(trie, 1);
514 value2=utrie2_get32(trie, 1);
735 value=utrie2_get32(trie, 0xa1);
737 value2=utrie2_get32(trie, 0xa1);
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp219 uint32_t i=utrie2_get32(normTrie, c);
227 return norms[utrie2_get32(normTrie, c)];
235 uint32_t i=utrie2_get32(normTrie, c);
996 if(utrie2_get32(norm16Trie, c)!=0) {
1123 uint32_t maxValue=utrie2_get32(norm16Trie, lead);
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp219 uint32_t i=utrie2_get32(normTrie, c);
227 return norms[utrie2_get32(normTrie, c)];
235 uint32_t i=utrie2_get32(normTrie, c);
996 if(utrie2_get32(norm16Trie, c)!=0) {
1123 uint32_t maxValue=utrie2_get32(norm16Trie, lead);
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.cpp224 int32_t setIndex = utrie2_get32(table, cp);
H A Duspoof_impl.cpp248 uint32_t index = utrie2_get32(table, c);
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.cpp1765 uint32_t canonValue=utrie2_get32(trie, decompLead);
1844 uint32_t oldValue=utrie2_get32(newData.trie, c);
1885 uint32_t c2Value=utrie2_get32(newData.trie, c2);
1912 return (int32_t)utrie2_get32(fCanonIterData->trie, c);
H A Dutrie2.h140 utrie2_get32(const UTrie2 *trie, UChar32 c);
H A Dutrie2.cpp60 utrie2_get32(const UTrie2 *trie, UChar32 c) { function
H A Dutrie2_builder.cpp1182 highValue=utrie2_get32(trie, 0x10ffff);
1190 * Set trie->highStart only after utrie2_get32(trie, highStart).
1191 * Otherwise utrie2_get32(trie, highStart) would try to read the highValue.
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp1867 uint32_t canonValue=utrie2_get32(trie, decompLead);
1946 uint32_t oldValue=utrie2_get32(newData.trie, c);
1987 uint32_t c2Value=utrie2_get32(newData.trie, c2);
2014 return (int32_t)utrie2_get32(fCanonIterData->trie, c);
H A Dutrie2.h140 utrie2_get32(const UTrie2 *trie, UChar32 c);
H A Dutrie2.cpp60 utrie2_get32(const UTrie2 *trie, UChar32 c) { function
H A Dutrie2_builder.cpp1182 highValue=utrie2_get32(trie, 0x10ffff);
1190 * Set trie->highStart only after utrie2_get32(trie, highStart).
1191 * Otherwise utrie2_get32(trie, highStart) would try to read the highValue.
/external/icu/icu4c/source/common/unicode/
H A Durename.h1679 #define utrie2_get32 U_ICU_ENTRY_POINT_RENAME(utrie2_get32) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1756 #define utrie2_get32 U_ICU_ENTRY_POINT_RENAME(utrie2_get32) macro

Completed in 5221 milliseconds