HomeSort by relevance Sort by last modified time
    Searched full:utrie2 (Results 26 - 50 of 68) sorted by null

12 3

  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 14 * Performance test program for UTrie2.
28 // and new UTrie2, switched with #if in unorm.cpp and ubidi_props.c.
  /external/icu4c/i18n/
uspoof_impl.h 21 #include "utrie2.h"
254 UTrie2 *fAnyCaseTrie;
255 UTrie2 *fLowerCaseTrie;
323 // The actual data consists of a utrie2 to map from a code point to an offset,
uspoof_wsconf.cpp 115 UTrie2 *anyCaseTrie = NULL;
116 UTrie2 *lowerCaseTrie = NULL;
210 UTrie2 *table = anyCaseTrie;
  /external/chromium_org/third_party/icu/source/common/
propsvec.c 23 #include "utrie2.h"
476 U_CAPI UTrie2 * U_EXPORT2
490 * some 16-bit field and builds and returns a UTrie2.
ucnvsel.cpp 36 #include "utrie2.h"
47 UTrie2 *trie; // 16 bit trie containing offsets into pv
271 * serialized UTrie2; // indexes[UCNVSEL_INDEX_TRIE_SIZE] bytes
438 /* swap the UTrie2 */
normalizer2impl.cpp 30 #include "utrie2.h"
250 UTrie2 *trie;
    [all...]
Makefile.in 95 utrie.o utrie2.o utrie2_builder.o bmpset.o unisetspan.o uset_props.o uniset_props.o uset.o uniset.o usetiter.o ruleiter.o caniter.o unifilt.o unifunct.o \
common.vcxproj.filters 136 <ClCompile Include="utrie2.cpp">
579 <ClInclude Include="utrie2.h">
normalizer2.cpp 536 const UTrie2 *
838 const UTrie2 *trie=Normalizer2Factory::getFCDTrie(*pErrorCode);
uprops.cpp 307 const UTrie2 *trie=Normalizer2Factory::getFCDTrie(errorCode);
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.cpp 113 UTrie2 *anyCaseTrie = NULL;
114 UTrie2 *lowerCaseTrie = NULL;
211 UTrie2 *table = anyCaseTrie;
uspoof_impl.h 18 #include "utrie2.h"
323 UTrie2 *fAnyCaseTrie;
324 UTrie2 *fLowerCaseTrie;
392 // The actual data consists of a utrie2 to map from a code point to an offset,
  /external/icu4c/common/
propsvec.c 23 #include "utrie2.h"
478 U_CAPI UTrie2 * U_EXPORT2
492 * some 16-bit field and builds and returns a UTrie2.
normalizer2impl.h 31 #include "utrie2.h"
230 const UTrie2 *getNormTrie() const { return normTrie; }
583 UTrie2 *normTrie;
695 * UTrie2 normTrie; -- see utrie2_impl.h and utrie2.h
750 * UTrie2 or other large data structure with the full FCD value mapping.
Android.mk 102 uprops.cpp utrie2.cpp \
ucnvsel.cpp 38 #include "utrie2.h"
49 UTrie2 *trie; // 16 bit trie containing offsets into pv
273 * serialized UTrie2; // indexes[UCNVSEL_INDEX_TRIE_SIZE] bytes
440 /* swap the UTrie2 */
Makefile.in 101 utrie.o utrie2.o utrie2_builder.o bmpset.o unisetspan.o uset_props.o uniset_props.o uniset_closure.o uset.o uniset.o usetiter.o ruleiter.o caniter.o unifilt.o unifunct.o \
common.vcxproj.filters 133 <ClCompile Include="utrie2.cpp">
613 <ClInclude Include="utrie2.h">
    [all...]
  /external/chromium_org/third_party/icu/
icuuc.host.darwin-arm.mk 171 third_party/icu/source/common/utrie2.cpp \
icuuc.host.darwin-mips.mk 171 third_party/icu/source/common/utrie2.cpp \
icuuc.host.darwin-x86.mk 171 third_party/icu/source/common/utrie2.cpp \
icuuc.host.linux-arm.mk 171 third_party/icu/source/common/utrie2.cpp \
icuuc.host.linux-mips.mk 171 third_party/icu/source/common/utrie2.cpp \
icuuc.host.linux-x86.mk 171 third_party/icu/source/common/utrie2.cpp \
  /external/chromium_org/tools/gn/secondary/third_party/icu/
BUILD.gn 368 "source/common/utrie2.cpp",

Completed in 632 milliseconds

12 3