HomeSort by relevance Sort by last modified time
    Searched refs:isSystemID (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp     [all...]
ucal.cpp 565 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) {
569 if (isSystemID) {
570 *isSystemID = FALSE;
581 if (isSystemID) {
582 *isSystemID = systemID;
  /external/icu/icu4c/source/i18n/
timezone.cpp     [all...]
ucal.cpp 565 UChar* result, int32_t resultCapacity, UBool *isSystemID, UErrorCode* status) {
569 if (isSystemID) {
570 *isSystemID = FALSE;
581 if (isSystemID) {
582 *isSystemID = systemID;
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 538 UBool isSystemID;
628 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
635 if (!isSystemID) {
648 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
655 if (!isSystemID) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 529 UBool isSystemID;
619 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
626 if (!isSystemID) {
639 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
646 if (!isSystemID) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
timezone.h 349 * @param isSystemID Receives if the given ID is a known system
359 UnicodeString& canonicalID, UBool& isSystemID, UErrorCode& status);
    [all...]
ucal.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
timezone.h 349 * @param isSystemID Receives if the given ID is a known system
359 UnicodeString& canonicalID, UBool& isSystemID, UErrorCode& status);
    [all...]
ucal.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 109 UBool isSystemID = FALSE;
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);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 110 UBool isSystemID = FALSE;
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);
    [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 

Completed in 308 milliseconds