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

  /external/webkit/JavaScriptCore/wtf/unicode/
UTF8.cpp 231 static const UChar32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
262 ch -= offsetsFromUTF8[extraBytesToRead];
  /external/chromium/third_party/icu/source/common/
ucnv_u8.c 60 static const uint32_t offsetsFromUTF8[7] = {0,
152 ch -= offsetsFromUTF8[inBytes];
280 ch -= offsetsFromUTF8[inBytes];
707 ch -= offsetsFromUTF8[extraBytesToWrite];
    [all...]
  /external/icu4c/common/
ucnv_u8.c 60 static const uint32_t offsetsFromUTF8[7] = {0,
152 ch -= offsetsFromUTF8[inBytes];
280 ch -= offsetsFromUTF8[inBytes];
707 ch -= offsetsFromUTF8[extraBytesToWrite];
    [all...]

Completed in 511 milliseconds