Home | History | Annotate | Download | only in i18n

Lines Matching refs:minLength

210     int                         minLength;
216 minLength = this->fCount;
220 minLength = target.fCount;
225 minLength = target.fCount;
229 if (minLength > 0) {
230 int diff = uprv_memcmp(src, tgt, minLength);
267 int minLength;
273 minLength = this->fCount;
277 minLength = target.fCount;
282 minLength = target.fCount;
286 if (minLength > 0) {
287 int diff = uprv_memcmp(src, tgt, minLength);