Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictbe.cpp1191 UnicodeString normalizedInput; in divideUpDictionaryRange() local
1216 normalizedInput.append(normalizedFragment); in divideUpDictionaryRange()
1222 while (normalizedMap->size() < normalizedInput.length()) { in divideUpDictionaryRange()
1229 U_ASSERT(normalizedMap->size() == normalizedInput.length()); in divideUpDictionaryRange()
1235 inString.moveFrom(normalizedInput); in divideUpDictionaryRange()