Searched refs:bcpId (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | KeyTypeData.java | 61 String bcpId; field in KeyTypeData.KeyData 65 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() argument 68 this.bcpId = bcpId; in KeyData() 76 String bcpId; field in KeyTypeData.Type 78 Type(String legacyId, String bcpId) { in Type() argument 80 this.bcpId = bcpId; in Type() 88 return keyData.bcpId; in toBcpKey() 122 return t.bcpId; in toBcpType()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | KeyTypeData.java | 59 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/ |
D | uloc_keytype.cpp | 32 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()
|