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

  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c 92 UBool isSystemID = FALSE;
219 canonicalID, sizeof(canonicalID)/sizeof(UChar), &isSystemID, &status);
227 if (!isSystemID) {
228 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) set %d to isSystemID (Are you missing data?)\n",
229 PST, isSystemID);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
timezone.cpp     [all...]
  /external/icu4c/i18n/
timezone.cpp     [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 96 UBool isSystemID = FALSE;
223 canonicalID, sizeof(canonicalID)/sizeof(UChar), &isSystemID, &status);
231 if (!isSystemID) {
232 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) set %d to isSystemID (Are you missing data?)\n",
233 PST, isSystemID);
    [all...]

Completed in 331 milliseconds