Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcoll.cpp268 } collAttributes[] = { variable
353 for (int32_t i = 0; i < UPRV_LENGTHOF(collAttributes); ++i) { in setAttributesFromKeywords()
354 … length = loc.getKeywordValue(collAttributes[i].name, value, UPRV_LENGTHOF(value), errorCode); in setAttributesFromKeywords()
366 coll.setAttribute(collAttributes[i].attr, collAttributeValues[j].value, errorCode); in setAttributesFromKeywords()