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

  /external/chromium/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/icu4c/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/icu4c/tools/gennorm2/
n2builder.cpp 184 uint32_t i=utrie2_get32(normTrie, c);
192 return norms[utrie2_get32(normTrie, c)];
200 uint32_t i=utrie2_get32(normTrie, c);
880 if(utrie2_get32(norm16Trie, c)!=0) {
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uspoof_buildwsconf.cpp 225 int32_t setIndex = utrie2_get32(table, cp);
uspoof_impl.cpp 244 uint32_t index = utrie2_get32(table, c);
  /external/icu4c/i18n/
uspoof_wsconf.cpp 225 int32_t setIndex = utrie2_get32(table, cp);
uspoof_impl.cpp 244 uint32_t index = utrie2_get32(table, c);
  /external/chromium/third_party/icu/source/common/
utrie2.h 130 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
139 utrie2_get32(const UTrie2 *trie, UChar32 c);
390 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c))
581 * Same as UTRIE2_GET32() if c is a BMP code point except for lead surrogates,
    [all...]
utrie2.c 56 utrie2_get32(const UTrie2 *trie, UChar32 c) { function
60 return UTRIE2_GET32(trie, c);
utrie2_builder.c     [all...]
  /external/icu4c/common/
utrie2.h 130 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
139 utrie2_get32(const UTrie2 *trie, UChar32 c);
390 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c))
581 * Same as UTRIE2_GET32() if c is a BMP code point except for lead surrogates,
    [all...]
utrie2.cpp 56 utrie2_get32(const UTrie2 *trie, UChar32 c) { function
60 return UTRIE2_GET32(trie, c);
normalizer2impl.cpp     [all...]
utrie2_builder.c     [all...]
  /external/icu4c/common/unicode/
urename.h 1632 #define utrie2_get32 macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1447 #define utrie2_get32 macro
    [all...]

Completed in 3936 milliseconds