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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 462 int pastFutureIndex = (direction == Direction.NEXT ? 1 : 0);
472 String formatter = getRelativeUnitPluralPattern(style, unit, pastFutureIndex, pluralForm);
741 Style style, RelativeUnit unit, int pastFutureIndex, StandardPlural pluralForm) {
743 String formatter = getRelativeUnitPattern(style, unit, pastFutureIndex, pluralForm);
748 return getRelativeUnitPattern(style, unit, pastFutureIndex, StandardPlural.OTHER);
752 Style style, RelativeUnit unit, int pastFutureIndex, StandardPlural pluralForm) {
759 if (spfCompiledPatterns[pastFutureIndex][pluralIndex] != null) {
760 return spfCompiledPatterns[pastFutureIndex][pluralIndex];
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 518 int pastFutureIndex = (direction == Direction.NEXT ? 1 : 0);
528 String formatter = getRelativeUnitPluralPattern(style, unit, pastFutureIndex, pluralForm);
804 Style style, RelativeUnit unit, int pastFutureIndex, StandardPlural pluralForm) {
806 String formatter = getRelativeUnitPattern(style, unit, pastFutureIndex, pluralForm);
811 return getRelativeUnitPattern(style, unit, pastFutureIndex, StandardPlural.OTHER);
815 Style style, RelativeUnit unit, int pastFutureIndex, StandardPlural pluralForm) {
822 if (spfCompiledPatterns[pastFutureIndex][pluralIndex] != null) {
823 return spfCompiledPatterns[pastFutureIndex][pluralIndex];
    [all...]
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 82 int32_t pastFutureIndex,
136 int32_t pastFutureIndex,
140 if (relativeUnitsFormatters[style][unit][pastFutureIndex][pluralUnit] != NULL) {
141 return relativeUnitsFormatters[style][unit][pastFutureIndex][pluralUnit];
294 int32_t pastFutureIndex; // 0 == past or 1 == future
462 [pastFutureIndex];
486 pastFutureIndex = 0;
488 pastFutureIndex = 1;
    [all...]

Completed in 57 milliseconds