Searched refs:topField (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateTimePatternGenerator.java | 1994 int topField = getTopBitNumber(foundMask); in getBestAppending() local 1996 … getAppendFormat(topField), 2, 3, resultPattern, temp, getAppendName(topField)); in getBestAppending()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 2046 int topField = getTopBitNumber(foundMask); in getBestAppending() local 2048 … getAppendFormat(topField), 2, 3, resultPattern, temp, getAppendName(topField)); in getBestAppending()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 1588 int32_t topField=getTopBitNumber(foundMask); in getBestAppending() local 1590 if (appendItemFormats[topField].length() != 0) { in getBestAppending() 1592 getAppendName((UDateTimePatternField)topField, appendName); in getBestAppending() 1598 SimpleFormatter(appendItemFormats[topField], 2, 3, status). in getBestAppending()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen.cpp | 1729 int32_t topField=getTopBitNumber(foundMask); in getBestAppending() local 1731 if (appendItemFormats[topField].length() != 0) { in getBestAppending() 1733 getAppendName((UDateTimePatternField)topField, appendName); in getBestAppending() 1739 SimpleFormatter(appendItemFormats[topField], 2, 3, status). in getBestAppending()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 1737 int32_t topField=getTopBitNumber(foundMask); in getBestAppending() local 1739 if (appendItemFormats[topField].length() != 0) { in getBestAppending() 1741 getAppendName((UDateTimePatternField)topField, appendName); in getBestAppending() 1747 SimpleFormatter(appendItemFormats[topField], 2, 3, status). in getBestAppending()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 1737 int32_t topField=getTopBitNumber(foundMask); in getBestAppending() local 1739 if (appendItemFormats[topField].length() != 0) { in getBestAppending() 1741 getAppendName((UDateTimePatternField)topField, appendName); in getBestAppending() 1747 SimpleFormatter(appendItemFormats[topField], 2, 3, status). in getBestAppending()
|