Searched refs:old3Top (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp1072 uint32_t i, value, oldLength, old3Top; local
1080 old3Top=mbcsData->stage3Top;
1093 for(i=0; i<old3Top; i+=oldLength) {
1105 mbcsData->stage3Top=(old3Top*(oldLength-1))/oldLength;
1116 for(i=0; i<old3Top; i+=oldLength) {
1134 for(i=0; i<old3Top; i+=4) {

Completed in 82 milliseconds