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

  /external/icu/icu4c/source/common/
ucptrie.cpp 87 if (valueWidth == UCPTRIE_VALUE_BITS_16) {
121 case UCPTRIE_VALUE_BITS_16:
218 case UCPTRIE_VALUE_BITS_16:
480 valueWidth < UCPTRIE_VALUE_BITS_16 || UCPTRIE_VALUE_BITS_8 < valueWidth ||
489 case UCPTRIE_VALUE_BITS_16:
526 case UCPTRIE_VALUE_BITS_16:
550 case UCPTRIE_VALUE_BITS_16:
577 dataLength*(trie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 2 :
utrie_swap.cpp 231 case UCPTRIE_VALUE_BITS_16:
261 case UCPTRIE_VALUE_BITS_16:
umutablecptrie.cpp 213 case UCPTRIE_VALUE_BITS_16:
    [all...]
characterproperties.cpp 340 valueWidth = UCPTRIE_VALUE_BITS_16;
loadednormalizer2impl.cpp 95 ownedTrie=ucptrie_openFromBinary(UCPTRIE_TYPE_FAST, UCPTRIE_VALUE_BITS_16,
  /external/icu/icu4c/source/test/cintltst/
ucptrietest.c 204 if (valueWidth == UCPTRIE_VALUE_BITS_16) {
219 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
232 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
245 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
253 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
286 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
307 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
318 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
439 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
467 if(valueWidth==UCPTRIE_VALUE_BITS_16) {
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
writesrc.cpp 253 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 :
295 pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 :
  /external/icu/icu4c/source/common/unicode/
ucptrie.h 162 UCPTRIE_VALUE_BITS_16,
343 * @see UCPTRIE_VALUE_BITS_16
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 726 umutablecptrie_buildImmutable(norm16Trie, UCPTRIE_TYPE_FAST, UCPTRIE_VALUE_BITS_16, errorCode));
    [all...]

Completed in 93 milliseconds