Home
last modified time | relevance | path

Searched refs:isNull (Results 1 – 25 of 250) sorted by relevance

12345678910

/third_party/jsframework/test/ut/
Dutils.ts95 expect(utils.isNull).to.be.an.instanceof(Function);
96 expect(utils.isNull({})).eql(false);
97 expect(utils.isNull([])).eql(false);
98 expect(utils.isNull('a')).eql(false);
99 expect(utils.isNull(0)).eql(false);
100 expect(utils.isNull(true)).eql(false);
101 expect(utils.isNull(null)).eql(true);
102 expect(utils.isNull(undefined)).eql(true);
103 expect(utils.isNull(function() {})).eql(false);
104 expect(utils.isNull(/\w*/)).eql(false);
[all …]
/third_party/jsframework/runtime/main/extend/i18n/
DI18n.ts17 isNull,
65 if (isNull(value)) {
87 if (typeof count !== 'number' && !isNull(count)) {
95 if (isNull(value)) {
98 if (isNull(count)) {
139 if (!isNull(value)) {
156 if (isNull(value)) {
/third_party/icu/icu4c/source/i18n/
Dbrktrans.cpp87 if (bi.isNull()) { in handleTransliterate()
90 if (boundaries.isNull()) { in handleTransliterate()
94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate()
149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate()
152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate()
Dnumber_mapper.cpp57 if (!properties.currencyPluralInfo.fPtr.isNull()) { in oldToNew()
73 !properties.currency.isNull() || in oldToNew()
74 !properties.currencyPluralInfo.fPtr.isNull() || in oldToNew()
75 !properties.currencyUsage.isNull() || in oldToNew()
131 if (!properties.currencyUsage.isNull()) { in oldToNew()
253 if (!properties.compactStyle.isNull()) { in oldToNew()
/third_party/skia/third_party/externals/icu/source/i18n/
Dbrktrans.cpp87 if (bi.isNull()) { in handleTransliterate()
90 if (boundaries.isNull()) { in handleTransliterate()
94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate()
149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate()
152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate()
Dnumber_mapper.cpp57 if (!properties.currencyPluralInfo.fPtr.isNull()) { in oldToNew()
73 !properties.currency.isNull() || in oldToNew()
74 !properties.currencyPluralInfo.fPtr.isNull() || in oldToNew()
75 !properties.currencyUsage.isNull() || in oldToNew()
131 if (!properties.currencyUsage.isNull()) { in oldToNew()
252 if (!properties.compactStyle.isNull()) { in oldToNew()
/third_party/node/deps/icu-small/source/i18n/
Dbrktrans.cpp87 if (bi.isNull()) { in handleTransliterate()
90 if (boundaries.isNull()) { in handleTransliterate()
94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate()
149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate()
152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate()
Dnumber_mapper.cpp57 if (!properties.currencyPluralInfo.fPtr.isNull()) { in oldToNew()
73 !properties.currency.isNull() || in oldToNew()
74 !properties.currencyPluralInfo.fPtr.isNull() || in oldToNew()
75 !properties.currencyUsage.isNull() || in oldToNew()
131 if (!properties.currencyUsage.isNull()) { in oldToNew()
253 if (!properties.compactStyle.isNull()) { in oldToNew()
/third_party/skia/docs/examples/
DBitmap_isNull.cpp8 SkDebugf("empty bitmap does %shave pixels\n", bitmap.isNull() ? "not " : ""); in draw()
10 SkDebugf("bitmap with dimensions does %shave pixels\n", bitmap.isNull() ? "not " : ""); in draw()
12 SkDebugf("allocated bitmap does %shave pixels\n", bitmap.isNull() ? "not " : ""); in draw()
DBitmap_reset.cpp11 bitmap.isNull() ? "true" : "false"); in draw()
14 bitmap.isNull() ? "true" : "false"); in draw()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTinyPtrVector.h138 if (Val.isNull())
147 if (Val.isNull())
166 if (Val.isNull()) return true; in empty()
194 return begin() + (Val.isNull() ? 0 : 1); in end()
219 assert(!Val.isNull() && "can't index into an empty vector");
246 if (Val.isNull()) { in push_back()
248 assert(!Val.isNull() && "Can't add a null value"); in push_back()
319 assert(!Val.isNull() && "Null value with non-end insert iterator."); in insert()
340 if (Val.isNull()) { in insert()
DTwine.h188 bool isNull() const { in isNull() function
199 return isNull() || isEmpty(); in isNullary()
490 if (isNull() || Suffix.isNull()) in concat()
/third_party/icu/icu4c/source/test/intltest/
Ditutil.cpp356 if(s.isNull() || !s.isValid() || s==NULL || !(s!=NULL)) { in TestLocalPointer()
382 if(csx.isNull() && U_SUCCESS(errorCode)) { in TestLocalPointer()
388 if(csx.isNull() && U_SUCCESS(errorCode)) { in TestLocalPointer()
493 if(ua.isNull() && U_SUCCESS(errorCode)) { in TestLocalArray()
500 if(ua.isNull() && U_SUCCESS(errorCode)) { in TestLocalArray()
600 if(sel.isNull()) { in TestLocalXyzPointer()
610 if(cal.isNull()) { in TestLocalXyzPointer()
619 if(patgen.isNull()) { in TestLocalXyzPointer()
628 if(ldn.isNull()) { in TestLocalXyzPointer()
639 if(msg.isNull()) { in TestLocalXyzPointer()
[all …]
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()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_query.inl7 GLM_FUNC_QUALIFIER bool isNull(tmat2x2<T, P> const & m, T const & epsilon) function
11 result = isNull(m[i], epsilon);
16 GLM_FUNC_QUALIFIER bool isNull(tmat3x3<T, P> const & m, T const & epsilon) function
20 result = isNull(m[i], epsilon);
25 GLM_FUNC_QUALIFIER bool isNull(tmat4x4<T, P> const & m, T const & epsilon) function
29 result = isNull(m[i], epsilon);
Dmatrix_query.hpp33 GLM_FUNC_DECL bool isNull(tmat2x2<T, P> const & m, T const & epsilon);
38 GLM_FUNC_DECL bool isNull(tmat3x3<T, P> const & m, T const & epsilon);
43 GLM_FUNC_DECL bool isNull(tmat4x4<T, P> const & m, T const & epsilon);
/third_party/typescript/scripts/types/
Dambient.d.ts37 isNull(): this is T extends null ? File<null> : never;
62 isNull(): true; method
68 isNull(): true; method
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DCacheTest.java27 assertTrue("null CacheValue isNull()", nv.isNull()); in testNullCacheValue()
46 assertFalse("strong CacheValue not isNull()", sv.isNull()); in testStrongCacheValue()
65 assertFalse("soft CacheValue not isNull()", sv.isNull()); in testSoftCacheValue()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
DCacheTest.java30 assertTrue("null CacheValue isNull()", nv.isNull()); in testNullCacheValue()
49 assertFalse("strong CacheValue not isNull()", sv.isNull()); in testStrongCacheValue()
68 assertFalse("soft CacheValue not isNull()", sv.isNull()); in testSoftCacheValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerUnion.h115 bool isNull() const {
120 explicit operator bool() const { return !isNull(); }
265 bool isNull() const { return Val.isNull(); }
266 explicit operator bool() const { return !isNull(); }
370 bool isNull() const { return Val.isNull(); }
371 explicit operator bool() const { return !isNull(); }
DTwine.h187 bool isNull() const { in isNull() function
198 return isNull() || isEmpty(); in isNullary()
498 if (isNull() || Suffix.isNull()) in concat()
/third_party/jsframework/runtime/utils/
Dutils.ts48 export function isNull(any: any): boolean { function
84 if (isNull(value)) {
/third_party/node/test/parallel/
Dtest-util.js119 assert.strictEqual(util.isNull(null), true);
120 assert.strictEqual(util.isNull(undefined), false);
121 assert.strictEqual(util.isNull(), false);
122 assert.strictEqual(util.isNull('string'), false);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCacheValue.java87 public boolean isNull() { return false; } in isNull() method in CacheValue
108 public boolean isNull() { return true; } in isNull() method in CacheValue.NullValue
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCacheValue.java84 public boolean isNull() { return false; } in isNull() method in CacheValue
105 public boolean isNull() { return true; } in isNull() method in CacheValue.NullValue

12345678910