Home
last modified time | relevance | path

Searched refs:isNull (Results 26 - 50 of 238) sorted by relevance

12345678910

/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimfmtprops.h49 if (!other.fPtr.isNull()) { in CurrencyPluralInfoWrapper()
56 !other.fPtr.isNull()) { in operator =()
H A Dnumparse_decimal.cpp164 if (digit == -1 && !fLocalDigitStrings.isNull()) { in match()
437 if (fLocalDigitStrings.isNull() && leadSet != nullptr) { in smokeTest()
443 if (fLocalDigitStrings.isNull()) { in smokeTest()
H A Ddecimfmt.cpp114 if (adoptedSymbols.isNull()) { in DecimalFormat()
396 if (!fields->properties.parseMode.isNull() && mode == fields->properties.parseMode.getNoError()) { return; } in setLenient()
797 if (!fields->symbols.isNull()) { in getDecimalFormatSymbols()
856 if (fields->properties.currencyPluralInfo.fPtr.isNull()) { in setCurrencyPluralInfo()
1053 if (!fields->properties.roundingMode.isNull() && uRoundingMode == fields->properties.roundingMode.getNoError()) { in setRoundingMode()
1098 if (fields == nullptr || fields->properties.padPosition.isNull()) { in getPadPosition()
1109 if (!fields->properties.padPosition.isNull() && uPadPos == fields->properties.padPosition.getNoError()) { in setPadPosition()
1322 !tprops.currency.isNull() || in toPattern()
1323 !tprops.currencyPluralInfo.fPtr.isNull() || in toPattern()
1324 !tprops.currencyUsage.isNull() || in toPattern()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimfmtprops.h49 if (!other.fPtr.isNull()) { in CurrencyPluralInfoWrapper()
56 !other.fPtr.isNull()) { in operator =()
H A Dnumparse_decimal.cpp164 if (digit == -1 && !fLocalDigitStrings.isNull()) { in match()
437 if (fLocalDigitStrings.isNull() && leadSet != nullptr) { in smokeTest()
443 if (fLocalDigitStrings.isNull()) { in smokeTest()
H A Ddecimfmt.cpp114 if (adoptedSymbols.isNull()) { in DecimalFormat()
396 if (!fields->properties.parseMode.isNull() && mode == fields->properties.parseMode.getNoError()) { return; } in setLenient()
797 if (!fields->symbols.isNull()) { in getDecimalFormatSymbols()
856 if (fields->properties.currencyPluralInfo.fPtr.isNull()) { in setCurrencyPluralInfo()
1053 if (!fields->properties.roundingMode.isNull() && uRoundingMode == fields->properties.roundingMode.getNoError()) {
1098 if (fields == nullptr || fields->properties.padPosition.isNull()) { in getPadPosition()
1109 if (!fields->properties.padPosition.isNull() && uPadPos == fields->properties.padPosition.getNoError()) { in setPadPosition()
1322 !tprops.currency.isNull() || in toPattern()
1323 !tprops.currencyPluralInfo.fPtr.isNull() || in toPattern()
1324 !tprops.currencyUsage.isNull() || in toPattern()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimfmtprops.h49 if (!other.fPtr.isNull()) { in CurrencyPluralInfoWrapper()
56 !other.fPtr.isNull()) { in operator =()
H A Dnumparse_decimal.cpp164 if (digit == -1 && !fLocalDigitStrings.isNull()) { in match()
437 if (fLocalDigitStrings.isNull() && leadSet != nullptr) { in smokeTest()
443 if (fLocalDigitStrings.isNull()) { in smokeTest()
H A Ddecimfmt.cpp114 if (adoptedSymbols.isNull()) { in DecimalFormat()
396 if (!fields->properties.parseMode.isNull() && mode == fields->properties.parseMode.getNoError()) { return; } in setLenient()
852 if (fields->properties.currencyPluralInfo.fPtr.isNull()) { in setCurrencyPluralInfo()
1049 if (!fields->properties.roundingMode.isNull() && uRoundingMode == fields->properties.roundingMode.getNoError()) { in setRoundingMode()
1094 if (fields == nullptr || fields->properties.padPosition.isNull()) { in getPadPosition()
1105 if (!fields->properties.padPosition.isNull() && uPadPos == fields->properties.padPosition.getNoError()) { in setPadPosition()
1318 !tprops.currency.isNull() || in toPattern()
1319 !tprops.currencyPluralInfo.fPtr.isNull() || in toPattern()
1320 !tprops.currencyUsage.isNull() || in toPattern()
1518 if (!fields->properties.currency.isNull() in setCurrency()
[all...]
/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_json.cpp29 bool Value::isNull() const in isNull() function in Json::Value
/third_party/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp300 if(trie.isNull()) { in TestNextForCodePoint()
389 if(trie.isNull()) { in TestLargeTrie()
468 if(trie.isNull()) { in TestHasUniqueValue()
504 if(trie.isNull()) { in TestGetNextUChars()
554 if(trie.isNull()) { in TestIteratorFromBranch()
603 if(trie.isNull()) { in TestIteratorFromLinearMatch()
631 if(trie.isNull()) { in TestTruncatingIteratorFromRoot()
682 if(trie.isNull()) { in TestTruncatingIteratorFromLinearMatchShort()
710 if(trie.isNull()) { in TestTruncatingIteratorFromLinearMatchLong()
760 if(trie.isNull()) { in checkData()
[all...]
/third_party/skia/docs/examples/
H A DBitmap_drawsNothing.cpp12 SkDebugf("empty:%s isNull:%s drawsNothing:%s\n", bitmap.empty() ? "true " : "false", in REG_FIDDLE()
13 bitmap.isNull() ? "true " : "false", bitmap.drawsNothing() ? "true" : "false"); in REG_FIDDLE()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DDigitSequenceTest.java67 assertThat(domain().previous(DigitSequence.empty())).isNull(); in testMin()
75 assertThat(domain().next(max)).isNull(); in testMax()
/third_party/skia/tools/skqp/src/
H A Dskqp_model.cpp126 if (max_image.isNull() || min_image.isNull()) { in CheckAgainstModel()
/base/powermgr/display_manager/brightness_manager/src/
H A Dcalculation_config_parser.cpp36 if (root.isNull()) { in ParseConfig()
H A Dbrightness_config_parser.cpp36 if (root.isNull()) { in ParseConfig()
/third_party/icu/icu4c/source/common/
H A Dlocaleprioritylist.cpp207 if (clone.isNull()) { in add()
209 if (clone.isNull() || (clone->isBogus() && !locale.isBogus())) { in add()
H A Dcharacterproperties.cpp101 if (incl.isNull()) { in initInclusion()
222 if (intPropIncl.isNull()) { in initIntPropInclusion()
275 if (set.isNull()) { in makeSet()
/third_party/node/lib/
H A Dutil.js104 function isNull(arg) { function
373 isNull,
/third_party/node/deps/icu-small/source/common/
H A Dlocaleprioritylist.cpp207 if (clone.isNull()) { in add()
209 if (clone.isNull() || (clone->isBogus() && !locale.isBogus())) { in add()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.cpp207 if (clone.isNull()) { in add()
209 if (clone.isNull() || (clone->isBogus() && !locale.isBogus())) { in add()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSoftCache.java56 if(cv.isNull()) { in getInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSoftCache.java58 if(cv.isNull()) { in getInstance()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dvector_query.hpp47 GLM_FUNC_DECL bool isNull(vecType<T, P> const & v, T const & epsilon);
/third_party/skia/tests/
H A DReadPixelsTest.cpp99 if (bmp.isNull()) { in make_src_image()
169 SkASSERT(!bitmap.isNull()); in check_read()
339 bool startsWithPixels = !bmp.isNull(); in test_readpixels()
364 REPORTER_ASSERT(reporter, bmp.isNull()); in test_readpixels()

Completed in 19 milliseconds

12345678910