Home | History | Annotate | Download | only in common

Lines Matching full:maxlen

2435     int32_t maxLen=0;
2472 if(len>maxLen) {
2473 maxLen = len;
2485 for(maxLen--;maxLen>0;maxLen--) {
2487 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) {