Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_keytype.cpp153 char* bcpKeyIdBuf = (char*)uprv_malloc(bcpKeyIdLen + 1); in initFromResourceBundle() local
154 if (bcpKeyIdBuf == NULL) { in initFromResourceBundle()
158 u_UCharsToChars(uBcpKeyId, bcpKeyIdBuf, bcpKeyIdLen); in initFromResourceBundle()
159 bcpKeyIdBuf[bcpKeyIdLen] = 0; in initFromResourceBundle()
160 gKeyTypeStringPool->addElement(bcpKeyIdBuf, sts); in initFromResourceBundle()
164 bcpKeyId = bcpKeyIdBuf; in initFromResourceBundle()