Home | History | Annotate | Download | only in makeconv

Lines Matching refs:mapLength

930 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) {
939 if(mapLength==0) {
956 while(subLimit<mapLength) {
960 while(next==c && ++subLimit<mapLength) {