Searched refs:bcpKeyBuf (Results 1 – 1 of 1) sorted by relevance
1366 char bcpKeyBuf[9]; /* BCP key length is always 2 for now */ in _appendLDMLExtensionAsKeywords() local1370 if (bcpKeyLen >= sizeof(bcpKeyBuf)) { in _appendLDMLExtensionAsKeywords()1376 uprv_strncpy(bcpKeyBuf, pBcpKey, bcpKeyLen); in _appendLDMLExtensionAsKeywords()1377 bcpKeyBuf[bcpKeyLen] = 0; in _appendLDMLExtensionAsKeywords()1380 pKey = uloc_toLegacyKey(bcpKeyBuf); in _appendLDMLExtensionAsKeywords()1385 if (pKey == bcpKeyBuf) { in _appendLDMLExtensionAsKeywords()1390 T_CString_toLowerCase(bcpKeyBuf); in _appendLDMLExtensionAsKeywords()1392 uprv_memcpy(buf + bufIdx, bcpKeyBuf, bcpKeyLen); in _appendLDMLExtensionAsKeywords()