Home
last modified time | relevance | path

Searched refs:normalizedInput (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Ddictbe.cpp1189 UnicodeString normalizedInput; in divideUpDictionaryRange() local
1214 normalizedInput.append(normalizedFragment); in divideUpDictionaryRange()
1220 while (normalizedMap->size() < normalizedInput.length()) { in divideUpDictionaryRange()
1227 U_ASSERT(normalizedMap->size() == normalizedInput.length()); in divideUpDictionaryRange()
1233 inString.moveFrom(normalizedInput); in divideUpDictionaryRange()