Home
last modified time | relevance | path

Searched refs:patternRepeated (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalInfo.java628 int[] patternRepeated = new int[58]; in splitPatternInto2Part() local
643 int repeated = patternRepeated[prevCh - PATTERN_CHAR_BASE]; in splitPatternInto2Part()
645 patternRepeated[prevCh - PATTERN_CHAR_BASE] = 1; in splitPatternInto2Part()
674 if ( patternRepeated[prevCh - PATTERN_CHAR_BASE] == 0 ) { in splitPatternInto2Part()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java644 int[] patternRepeated = new int[58]; in splitPatternInto2Part() local
659 int repeated = patternRepeated[prevCh - PATTERN_CHAR_BASE]; in splitPatternInto2Part()
661 patternRepeated[prevCh - PATTERN_CHAR_BASE] = 1; in splitPatternInto2Part()
690 if ( patternRepeated[prevCh - PATTERN_CHAR_BASE] == 0 ) { in splitPatternInto2Part()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtitvfmt.cpp1234 UBool patternRepeated[] = in splitPatternInto2Part() local
1259 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part()
1261 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1290 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) { in splitPatternInto2Part()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtitvfmt.cpp1510 UBool patternRepeated[] = in splitPatternInto2Part() local
1535 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part()
1537 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1566 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) { in splitPatternInto2Part()
/third_party/node/deps/icu-small/source/i18n/
Ddtitvfmt.cpp1510 UBool patternRepeated[] = in splitPatternInto2Part() local
1535 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part()
1537 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1566 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) { in splitPatternInto2Part()
/third_party/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1510 UBool patternRepeated[] = in splitPatternInto2Part() local
1535 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part()
1537 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1566 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) { in splitPatternInto2Part()