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

  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 187 uint32_t ce32 = utrie2_get32(builder.trie, c);
253 return utrie2_get32(builder.trie, c);
261 return utrie2_get32(builder.trie, jamo);
411 return Collation::isAssignedCE32(utrie2_get32(trie, c));
416 uint32_t ce32 = utrie2_get32(trie, c);
429 uint32_t ce32 = utrie2_get32(trie, c);
550 uint32_t oldCE32 = utrie2_get32(trie, c);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 157 value2=UTRIE2_GET32(trie, start);
164 value2=utrie2_get32(trie, start);
253 value=UTRIE2_GET32(trie, -1);
254 value2=UTRIE2_GET32(trie, 0x110000);
261 value=utrie2_get32(trie, -1);
262 value2=utrie2_get32(trie, 0x110000);
535 value=utrie2_get32(trie, 1);
537 value2=utrie2_get32(trie, 1);
546 value2=utrie2_get32(trie, 1);
767 value=utrie2_get32(trie, 0xa1)
    [all...]
  /external/icu/icu4c/source/common/
utrie2.h 135 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
144 utrie2_get32(const UTrie2 *trie, UChar32 c);
370 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c))
561 * Same as UTRIE2_GET32() if c is a BMP code point except for lead surrogates,
    [all...]
utrie2.cpp 61 utrie2_get32(const UTrie2 *trie, UChar32 c) { function
65 return UTRIE2_GET32(trie, c);
utrie2_builder.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1786 #define utrie2_get32 macro
    [all...]
  /external/icu/libandroidicu/include/unicode/
urename.h 1786 #define utrie2_get32 macro
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 735 milliseconds