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

  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
utf8_utils.h 40 static const uint8_t FIRST_BYTE_MARKER_MASKS[];
utf8_utils.cpp 25 const uint8_t Utf8Utils::FIRST_BYTE_MARKER_MASKS[] = {0, 0x80, 0xE0, 0xF0, 0xF8};
67 if ((firstByte & FIRST_BYTE_MARKER_MASKS[i]) == FIRST_BYTE_MARKERS[i]) {

Completed in 44 milliseconds