HomeSort by relevance Sort by last modified time
    Searched refs:UTRIE2_16_VALUE_BITS (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/test/cintltst/
trie2test.c 130 if(valueBits==UTRIE2_16_VALUE_BITS) {
141 if(valueBits==UTRIE2_16_VALUE_BITS) {
151 if(valueBits==UTRIE2_16_VALUE_BITS) {
178 if(valueBits==UTRIE2_16_VALUE_BITS) {
191 if(valueBits==UTRIE2_16_VALUE_BITS) {
226 if(valueBits==UTRIE2_16_VALUE_BITS) {
246 if(valueBits==UTRIE2_16_VALUE_BITS) {
305 if(valueBits==UTRIE2_16_VALUE_BITS) {
330 if(valueBits==UTRIE2_16_VALUE_BITS) {
428 if(valueBits==UTRIE2_16_VALUE_BITS) {
    [all...]
  /external/icu/icu4c/source/common/
utrie2.cpp 177 if(valueBits==UTRIE2_16_VALUE_BITS) {
183 if(valueBits==UTRIE2_16_VALUE_BITS) {
211 case UTRIE2_16_VALUE_BITS:
258 if(valueBits==UTRIE2_16_VALUE_BITS) {
281 if(valueBits==UTRIE2_16_VALUE_BITS) {
327 case UTRIE2_16_VALUE_BITS:
474 case UTRIE2_16_VALUE_BITS:
501 case UTRIE2_16_VALUE_BITS:
utrie2_builder.cpp 440 trie1->data32!=NULL ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS,
    [all...]
loadednormalizer2impl.cpp 92 ownedTrie=utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
propsvec.c 482 utrie2_freeze(toUTrie2.trie, UTRIE2_16_VALUE_BITS, pErrorCode);
utrie2.h 71 UTRIE2_16_VALUE_BITS,
    [all...]
ucnvsel.cpp 566 sel->trie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
  /external/icu/icu4c/source/i18n/
uspoof_wsconf.cpp 329 utrie2_freeze(anyCaseTrie, UTRIE2_16_VALUE_BITS, &status);
342 utrie2_freeze(lowerCaseTrie, UTRIE2_16_VALUE_BITS, &status);
380 UTRIE2_16_VALUE_BITS,
387 UTRIE2_16_VALUE_BITS,
uspoof_impl.cpp 649 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
653 fLowerCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp     [all...]

Completed in 166 milliseconds