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

  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.cpp 116 anyCaseTrie = utrie2_open(0, 0, &status);
117 lowerCaseTrie = utrie2_open(0, 0, &status);
  /external/icu/icu4c/source/i18n/
uspoof_wsconf.cpp 118 anyCaseTrie = utrie2_open(0, 0, &status);
119 lowerCaseTrie = utrie2_open(0, 0, &status);
collationbasedatabuilder.cpp 114 trie = utrie2_open(Collation::UNASSIGNED_CE32, Collation::FFFD_CE32, &errorCode);
collationdatabuilder.cpp 309 trie = utrie2_open(Collation::FALLBACK_CE32, Collation::FFFD_CE32, &errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utrie2_builder.c 109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { function
382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
421 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode);
    [all...]
propsvec.c 515 toUTrie2->trie=utrie2_open(toUTrie2->initialValue,
utrie2.h 94 * @see utrie2_open
105 * be loaded. Equivalent to calling utrie2_open() and utrie2_freeze(),
121 * @see utrie2_open
206 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
    [all...]
normalizer2impl.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 811 trie=utrie2_open(initialValue, errorValue, &errorCode);
813 log_err("error: utrie2_open(%s) failed: %s\n", testName, u_errorName(errorCode));
    [all...]
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { function
382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
421 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode);
    [all...]
propsvec.c 517 toUTrie2->trie=utrie2_open(toUTrie2->initialValue,
utrie2.h 95 * @see utrie2_open
106 * be loaded. Equivalent to calling utrie2_open() and utrie2_freeze(),
122 * @see utrie2_open
207 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
    [all...]
normalizer2impl.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 811 trie=utrie2_open(initialValue, errorValue, &errorCode);
813 log_err("error: utrie2_open(%s) failed: %s\n", testName, u_errorName(errorCode));
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 164 normTrie=utrie2_open(0, 0, &errorCode);
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 175 normTrie=utrie2_open(0, 0, &errorCode);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1685 #define utrie2_open macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1677 #define utrie2_open macro
    [all...]

Completed in 313 milliseconds