Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocid.cpp1348 const char* variantStart = uprv_strchr(fullName, '@'); in createKeywords() local
1350 if(variantStart) { in createKeywords()
1351 if(assignment > variantStart) { in createKeywords()
1352 …int32_t keyLen = locale_getKeywords(variantStart+1, '@', keywords, keywordCapacity, NULL, 0, NULL,… in createKeywords()
1377 const char* variantStart = uprv_strchr(fullName, '@'); in createUnicodeKeywords() local
1379 if(variantStart) { in createUnicodeKeywords()
1380 if(assignment > variantStart) { in createUnicodeKeywords()
1381 …int32_t keyLen = locale_getKeywords(variantStart+1, '@', keywords, keywordCapacity, NULL, 0, NULL,… in createUnicodeKeywords()