Home | History | Annotate | Download | only in collationperf

Lines Matching defs:nBytes

1318             int nBytes;
1319 if (ch >= 0xF0) {nBytes=4;}
1320 else if (ch >= 0xE0) {nBytes=3;}
1321 else if (ch >= 0xC0) {nBytes=2;}
1331 for (i=1; i<nBytes; i++) {