Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java107 String bcpId; field in KeyTypeData.KeyData
111 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() argument
114 this.bcpId = bcpId; in KeyData()
122 String bcpId; field in KeyTypeData.Type
124 Type(String legacyId, String bcpId) { in Type() argument
126 this.bcpId = bcpId; in Type()
134 return keyData.bcpId; in toBcpKey()
168 return t.bcpId; in toBcpType()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DKeyTypeData.java112 String bcpId; field in KeyTypeData.KeyData
116 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() argument
119 this.bcpId = bcpId; in KeyData()
127 String bcpId; field in KeyTypeData.Type
129 Type(String legacyId, String bcpId) { in Type() argument
131 this.bcpId = bcpId; in Type()
139 return keyData.bcpId; in toBcpKey()
173 return t.bcpId; in toBcpType()
/external/icu/icu4c/source/common/
Duloc_keytype.cpp39 const char* bcpId; member
46 const char* bcpId; member
250 t->bcpId = bcpTypeId; in initFromResourceBundle()
336 keyData->bcpId = bcpKeyId; in initFromResourceBundle()
428 return keyData->bcpId; in ulocimp_toBcpKey()
466 return t->bcpId; in ulocimp_toBcpType()