Home
last modified time | relevance | path

Searched refs:npp (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPropertiesAffixPatternProvider.java41 String npp = properties.getNegativePrefixPattern(); in PropertiesAffixPatternProvider() local
64 } else if (npp != null) { in PropertiesAffixPatternProvider()
65 negPrefix = npp; in PropertiesAffixPatternProvider()
86 AffixUtils.hasCurrencySymbols(npp) || in PropertiesAffixPatternProvider()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPropertiesAffixPatternProvider.java45 String npp = properties.getNegativePrefixPattern(); in PropertiesAffixPatternProvider() local
68 } else if (npp != null) { in PropertiesAffixPatternProvider()
69 negPrefix = npp; in PropertiesAffixPatternProvider()
90 AffixUtils.hasCurrencySymbols(npp) || in PropertiesAffixPatternProvider()
/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.cc96 non_polling_poller* npp = reinterpret_cast<non_polling_poller*>(pollset); in non_polling_poller_init() local
97 gpr_mu_init(&npp->mu); in non_polling_poller_init()
98 *mu = &npp->mu; in non_polling_poller_init()
102 non_polling_poller* npp = reinterpret_cast<non_polling_poller*>(pollset); in non_polling_poller_destroy() local
103 gpr_mu_destroy(&npp->mu); in non_polling_poller_destroy()
109 non_polling_poller* npp = reinterpret_cast<non_polling_poller*>(pollset); in non_polling_poller_work() local
110 if (npp->shutdown) return GRPC_ERROR_NONE; in non_polling_poller_work()
111 if (npp->kicked_without_poller) { in non_polling_poller_work()
112 npp->kicked_without_poller = false; in non_polling_poller_work()
118 if (npp->root == nullptr) { in non_polling_poller_work()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_mapper.cpp338 const UnicodeString& npp = properties.negativePrefixPattern; in setTo() local
361 } else if (!npp.isBogus()) { in setTo()
362 negPrefix = npp; in setTo()
383 AffixUtils::hasCurrencySymbols(npp, status) || in setTo()
/third_party/icu/icu4c/source/i18n/
Dnumber_mapper.cpp338 const UnicodeString& npp = properties.negativePrefixPattern; in setTo() local
361 } else if (!npp.isBogus()) { in setTo()
362 negPrefix = npp; in setTo()
383 AffixUtils::hasCurrencySymbols(npp, status) || in setTo()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_mapper.cpp338 const UnicodeString& npp = properties.negativePrefixPattern; in setTo() local
361 } else if (!npp.isBogus()) { in setTo()
362 negPrefix = npp; in setTo()
383 AffixUtils::hasCurrencySymbols(npp, status) || in setTo()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.cpp672 UnicodeString npp = properties.negativePrefixPattern; in propertiesToPatternString() local
813 if (!np.isBogus() || !ns.isBogus() || (npp.isBogus() && !nsp.isBogus()) || in propertiesToPatternString()
814 (!npp.isBogus() && (npp.length() != 1 || npp.charAt(0) != u'-' || nsp.length() != 0))) { in propertiesToPatternString()
816 if (!npp.isBogus()) { in propertiesToPatternString()
817 sb.append(npp); in propertiesToPatternString()
Dnumber_mapper.cpp343 const UnicodeString& npp = properties.negativePrefixPattern; in setTo() local
366 } else if (!npp.isBogus()) { in setTo()
367 negPrefix = npp; in setTo()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDecimalFormat.java562 String np = null, npp = null, ns = null, nsp = null; in readObject() local
602 npp = (String) fieldGetter.get("negPrefixPattern", null); in readObject()
633 if (npp == null) { in readObject()
636 properties.setNegativePrefixPattern(npp); in readObject()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java569 String np = null, npp = null, ns = null, nsp = null; in readObject() local
609 npp = (String) fieldGetter.get("negPrefixPattern", null); in readObject()
640 if (npp == null) { in readObject()
643 properties.setNegativePrefixPattern(npp); in readObject()
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dko_ko_Latn_BGN.txt102 ᆫᄈ → npp ; # HANGUL JONGSEONG NIEUN + CHOSEONG SSANGPIEUP
/third_party/skia/third_party/externals/icu/source/data/translit/
Dko_ko_Latn_BGN.txt103 ᆫᄈ → npp ; # HANGUL JONGSEONG NIEUN + CHOSEONG SSANGPIEUP
/third_party/icu/icu4c/source/data/translit/
Dko_ko_Latn_BGN.txt103 ᆫᄈ → npp ; # HANGUL JONGSEONG NIEUN + CHOSEONG SSANGPIEUP
/third_party/ffmpeg/
Dconfigure6396 enabled libnpp && { check_lib libnpp npp.h nppGetLibVersion -lnppig -lnppicc -lnppc -lnp…
6397 check_lib libnpp npp.h nppGetLibVersion -lnppi -lnppc -lnppidei ||