Searched refs:inputMap (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/ |
D | dictbe.cpp | 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() [all …]
|
D | mlbe.cpp | 38 const LocalPointer<UVector32> &inputMap, in divideUpRange() argument 95 int32_t utextPos = inputMap.isValid() ? inputMap->elementAti(cpPos) : cpPos + rangeStart; in divideUpRange()
|
D | mlbe.h | 53 const LocalPointer<UVector32> &inputMap, UErrorCode &status) const;
|
/external/cronet/third_party/icu/source/common/ |
D | dictbe.cpp | 1139 LocalPointer<UVector32> inputMap; in divideUpDictionaryRange() local 1161 inputMap.adoptInsteadAndCheckErrorCode(new UVector32(status), status); in divideUpDictionaryRange() 1170 while (inputMap->size() < inString.length()) { in divideUpDictionaryRange() 1171 inputMap->addElement(nativePosition, status); in divideUpDictionaryRange() 1174 inputMap->addElement(limit, status); in divideUpDictionaryRange() 1208 int32_t fragmentOriginalStart = inputMap.isValid() ? in divideUpDictionaryRange() 1209 inputMap->elementAti(fragmentStartI) : fragmentStartI+rangeStart; in divideUpDictionaryRange() 1218 int32_t nativeEnd = inputMap.isValid() ? in divideUpDictionaryRange() 1219 inputMap->elementAti(inString.length()) : inString.length()+rangeStart; in divideUpDictionaryRange() 1222 inputMap = std::move(normalizedMap); in divideUpDictionaryRange() [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/ |
D | TestCustomEnumKeyDeserializer.java | 189 Map<KeyEnum, Object> inputMap = new LinkedHashMap<KeyEnum, Object>(); in withTree749() local 194 inputMap.put(KeyEnum.replacements, replacements); in withTree749() 196 JsonNode tree = mapper.valueToTree(inputMap); in withTree749()
|
/external/icu/libicu/cts_headers/ |
D | mlbe.h | 53 const LocalPointer<UVector32> &inputMap, UErrorCode &status) const;
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
D | legalize_to_linalg.cc | 661 AffineMap inputMap; in getIndexingMaps() local 665 inputMap = AffineMap::get(nloops, /*symbolCount=*/0, context); in getIndexingMaps() 667 inputMap = in getIndexingMaps() 670 return {inputMap, b->getMultiDimIdentityMap(nloops)}; in getIndexingMaps()
|