Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java59 String bcpId; field in KeyTypeData.KeyData
63 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() argument
66 this.bcpId = bcpId; in KeyData()
74 String bcpId; field in KeyTypeData.Type
76 Type(String legacyId, String bcpId) { in Type() argument
78 this.bcpId = bcpId; in Type()
86 return keyData.bcpId; in toBcpKey()
120 return t.bcpId; in toBcpType()
/external/icu/icu4c/source/common/
Duloc_keytype.cpp32 const char* bcpId; member
39 const char* bcpId; member
281 t->bcpId = bcpTypeId; in initFromResourceBundle()
380 keyData->bcpId = bcpKeyId; in initFromResourceBundle()
461 return keyData->bcpId; in ulocimp_toBcpKey()
499 return t->bcpId; in ulocimp_toBcpType()