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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c 394 enum { kDateOrTimeOutMax = 96, kDateAndTimeOutMax = 192 };
424 UChar strDate[kDateOrTimeOutMax];
425 UChar strTime[kDateOrTimeOutMax];
493 udat_format(fmtRelDate, dateToUse, strDate, kDateOrTimeOutMax, NULL, &status);
501 udat_format(fmtTime, dateToUse, strTime, kDateOrTimeOutMax, NULL, &status);
    [all...]
  /external/icu4c/test/cintltst/
cdattst.c 399 enum { kDateOrTimeOutMax = 96, kDateAndTimeOutMax = 192 };
432 UChar strDate[kDateOrTimeOutMax];
433 UChar strTime[kDateOrTimeOutMax];
510 udat_format(fmtRelDate, dateToUse, strDate, kDateOrTimeOutMax, NULL, &status);
527 udat_format(fmtTime, dateToUse, strTime, kDateOrTimeOutMax, NULL, &status);
    [all...]

Completed in 146 milliseconds