/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
CalendarData.java | 65 * data is located in: "calendar/key/format/subKey" 69 * @param subKey Resource key to data 72 public ICUResourceBundle get(String key, String subKey) { 74 return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/format/" + subKey); 77 return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/format/" + subKey); 86 * data is located in: "calendar/key/contextKey/subKey" 91 * @param subKey Resource key to data 94 public ICUResourceBundle get(String key, String contextKey, String subKey) { 96 return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/" + contextKey + "/" + subKey); 99 return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/" + contextKey + "/" + subKey); [all...] |
ICUResourceBundle.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
CalendarData.java | 63 * data is located in: "calendar/key/format/subKey" 67 * @param subKey Resource key to data 70 public ICUResourceBundle get(String key, String subKey) { 72 return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/format/" + subKey); 75 return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/format/" + subKey); 84 * data is located in: "calendar/key/contextKey/subKey" 89 * @param subKey Resource key to data 92 public ICUResourceBundle get(String key, String contextKey, String subKey) { 94 return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/" + contextKey + "/" + subKey); 97 return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/" + contextKey + "/" + subKey); [all...] |
ICUResourceBundle.java | [all...] |
/external/icu/icu4c/source/i18n/ |
gregoimp.cpp | 234 UResourceBundle* CalendarData::getByKey2(const char *key, const char *subKey, UErrorCode& status) { 245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); 247 fprintf(stderr, "%p: get %s/format/%s -> %s - from MAIN %s\n", this, key, subKey, u_errorName(status), ures_getLocale(fFillin, &status)); 254 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); 256 fprintf(stderr, "%p: get %s/format/%s -> %s - from FALLBACK %s\n",this, key, subKey, u_errorName(status), ures_getLocale(fFillin,&status)); 262 // uprv_strcmp(subKey,U_DEFAULT_KEY)) { // avoid recursion 278 // if(*kwBuf && uprv_strcmp(kwBuf,subKey)) { 296 UResourceBundle* CalendarData::getByKey3(const char *key, const char *contextKey, const char *subKey, UErrorCode& status) { 307 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); 309 fprintf(stderr, "%p: get %s/%s/%s -> %s - from MAIN %s\n", this, key, contextKey, subKey, u_errorName(status), ures_getLocale(fFillin, &status)) [all...] |
gregoimp.h | 322 * data is located in: "calendar/key/format/subKey" 327 * @param subKey Resource key to data 331 UResourceBundle* getByKey2(const char *key, const char *subKey, UErrorCode& status); 335 * data is located in: "calendar/key/contextKey/subKey" 341 * @param subKey Resource key to data 345 UResourceBundle* getByKey3(const char *key, const char *contextKey, const char *subKey, UErrorCode& status);
|
/sdk/find_java/src/source/ |
find_java_lib.cpp | 263 CPath subKey(rootKey);
264 if (getRegValue(subKey.cstr(), "CurrentVersion", access, ¤tVersion)) {
267 subKey.addPath(currentVersion);
269 if (getRegValue(subKey.cstr(), "JavaHome", access, &javaHome)) {
312 CPath subKey(rootKey);
313 subKey.addPath(name);
315 if (getRegValue(subKey.cstr(), "JavaHome", access, &javaHome)) {
|
/sdk/find_java2/src/ |
JavaFinder.cpp | 346 CPath subKey(rootKey);
347 if (getRegValue(subKey, _T("CurrentVersion"), access, ¤tVersion)) {
350 subKey.Append(currentVersion);
352 if (getRegValue(subKey, _T("JavaHome"), access, &value)) {
387 CPath subKey(rootKey);
388 subKey.Append(name);
391 if (getRegValue(subKey, _T("JavaHome"), access, &value)) {
|
/external/valgrind/cachegrind/ |
cg_merge.c | 412 UWord subKey; 425 while (nextIterFM( topVal, (Word*)(&subKey), (Word*)(&subVal) )) { 426 fprintf(f, "%ld ", subKey ); [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
aether-impl-0.9.0.M2.jar | |
/frameworks/base/media/java/android/media/ |
MediaCodecInfo.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |