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

  /external/icu4c/i18n/unicode/
dtitvinf.h 259 * @param intervalPattern the interval pattern on the largest different
269 const UnicodeString& intervalPattern,
390 * @param intervalPattern the interval pattern on the largest different
397 const UnicodeString& intervalPattern,
dtitvfmt.h     [all...]
  /external/icu4c/i18n/
dtitvfmt.cpp 333 const PatternInfo& intervalPattern = fIntervalPatterns[itvPtnIndex];
335 if ( intervalPattern.firstPart.isEmpty() &&
336 intervalPattern.secondPart.isEmpty() ) {
349 if ( intervalPattern.firstPart.isEmpty() ) {
353 fDateFormat->applyPattern(intervalPattern.secondPart);
360 if ( intervalPattern.laterDateFirst ) {
371 fDateFormat->applyPattern(intervalPattern.firstPart);
373 if ( !intervalPattern.secondPart.isEmpty() ) {
374 fDateFormat->applyPattern(intervalPattern.secondPart);
    [all...]
dtitvinf.cpp 84 const UnicodeString& intervalPattern,
88 setIntervalPatternInternally(skeleton, UCAL_AM_PM, intervalPattern, status);
89 setIntervalPatternInternally(skeleton, UCAL_HOUR, intervalPattern, status);
92 setIntervalPatternInternally(skeleton, UCAL_DATE, intervalPattern, status);
94 setIntervalPatternInternally(skeleton, lrgDiffCalUnit, intervalPattern, status);
192 const UnicodeString& intervalPattern = patternsOfOneSkeleton[index];
193 if ( !intervalPattern.isEmpty() ) {
194 result = intervalPattern;
349 const UnicodeString& intervalPattern,
362 patternsOfOneSkeleton[index] = intervalPattern;
    [all...]

Completed in 1061 milliseconds