Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_tag.cpp1636 char bcpKeyBuf[9]; /* BCP key length is always 2 for now */ in _appendLDMLExtensionAsKeywords() local
1640 if (bcpKeyLen >= (int32_t)sizeof(bcpKeyBuf)) { in _appendLDMLExtensionAsKeywords()
1646 uprv_strncpy(bcpKeyBuf, pBcpKey, bcpKeyLen); in _appendLDMLExtensionAsKeywords()
1647 bcpKeyBuf[bcpKeyLen] = 0; in _appendLDMLExtensionAsKeywords()
1650 pKey = uloc_toLegacyKey(bcpKeyBuf); in _appendLDMLExtensionAsKeywords()
1655 if (pKey == bcpKeyBuf) { in _appendLDMLExtensionAsKeywords()
1660 T_CString_toLowerCase(bcpKeyBuf); in _appendLDMLExtensionAsKeywords()
1662 uprv_memcpy(buf + bufIdx, bcpKeyBuf, bcpKeyLen); in _appendLDMLExtensionAsKeywords()