Home | History | Annotate | Download | only in i18n

Lines Matching full:charvalue

117 charValue(0), index(-1), nextIndex(0), error(FALSE), done(FALSE)
124 charValue = 0;
162 if (iter.charValue <= 0xFF) {
168 if (binarySearch(commonChars, commonCharsLen, iter.charValue) >= 0){
247 int32_t firstByte = it->charValue = it->nextByte(det);
259 it->charValue = (firstByte << 8) | secondByte;
299 firstByte = it->charValue = it->nextByte(det);
313 it->charValue = (it->charValue << 8) | secondByte;
344 it->charValue = (it->charValue << 8) | thirdByte;
411 firstByte = it->charValue = it->nextByte(det);
424 it->charValue = (it->charValue << 8) | secondByte;
465 firstByte = it->charValue = it->nextByte(det);
479 it->charValue = (it->charValue << 8) | secondByte;
497 it->charValue = (it->charValue << 16) | (thirdByte << 8) | fourthByte;