Home
last modified time | relevance | path

Searched refs:fIntervalPatternSecondPart (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalInfo.java181 private final String fIntervalPatternSecondPart; field in DateIntervalInfo.PatternInfo
206 fIntervalPatternSecondPart = secondPart; in PatternInfo()
223 return fIntervalPatternSecondPart; in getSecondPart()
244 … Objects.equals(fIntervalPatternSecondPart, patternInfo.fIntervalPatternSecondPart) && in equals()
257 if (fIntervalPatternSecondPart != null) { in hashCode()
258 hash ^= fIntervalPatternSecondPart.hashCode(); in hashCode()
271 …eturn "{first=«" + fIntervalPatternFirstPart + "», second=«" + fIntervalPatternSecondPart + "», re… in toString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java183 private final String fIntervalPatternSecondPart; field in DateIntervalInfo.PatternInfo
209 fIntervalPatternSecondPart = secondPart; in PatternInfo()
228 return fIntervalPatternSecondPart; in getSecondPart()
251 … Objects.equals(fIntervalPatternSecondPart, patternInfo.fIntervalPatternSecondPart) && in equals()
265 if (fIntervalPatternSecondPart != null) { in hashCode()
266 hash ^= fIntervalPatternSecondPart.hashCode(); in hashCode()
280 …eturn "{first=«" + fIntervalPatternFirstPart + "», second=«" + fIntervalPatternSecondPart + "», re… in toString()