Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_tag.c1370 char bcpKeyBuf[9]; /* BCP key length is always 2 for now */ in _appendLDMLExtensionAsKeywords() local
1374 if (bcpKeyLen >= sizeof(bcpKeyBuf)) { in _appendLDMLExtensionAsKeywords()
1380 uprv_strncpy(bcpKeyBuf, pBcpKey, bcpKeyLen); in _appendLDMLExtensionAsKeywords()
1381 bcpKeyBuf[bcpKeyLen] = 0; in _appendLDMLExtensionAsKeywords()
1384 pKey = uloc_toLegacyKey(bcpKeyBuf); in _appendLDMLExtensionAsKeywords()
1389 if (pKey == bcpKeyBuf) { in _appendLDMLExtensionAsKeywords()
1394 T_CString_toLowerCase(bcpKeyBuf); in _appendLDMLExtensionAsKeywords()
1396 uprv_memcpy(buf + bufIdx, bcpKeyBuf, bcpKeyLen); in _appendLDMLExtensionAsKeywords()