Home | History | Annotate | Download | only in intltest

Lines Matching refs:prefixLength

1291     for (int32_t prefixLength = 0; prefixLength < maxPrefixLength; ++prefixLength) {
1298 errln("getCollationKey(prefix[%d]+i_and_phi) failed to write proper sort key", prefixLength);
1301 // Insert an 'a' to match ++prefixLength.
1302 s.insert(prefixLength, (UChar)0x61);