Home
last modified time | relevance | path

Searched refs:remainingByteCountForCurrentCodePoint (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Dutf8_utils.cpp36 int remainingByteCountForCurrentCodePoint = 0; in getCodePoints() local
40 if (remainingByteCountForCurrentCodePoint == 0) { in getCodePoints()
46 remainingByteCountForCurrentCodePoint = currentCodePointSequenceSize; in getCodePoints()
47 codePoint = maskFirstByte(c, remainingByteCountForCurrentCodePoint); in getCodePoints()
52 remainingByteCountForCurrentCodePoint--; in getCodePoints()
53 if (remainingByteCountForCurrentCodePoint == 0) { in getCodePoints()