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

/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp516 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) {
520 if (isSystemID) {
521 *isSystemID = FALSE;
532 if (isSystemID) {
533 *isSystemID = systemID;
515 ucal_getCanonicalTimeZoneID(const UChar* id, int32_t len, UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) argument
H A Dtimezone.cpp1359 UBool isSystemID = FALSE; local
1360 return getCanonicalID(id, canonicalID, isSystemID, status);
1364 TimeZone::getCanonicalID(const UnicodeString& id, UnicodeString& canonicalID, UBool& isSystemID, argument
1368 isSystemID = FALSE;
1374 isSystemID = TRUE;
/external/icu/icu4c/source/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
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h291 * @param isSystemID Receives if the given ID is a known system
301 UnicodeString& canonicalID, UBool& isSystemID, UErrorCode& status);
H A Ducal.h1155 * @param isSystemID Receives if the given ID is a known system
1167 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status);
/external/icu/icu4c/source/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) {
2118 UBool isSystemID; local
2120 TimeZone::getCanonicalID(UnicodeString(data[i].id), canonicalID, isSystemID, ec); local
2133 if (isSystemID != data[i].isSystem) {
2135 + "\") set " + isSystemID + " to isSystemID");
[all...]
/external/icu/icu4c/source/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);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c97 UBool isSystemID = FALSE; local
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);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp1854 UBool isSystemID;
1856 TimeZone::getCanonicalID(UnicodeString(data[i].id), canonicalID, isSystemID, ec);
1869 if (isSystemID != data[i].isSystem) {
1871 + "\") set " + isSystemID + " to isSystemID");
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c110 UBool isSystemID = FALSE; local
261 canonicalID, sizeof(canonicalID)/sizeof(UChar), &isSystemID, &status);
269 if (!isSystemID) {
270 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) set %d to isSystemID (Are you missing data?)\n",
271 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 335 milliseconds