Home
last modified time | relevance | path

Searched refs:compactIsShort (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCompactData.java61 boolean compactIsShort = compactStyle == CompactStyle.SHORT; in populate()
71 if (isEmpty && !compactIsShort) { in populate()
75 if (isEmpty && !nsIsLatn && !compactIsShort) { in populate()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCompactData.java57 boolean compactIsShort = compactStyle == CompactStyle.SHORT; in populate()
67 if (isEmpty && !compactIsShort) { in populate()
71 if (isEmpty && !nsIsLatn && !compactIsShort) { in populate()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_compact.cpp68 bool compactIsShort = compactStyle == CompactStyle::UNUM_SHORT; in populate() local
80 if (isEmpty && !compactIsShort) { in populate()
85 if (isEmpty && !nsIsLatn && !compactIsShort) { in populate()
/third_party/icu/icu4c/source/i18n/
Dnumber_compact.cpp68 bool compactIsShort = compactStyle == CompactStyle::UNUM_SHORT; in populate() local
80 if (isEmpty && !compactIsShort) { in populate()
85 if (isEmpty && !nsIsLatn && !compactIsShort) { in populate()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_compact.cpp68 bool compactIsShort = compactStyle == CompactStyle::UNUM_SHORT; in populate() local
80 if (isEmpty && !compactIsShort) { in populate()
85 if (isEmpty && !nsIsLatn && !compactIsShort) { in populate()