Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dloclikelysubtags.cpp230 int32_t *rawIndexes = indexes.allocateInsteadAndCopy(length); in readStrings() local
231 if (rawIndexes == nullptr) { in readStrings()
237 rawIndexes[i] = strings.add(value.getUnicodeString(errorCode), errorCode); in readStrings()
Dlocid.cpp715 int32_t* rawIndexes = replacementIndexes.allocateInsteadAndCopy(length); in readAlias() local
716 if (rawIndexes == nullptr) { in readAlias()
732 rawIndexes[i] = strings->add(aliasTo, status); in readAlias()