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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duloc_tag.c632 int32_t bcpKeyLen; local
660 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
662 u_UCharsToChars(uBcpKey, bcpKeyBuf, bcpKeyLen);
663 bcpKeyBuf[bcpKeyLen] = 0;
664 resultLen = bcpKeyLen;
686 _bcp47ToLDMLKey(const char* bcpKey, int32_t bcpKeyLen, argument
696 if (bcpKeyLen < 0) {
697 bcpKeyLen = (int32_t)uprv_strlen(bcpKey);
700 if (bcpKeyLen >= sizeof(bcpKeyBuf)) {
705 uprv_memcpy(bcpKeyBuf, bcpKey, bcpKeyLen);
1667 int32_t bcpKeyLen = 0; local
[all...]

Completed in 114 milliseconds