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

  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 183 uint32_t ce32 = utrie2_get32(builder.trie, c);
249 return utrie2_get32(builder.trie, c);
257 return utrie2_get32(builder.trie, jamo);
407 return Collation::isAssignedCE32(utrie2_get32(trie, c));
412 uint32_t ce32 = utrie2_get32(trie, c);
424 uint32_t ce32 = utrie2_get32(trie, c);
545 uint32_t oldCE32 = utrie2_get32(trie, c);
    [all...]
uspoof_wsconf.cpp 224 int32_t setIndex = utrie2_get32(table, cp);
uspoof_impl.cpp 248 uint32_t index = utrie2_get32(table, c);
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 156 value2=UTRIE2_GET32(trie, start);
163 value2=utrie2_get32(trie, start);
252 value=UTRIE2_GET32(trie, -1);
253 value2=UTRIE2_GET32(trie, 0x110000);
260 value=utrie2_get32(trie, -1);
261 value2=utrie2_get32(trie, 0x110000);
503 value=utrie2_get32(trie, 1);
505 value2=utrie2_get32(trie, 1);
514 value2=utrie2_get32(trie, 1);
735 value=utrie2_get32(trie, 0xa1)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 156 value2=UTRIE2_GET32(trie, start);
163 value2=utrie2_get32(trie, start);
252 value=UTRIE2_GET32(trie, -1);
253 value2=UTRIE2_GET32(trie, 0x110000);
260 value=utrie2_get32(trie, -1);
261 value2=utrie2_get32(trie, 0x110000);
503 value=utrie2_get32(trie, 1);
505 value2=utrie2_get32(trie, 1);
514 value2=utrie2_get32(trie, 1);
735 value=utrie2_get32(trie, 0xa1)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 219 uint32_t i=utrie2_get32(normTrie, c);
227 return norms[utrie2_get32(normTrie, c)];
235 uint32_t i=utrie2_get32(normTrie, c);
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 219 uint32_t i=utrie2_get32(normTrie, c);
227 return norms[utrie2_get32(normTrie, c)];
235 uint32_t i=utrie2_get32(normTrie, c);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp     [all...]
utrie2.h 131 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
140 utrie2_get32(const UTrie2 *trie, UChar32 c);
400 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c))
591 * Same as UTRIE2_GET32() if c is a BMP code point except for lead surrogates,
    [all...]
utrie2.cpp 60 utrie2_get32(const UTrie2 *trie, UChar32 c) { function
64 return UTRIE2_GET32(trie, c);
utrie2_builder.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.cpp 224 int32_t setIndex = utrie2_get32(table, cp);
uspoof_impl.cpp 248 uint32_t index = utrie2_get32(table, c);
  /external/icu/icu4c/source/common/
normalizer2impl.cpp     [all...]
utrie2.h 131 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
140 utrie2_get32(const UTrie2 *trie, UChar32 c);
400 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c))
591 * Same as UTRIE2_GET32() if c is a BMP code point except for lead surrogates,
    [all...]
utrie2.cpp 60 utrie2_get32(const UTrie2 *trie, UChar32 c) { function
64 return UTRIE2_GET32(trie, c);
utrie2_builder.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1679 #define utrie2_get32 macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1756 #define utrie2_get32 macro
    [all...]

Completed in 643 milliseconds