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

/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c709 int32_t bcpTypeLen, canonicalTypeLen; local
761 uBcpType = ures_getStringByKey(typeMapForKey, type, &bcpTypeLen, &tmpStatus);
763 u_UCharsToChars(uBcpType, bcpTypeBuf, bcpTypeLen);
764 resultLen = bcpTypeLen;
784 uBcpType = ures_getStringByKey(typeMapForKey, typeBuf, &bcpTypeLen, &tmpStatus);
786 u_UCharsToChars(uBcpType, bcpTypeBuf, bcpTypeLen);
787 resultLen = bcpTypeLen;
816 const char* bcpType, int32_t bcpTypeLen,
847 if (bcpTypeLen < 0) {
848 bcpTypeLen
815 _bcp47ToLDMLType(const char* key, int32_t keyLen, const char* bcpType, int32_t bcpTypeLen, char* type, int32_t typeCapacity, UErrorCode *status) argument
1393 int32_t bcpKeyLen = 0, bcpTypeLen; local
[all...]
/external/icu4c/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 182 milliseconds