Searched refs:anotherFieldWidth (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/i18n/unicode/ |
D | dtitvinf.h | 448 int32_t anotherFieldWidth,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dtitvinf.h | 448 int32_t anotherFieldWidth,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | dtitvinf.h | 448 int32_t anotherFieldWidth,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateIntervalInfo.java | 1027 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/ |
D | DateIntervalInfo.java | 1055 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/ |
D | dtitvinf.cpp | 529 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/ |
D | dtitvinf.cpp | 529 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/ |
D | dtitvinf.cpp | 547 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()
|