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

/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp1496 UBool isSystemID = FALSE; local
1497 return getCanonicalID(id, canonicalID, isSystemID, status);
1501 TimeZone::getCanonicalID(const UnicodeString& id, UnicodeString& canonicalID, UBool& isSystemID, argument
1505 isSystemID = FALSE;
1512 isSystemID = FALSE;
1516 isSystemID = TRUE;
1536 UBool isSystemID = FALSE; local
1538 getCanonicalID(id, canonicalID, isSystemID, status);
1539 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/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/test/intltest/
H A Dtztest.cpp538 UBool isSystemID; local
628 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
635 if (!isSystemID) {
648 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
655 if (!isSystemID) {
2099 UBool isSystemID; local
2101 TimeZone::getCanonicalID(UnicodeString(data[i].id), canonicalID, isSystemID, ec); local
2114 if (isSystemID != data[i].isSystem) {
2116 + "\") set " + isSystemID + " to isSystemID");
[all...]
/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/chromium_org/third_party/icu/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.h1290 * @param isSystemID Receives if the given ID is a known system
1302 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status);
/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.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);
/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 155 milliseconds