Lines Matching refs:inputMap
1150 LocalPointer<UVector32> inputMap; in divideUpDictionaryRange() local
1172 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
1181 while (inputMap->size() < inString.length()) { in divideUpDictionaryRange()
1182 inputMap->addElement(nativePosition, status); in divideUpDictionaryRange()
1185 inputMap->addElement(limit, status); in divideUpDictionaryRange()
1219 int32_t fragmentOriginalStart = inputMap.isValid() ? in divideUpDictionaryRange()
1220 inputMap->elementAti(fragmentStartI) : fragmentStartI+rangeStart; in divideUpDictionaryRange()
1229 int32_t nativeEnd = inputMap.isValid() ? in divideUpDictionaryRange()
1230 inputMap->elementAti(inString.length()) : inString.length()+rangeStart; in divideUpDictionaryRange()
1233 inputMap = std::move(normalizedMap); in divideUpDictionaryRange()
1244 UBool hadExistingMap = inputMap.isValid(); in divideUpDictionaryRange()
1246 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
1255 inputMap->setElementAt(inputMap->elementAti(cuIdx), cpIdx); in divideUpDictionaryRange()
1257 inputMap->addElement(cuIdx+rangeStart, status); in divideUpDictionaryRange()
1270 inputMap, status); in divideUpDictionaryRange()
1426 int32_t utextPos = inputMap.isValid() ? inputMap->elementAti(cpPos) : cpPos + rangeStart; in divideUpDictionaryRange()