Home | History | Annotate | Download | only in collationperf

Lines Matching defs:nBytes

1322             int nBytes;
1323 if (ch >= 0xF0) {nBytes=4;}
1324 else if (ch >= 0xE0) {nBytes=3;}
1325 else if (ch >= 0xC0) {nBytes=2;}
1335 for (i=1; i<nBytes; i++) {