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

  /external/icu4c/test/cintltst/
trie2test.c 132 if(valueBits==UTRIE2_16_VALUE_BITS) {
143 if(valueBits==UTRIE2_16_VALUE_BITS) {
153 if(valueBits==UTRIE2_16_VALUE_BITS) {
180 if(valueBits==UTRIE2_16_VALUE_BITS) {
193 if(valueBits==UTRIE2_16_VALUE_BITS) {
228 if(valueBits==UTRIE2_16_VALUE_BITS) {
248 if(valueBits==UTRIE2_16_VALUE_BITS) {
307 if(valueBits==UTRIE2_16_VALUE_BITS) {
332 if(valueBits==UTRIE2_16_VALUE_BITS) {
430 if(valueBits==UTRIE2_16_VALUE_BITS) {
    [all...]
  /external/icu4c/common/
utrie2.cpp 173 if(valueBits==UTRIE2_16_VALUE_BITS) {
179 if(valueBits==UTRIE2_16_VALUE_BITS) {
207 case UTRIE2_16_VALUE_BITS:
254 if(valueBits==UTRIE2_16_VALUE_BITS) {
277 if(valueBits==UTRIE2_16_VALUE_BITS) {
323 case UTRIE2_16_VALUE_BITS:
441 case UTRIE2_16_VALUE_BITS:
468 case UTRIE2_16_VALUE_BITS:
utrie2_builder.c 442 trie1->data32!=NULL ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS,
    [all...]
propsvec.c 480 utrie2_freeze(toUTrie2.trie, UTRIE2_16_VALUE_BITS, pErrorCode);
utrie2.h 70 UTRIE2_16_VALUE_BITS,
    [all...]
normalizer2impl.cpp 310 normTrie=utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
    [all...]
ucnvsel.cpp 566 sel->trie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
  /external/icu4c/i18n/
uspoof_wsconf.cpp 326 utrie2_freeze(anyCaseTrie, UTRIE2_16_VALUE_BITS, &status);
339 utrie2_freeze(lowerCaseTrie, UTRIE2_16_VALUE_BITS, &status);
377 UTRIE2_16_VALUE_BITS,
384 UTRIE2_16_VALUE_BITS,
uspoof_impl.cpp 611 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
615 fLowerCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
  /external/icu4c/tools/gennorm2/
n2builder.cpp     [all...]

Completed in 255 milliseconds