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

  /external/icu/icu4c/source/i18n/
uspoof_wsconf.cpp 118 anyCaseTrie = utrie2_open(0, 0, &status);
119 lowerCaseTrie = utrie2_open(0, 0, &status);
collationdatabuilder.cpp 311 trie = utrie2_open(Collation::FALLBACK_CE32, Collation::FFFD_CE32, &errorCode);
    [all...]
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 107 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { function
380 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
419 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 809 trie=utrie2_open(initialValue, errorValue, &errorCode);
811 log_err("error: utrie2_open(%s) failed: %s\n", testName, u_errorName(errorCode));
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 176 normTrie=utrie2_open(0, 0, &errorCode);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1725 #define utrie2_open macro
    [all...]

Completed in 384 milliseconds