Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h137 return !notEmpty(); in empty()
141 bool notEmpty() const { in notEmpty() function
298 return !notEmpty(); in empty()
303 bool notEmpty() const { in notEmpty() function
355 return !notEmpty(); in empty()
360 bool notEmpty() const { in notEmpty() function
/third_party/icu/icu4c/source/common/
Dlocid.cpp1090 inline bool notEmpty(const char* str) { in notEmpty() function in __anon8f28669a0111::AliasReplacer
1109 return notEmpty(replacement) ? in deleteOrReplace()
1171 if (notEmpty(region)) { in generateKey()
1175 if (notEmpty(variant)) { in generateKey()
1342 if (notEmpty(replacedVariant)) { in replaceLanguage()
1590 if (notEmpty(script)) { in outputToString()
1594 if (notEmpty(region)) { in outputToString()
1599 if (!notEmpty(script) && !notEmpty(region)) { in outputToString()
1613 if (notEmpty(extensions)) { in outputToString()
1634 if (!notEmpty(language)) { in replace()
[all …]
/third_party/node/deps/icu-small/source/common/
Dlocid.cpp1097 inline bool notEmpty(const char* str) { in notEmpty() function in __anon3b1aa7690111::AliasReplacer
1116 return notEmpty(replacement) ? in deleteOrReplace()
1178 if (notEmpty(region)) { in generateKey()
1182 if (notEmpty(variant)) { in generateKey()
1349 if (notEmpty(replacedVariant)) { in replaceLanguage()
1597 if (notEmpty(script)) { in outputToString()
1601 if (notEmpty(region)) { in outputToString()
1606 if (!notEmpty(script) && !notEmpty(region)) { in outputToString()
1620 if (notEmpty(extensions)) { in outputToString()
1641 if (!notEmpty(language)) { in replace()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dlocid.cpp1111 inline bool notEmpty(const char* str) { in notEmpty() function in __anon577708280111::AliasReplacer
1130 return notEmpty(replacement) ? in deleteOrReplace()
1192 if (notEmpty(region)) { in generateKey()
1196 if (notEmpty(variant)) { in generateKey()
1366 if (notEmpty(replacedVariant)) { in replaceLanguage()
1618 if (notEmpty(script)) { in outputToString()
1622 if (notEmpty(region)) { in outputToString()
1627 if (!notEmpty(script) && !notEmpty(region)) { in outputToString()
1646 if (notEmpty(extensions)) { in outputToString()
1667 if (!notEmpty(language)) { in replace()
[all …]
/third_party/skia/tests/
DRefCntTest.cpp273 sk_sp<SkRefCnt> notEmpty = sk_make_sp<SkRefCnt>(); in DEF_TEST() local
276 REPORTER_ASSERT(reporter, notEmpty != empty); in DEF_TEST()
277 REPORTER_ASSERT(reporter, empty != notEmpty); in DEF_TEST()