Lines Matching refs:charValue
118 charValue(0), index(-1), nextIndex(0), error(FALSE), done(FALSE) in IteratedChar()
163 if (iter.charValue <= 0xFF) { in match_mbcs()
169 … if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs()
248 int32_t firstByte = it->charValue = it->nextByte(det); in nextChar()
260 it->charValue = (firstByte << 8) | secondByte; in nextChar()
300 firstByte = it->charValue = it->nextByte(det); in nextChar()
314 it->charValue = (it->charValue << 8) | secondByte; in nextChar()
345 it->charValue = (it->charValue << 8) | thirdByte; in nextChar()
412 firstByte = it->charValue = it->nextByte(det); in nextChar()
425 it->charValue = (it->charValue << 8) | secondByte; in nextChar()
466 firstByte = it->charValue = it->nextByte(det); in nextChar()
480 it->charValue = (it->charValue << 8) | secondByte; in nextChar()
498 it->charValue = (it->charValue << 16) | (thirdByte << 8) | fourthByte; in nextChar()