HomeSort by relevance Sort by last modified time
    Searched defs:UTRIE2_GET16 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
utrie2.h 130 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
389 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
579 * Same as UTRIE2_GET16() if c is a BMP code point except for lead surrogates,
    [all...]
  /external/icu/icu4c/source/common/
utrie2.h 131 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
390 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
580 * Same as UTRIE2_GET16() if c is a BMP code point except for lead surrogates,
    [all...]

Completed in 75 milliseconds