Home
last modified time | relevance | path

Searched refs:isNull (Results 76 - 100 of 221) sorted by relevance

123456789

/third_party/icu/icu4c/source/test/intltest/
H A Dscientificnumberformattertest.cpp85 if (fmt3.isNull()) { in TestBasic()
H A Dbidiconf.cpp271 if(bidiTestFile.isNull()) { in TestBidiTest()
440 if(bidiTestFile.isNull()) { in TestBidiCharacterTest()
H A Dnptrans.cpp113 if(U_SUCCESS(status) && (lmapping.isNull())) { in NamePrepTransform()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DColumnTest.java60 assertThat(column.parse("")).isNull(); in testStringColumn()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_mapper.h130 if (properties.currencyPluralInfo.fPtr.isNull()) { in setTo()
H A Dnumber_types.h335 bool isNull() const { in isNull() function in number::impl::NullableValue
H A Derarules.cpp131 if (startDates.isNull()) { in createInstance()
/third_party/skia/tests/
H A DBitmapTest.cpp94 REPORTER_ASSERT(reporter, bm.isNull()); in test_allocpixels()
127 REPORTER_ASSERT(reporter, bm.isNull()); in test_allocpixels()
H A DGrAHardwareBufferTest.cpp61 if (bmp.isNull()) { in make_src_bitmap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp77 if (OffsetCache.isNull()) { in getLineNumber()
111 if (!OffsetCache.isNull()) { in ~SrcBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h79 if (V.isNull()) in getWithOffset()
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js63 isNull(): boolean;
237 isNull(): ChainedObject<boolean>;
619 isNull(object: any): boolean;
856 _.isNull(null);
857 _.isNull(undefined);
1052 _.isNull(null);
1053 _.isNull(undefined);
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dgenrb.cpp666 if (ucbuf.isNull() || U_FAILURE(status)) { in processFile()
679 if (data.isNull() || U_FAILURE(status)) { in processFile()
/third_party/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp666 if (ucbuf.isNull() || U_FAILURE(status)) { in processFile()
679 if (data.isNull() || U_FAILURE(status)) { in processFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp101 if (!ConstrainingRegCB.isNull()) { in constrainRegAttrs()
103 if (RegCB.isNull()) in constrainRegAttrs()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dgenrb.cpp648 if (ucbuf.isNull() || U_FAILURE(status)) { in processFile()
661 if (data.isNull() || U_FAILURE(status)) { in processFile()
/third_party/icu/icu4c/source/common/unicode/
H A Dlocalpointer.h94 UBool isNull() const { return ptr==NULL; } in isNull() function in LocalPointerBase
207 * and not also separately for isNull().
220 * Move constructor, leaves src with isNull().
249 * Move assignment operator, leaves src with isNull().
382 * and not also separately for isNull().
395 * Move constructor, leaves src with isNull().
424 * Move assignment operator, leaves src with isNull().
/third_party/icu/icu4c/source/i18n/
H A Derarules.cpp131 if (startDates.isNull()) { in createInstance()
H A Dreldatefmt.cpp713 if (result.isNull()) { in createObject()
1245 if (nf.isNull()) { in init()
1262 if (bi.isNull()) { in init()
/third_party/node/deps/icu-small/source/common/unicode/
H A Dlocalpointer.h94 UBool isNull() const { return ptr==nullptr; } in isNull() function in LocalPointerBase
207 * and not also separately for isNull().
220 * Move constructor, leaves src with isNull().
249 * Move assignment operator, leaves src with isNull().
382 * and not also separately for isNull().
395 * Move constructor, leaves src with isNull().
424 * Move assignment operator, leaves src with isNull().
/third_party/node/deps/icu-small/source/i18n/
H A Derarules.cpp131 if (startDates.isNull()) { in createInstance()
/third_party/skia/src/utils/
H A DSkCanvasStateUtils.cpp277 SkASSERT(!bitmap.isNull()); in make_canvas_from_canvas_layer()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocalpointer.h94 UBool isNull() const { return ptr==NULL; } in isNull() function in LocalPointerBase
207 * and not also separately for isNull().
220 * Move constructor, leaves src with isNull().
249 * Move assignment operator, leaves src with isNull().
382 * and not also separately for isNull().
395 * Move constructor, leaves src with isNull().
424 * Move assignment operator, leaves src with isNull().
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java1154 boolean isNull = true; in compactIndex()
1159 isNull = false; in compactIndex()
1162 if (isNull) { in compactIndex()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java1146 boolean isNull = true; in compactIndex()
1151 isNull = false; in compactIndex()
1154 if (isNull) { in compactIndex()

Completed in 25 milliseconds

123456789