Searched refs:isSystemID (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtimezone.cpp1498 UBool isSystemID = FALSE; local
1499 return getCanonicalID(id, canonicalID, isSystemID, status);
1503 TimeZone::getCanonicalID(const UnicodeString& id, UnicodeString& canonicalID, UBool& isSystemID, argument
1507 isSystemID = FALSE;
1514 isSystemID = FALSE;
1518 isSystemID = TRUE;
1538 UBool isSystemID = FALSE; local
1540 getCanonicalID(id, canonicalID, isSystemID, status);
1541 if (U_FAILURE(status) || !isSystemID) {
H A Ducal.cpp565 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) {
569 if (isSystemID) {
570 *isSystemID = FALSE;
581 if (isSystemID) {
582 *isSystemID = systemID;
564 ucal_getCanonicalTimeZoneID(const UChar* id, int32_t len, UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) argument
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtztest.cpp529 UBool isSystemID; local
619 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
626 if (!isSystemID) {
639 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
646 if (!isSystemID) {
2137 UBool isSystemID; local
2139 TimeZone::getCanonicalID(UnicodeString(data[i].id), canonicalID, isSystemID, ec); local
2152 if (isSystemID != data[i].isSystem) {
2154 + "\") set " + isSystemID + " to isSystemID");
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dtimezone.h349 * @param isSystemID Receives if the given ID is a known system
359 UnicodeString& canonicalID, UBool& isSystemID, UErrorCode& status);
H A Ducal.h1288 * @param isSystemID Receives if the given ID is a known system
1300 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c109 UBool isSystemID = FALSE; local
260 canonicalID, sizeof(canonicalID)/sizeof(UChar), &isSystemID, &status);
268 if (!isSystemID) {
269 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) set %d to isSystemID (Are you missing data?)\n",
270 PST, isSystemID);

Completed in 99 milliseconds