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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 447 int pastFutureIndex = (direction == Direction.NEXT ? 1 : 0);
457 String formatter = getRelativeUnitPluralPattern(style, unit, pastFutureIndex, pluralForm);
729 Style style, RelativeUnit unit, int pastFutureIndex, StandardPlural pluralForm) {
731 String formatter = getRelativeUnitPattern(style, unit, pastFutureIndex, pluralForm);
736 return getRelativeUnitPattern(style, unit, pastFutureIndex, StandardPlural.OTHER);
740 Style style, RelativeUnit unit, int pastFutureIndex, StandardPlural pluralForm) {
747 if (spfCompiledPatterns[pastFutureIndex][pluralIndex] != null) {
748 return spfCompiledPatterns[pastFutureIndex][pluralIndex];
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 503 int pastFutureIndex = (direction == Direction.NEXT ? 1 : 0);
513 String formatter = getRelativeUnitPluralPattern(style, unit, pastFutureIndex, pluralForm);
792 Style style, RelativeUnit unit, int pastFutureIndex, StandardPlural pluralForm) {
794 String formatter = getRelativeUnitPattern(style, unit, pastFutureIndex, pluralForm);
799 return getRelativeUnitPattern(style, unit, pastFutureIndex, StandardPlural.OTHER);
803 Style style, RelativeUnit unit, int pastFutureIndex, StandardPlural pluralForm) {
810 if (spfCompiledPatterns[pastFutureIndex][pluralIndex] != null) {
811 return spfCompiledPatterns[pastFutureIndex][pluralIndex];
    [all...]
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 84 int32_t pastFutureIndex,
88 int32_t pastFutureIndex,
141 int32_t pastFutureIndex,
156 return getRelativeDateTimeUnitFormatter(fStyle, rdtunit, pastFutureIndex, pluralUnit);
163 int32_t pastFutureIndex,
167 if (relativeUnitsFormatters[style][unit][pastFutureIndex][pluralUnit] != nullptr) {
168 return relativeUnitsFormatters[style][unit][pastFutureIndex][pluralUnit];
331 int32_t pastFutureIndex; // 0 == past or 1 == future
499 [pastFutureIndex];
523 pastFutureIndex = 0
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 340 milliseconds