Searched defs:isSystemID (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/
H A Ducal.cpp541 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) {
545 if (isSystemID) {
546 *isSystemID = FALSE;
557 if (isSystemID) {
558 *isSystemID = systemID;
540 ucal_getCanonicalTimeZoneID(const UChar* id, int32_t len, UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) argument
H A Dtimezone.cpp1574 UBool isSystemID = FALSE; local
1575 return getCanonicalID(id, canonicalID, isSystemID, status);
1579 TimeZone::getCanonicalID(const UnicodeString& id, UnicodeString& canonicalID, UBool& isSystemID, argument
1583 isSystemID = FALSE;
1590 isSystemID = FALSE;
1594 isSystemID = TRUE;
/external/icu4c/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) {
2101 UBool isSystemID;
2103 TimeZone::getCanonicalID(UnicodeString(data[i].id), canonicalID, isSystemID, ec);
2116 if (isSystemID != data[i].isSystem) {
2118 + "\") set " + isSystemID + " to isSystemID");
[all...]
/external/icu4c/test/cintltst/
H A Dccaltst.c99 UBool isSystemID = FALSE; local
250 canonicalID, sizeof(canonicalID)/sizeof(UChar), &isSystemID, &status);
258 if (!isSystemID) {
259 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) set %d to isSystemID (Are you missing data?)\n",
260 PST, isSystemID);
/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 ...

Completed in 87 milliseconds