Lines Matching refs:inputMap
1121 LocalPointer<UVector32> inputMap; in divideUpDictionaryRange() local
1146 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
1155 while (inputMap->size() < inString.length()) { in divideUpDictionaryRange()
1156 inputMap->addElement(nativePosition, status); in divideUpDictionaryRange()
1159 inputMap->addElement(limit, status); in divideUpDictionaryRange()
1193 int32_t fragmentOriginalStart = inputMap.isValid() ? in divideUpDictionaryRange()
1194 inputMap->elementAti(fragmentStartI) : fragmentStartI+rangeStart; in divideUpDictionaryRange()
1203 int32_t nativeEnd = inputMap.isValid() ? in divideUpDictionaryRange()
1204 inputMap->elementAti(inString.length()) : inString.length()+rangeStart; in divideUpDictionaryRange()
1207 inputMap.moveFrom(normalizedMap); in divideUpDictionaryRange()
1218 UBool hadExistingMap = inputMap.isValid(); in divideUpDictionaryRange()
1220 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange()
1229 inputMap->setElementAt(inputMap->elementAti(cuIdx), cpIdx); in divideUpDictionaryRange()
1231 inputMap->addElement(cuIdx+rangeStart, status); in divideUpDictionaryRange()
1366 int32_t utextPos = inputMap.isValid() ? inputMap->elementAti(cpPos) : cpPos + rangeStart; in divideUpDictionaryRange()