/external/chromium_org/third_party/icu/source/i18n/ |
ucal.cpp | 516 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) { 520 if (isSystemID) { 521 *isSystemID = FALSE; 532 if (isSystemID) { 533 *isSystemID = systemID;
|
timezone.cpp | [all...] |
/external/icu4c/i18n/ |
ucal.cpp | 565 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) { 569 if (isSystemID) { 570 *isSystemID = FALSE; 581 if (isSystemID) { 582 *isSystemID = systemID;
|
timezone.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
timezone.h | 291 * @param isSystemID Receives if the given ID is a known system 301 UnicodeString& canonicalID, UBool& isSystemID, UErrorCode& status);
|
ucal.h | [all...] |
/external/icu4c/i18n/unicode/ |
timezone.h | 343 * @param isSystemID Receives if the given ID is a known system 353 UnicodeString& canonicalID, UBool& isSystemID, UErrorCode& status); [all...] |
ucal.h | [all...] |
/external/icu4c/test/intltest/ |
tztest.cpp | 536 UBool isSystemID; 626 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec); 633 if (!isSystemID) { 646 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec); 653 if (!isSystemID) { [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccaltst.c | 97 UBool isSystemID = FALSE; 224 canonicalID, sizeof(canonicalID)/sizeof(UChar), &isSystemID, &status); 232 if (!isSystemID) { 233 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) set %d to isSystemID (Are you missing data?)\n", 234 PST, isSystemID); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tztest.cpp | [all...] |
/external/icu4c/test/cintltst/ |
ccaltst.c | 104 UBool isSystemID = FALSE; 255 canonicalID, sizeof(canonicalID)/sizeof(UChar), &isSystemID, &status); 263 if (!isSystemID) { 264 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) set %d to isSystemID (Are you missing data?)\n", 265 PST, isSystemID); [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 | |