Searched defs:bcpKey (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
H A Duloc.cpp2538 const char* bcpKey = ulocimp_toBcpKey(keyword); local
2539 if (bcpKey == NULL && ultag_isUnicodeLocaleKey(keyword, -1)) {
2543 return bcpKey;
H A Duloc_tag.c916 const char *bcpKey, *bcpValue; local
989 bcpKey = uloc_toUnicodeLocaleKey(key);
990 if (bcpKey == NULL) {
1049 bcpKey = key;
1073 ext->key = bcpKey;
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DULocale.java3124 for (String bcpKey : ukeys) {
3125 String bcpType = uext.getUnicodeLocaleType(bcpKey);
3127 String lkey = bcp47ToLDMLKey(bcpKey);
3206 String bcpKey = ldmlKeyToBCP47(key);
3208 if (bcpKey != null && bcpType != null) {
3210 intbld.setUnicodeLocaleKeyword(bcpKey, bcpType);
3237 String bcpKey = null;
3241 bcpKey = KEYMAP[i + 1];
3246 if (bcpKey == null) {
3253 return bcpKey;
3256 bcp47ToLDMLKey(String bcpKey) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c5931 const char* bcpKey = NULL; local
5933 bcpKey = uloc_toUnicodeLocaleKey(keyword);
5935 if (bcpKey != NULL) {
5936 log_err("toUnicodeLocaleKey: keyword=%s => %s, expected=NULL\n", keyword, bcpKey);
5938 } else if (bcpKey == NULL) {
5941 if (bcpKey != keyword) {
5942 log_err("toUnicodeLocaleKey: keyword=%s => %s, expected=%s(input pointer)\n", keyword, bcpKey, keyword);
5944 } else if (uprv_strcmp(bcpKey, expected) != 0) {
5945 log_err("toUnicodeLocaleKey: keyword=%s => %s, expected=%s\n", keyword, bcpKey, expected);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 366 milliseconds