Searched defs:nextByte (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dcsrmbcs.cpp130 int32_t IteratedChar::nextByte(InputText *det) function in class:IteratedChar
246 int32_t firstByte = it->charValue = it->nextByte(det);
256 int32_t secondByte = it->nextByte(det);
297 firstByte = it->charValue = it->nextByte(det);
309 secondByte = it->nextByte(det);
341 thirdByte = it->nextByte(det);
405 firstByte = it->charValue = it->nextByte(det);
416 int32_t secondByte = it->nextByte(det);
457 firstByte = it->charValue = it->nextByte(det);
469 secondByte = it->nextByte(de
[all...]
H A Dcsrsbcs.cpp88 int32_t NGramParser::nextByte(InputText *det) function in class:NGramParser
102 while ((b = nextByte(det)) >= 0) {

Completed in 50 milliseconds