Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictbe.cpp1164 UnicodeString normalizedInput; in divideUpDictionaryRange() local
1189 normalizedInput.append(normalizedFragment); in divideUpDictionaryRange()
1195 while (normalizedMap->size() < normalizedInput.length()) { in divideUpDictionaryRange()
1202 U_ASSERT(normalizedMap->size() == normalizedInput.length()); in divideUpDictionaryRange()
1208 inString.moveFrom(normalizedInput); in divideUpDictionaryRange()