Home | History | Annotate | Download | only in i18n

Lines Matching refs:foldedKey

183     UnicodeString foldedKey;
188 foldedKey.fastCopyFrom(key).foldCase();
189 keyBuffer = foldedKey.getBuffer();
190 keyLength = foldedKey.length();