Searched refs:bcpKey (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duloc_tag.c623 char* bcpKey, int32_t bcpKeyCapacity,
681 uprv_memcpy(bcpKey, bcpKeyBuf, uprv_min(resultLen, bcpKeyCapacity));
682 return u_terminateChars(bcpKey, bcpKeyCapacity, resultLen, status);
686 _bcp47ToLDMLKey(const char* bcpKey, int32_t bcpKeyLen, argument
697 bcpKeyLen = (int32_t)uprv_strlen(bcpKey);
705 uprv_memcpy(bcpKeyBuf, bcpKey, bcpKeyLen);
1282 const char *bcpKey, *bcpValue; local
1367 bcpKey = pExtBuf;
1401 bcpKey = key;
1425 ext->key = bcpKey;
622 _ldmlKeyToBCP47(const char* key, int32_t keyLen, char* bcpKey, int32_t bcpKeyCapacity, UErrorCode *status) argument
[all...]

Completed in 140 milliseconds