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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duloc_tag.c772 int32_t bcpTypeLen, canonicalTypeLen; local
824 uBcpType = ures_getStringByKey(typeMapForKey, type, &bcpTypeLen, &tmpStatus);
826 u_UCharsToChars(uBcpType, bcpTypeBuf, bcpTypeLen);
827 resultLen = bcpTypeLen;
847 uBcpType = ures_getStringByKey(typeMapForKey, typeBuf, &bcpTypeLen, &tmpStatus);
849 u_UCharsToChars(uBcpType, bcpTypeBuf, bcpTypeLen);
850 resultLen = bcpTypeLen;
879 const char* bcpType, int32_t bcpTypeLen,
910 if (bcpTypeLen < 0) {
911 bcpTypeLen
878 _bcp47ToLDMLType(const char* key, int32_t keyLen, const char* bcpType, int32_t bcpTypeLen, char* type, int32_t typeCapacity, UErrorCode *status) argument
1668 int32_t bcpTypeLen = 0; local
[all...]

Completed in 58 milliseconds