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

  /external/chromium/third_party/icu/source/common/
utrie2.h 449 _UTRIE2_U8_NEXT(trie, data16, index, src, limit, result)
471 _UTRIE2_U8_PREV(trie, data16, index, start, src, result)
619 * in this case, data32==NULL, and data16 is used for direct ASCII access.
626 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ member in struct:UTrie2
    [all...]
  /external/icu4c/common/
utrie2.h 449 _UTRIE2_U8_NEXT(trie, data16, index, src, limit, result)
471 _UTRIE2_U8_PREV(trie, data16, index, start, src, result)
681 * in this case, data32==NULL, and data16 is used for direct ASCII access.
688 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ member in struct:UTrie2
    [all...]

Completed in 213 milliseconds