Home
last modified time | relevance | path

Searched refs:anotherFieldWidth (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/i18n/unicode/
Ddtitvinf.h448 int32_t anotherFieldWidth,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtitvinf.h448 int32_t anotherFieldWidth,
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtitvinf.h448 int32_t anotherFieldWidth,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalInfo.java1027 int anotherFieldWidth, in stringNumeric() argument
1030 if ( fieldWidth <= 2 && anotherFieldWidth > 2 || in stringNumeric()
1031 fieldWidth > 2 && anotherFieldWidth <= 2 ) { in stringNumeric()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java1055 int anotherFieldWidth, in stringNumeric() argument
1058 if ( fieldWidth <= 2 && anotherFieldWidth > 2 || in stringNumeric()
1059 fieldWidth > 2 && anotherFieldWidth <= 2 ) { in stringNumeric()
/third_party/icu/icu4c/source/i18n/
Ddtitvinf.cpp529 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth, in stringNumeric() argument
532 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) || in stringNumeric()
533 (fieldWidth > 2 && anotherFieldWidth <= 2 )) { in stringNumeric()
/third_party/node/deps/icu-small/source/i18n/
Ddtitvinf.cpp529 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth, in stringNumeric() argument
532 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) || in stringNumeric()
533 (fieldWidth > 2 && anotherFieldWidth <= 2 )) { in stringNumeric()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtitvinf.cpp547 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth, in stringNumeric() argument
550 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) || in stringNumeric()
551 (fieldWidth > 2 && anotherFieldWidth <= 2 )) { in stringNumeric()