Searched refs:notEmpty (Results 1 – 5 of 5) sorted by relevance
137 return !notEmpty(); in empty()141 bool notEmpty() const { in notEmpty() function298 return !notEmpty(); in empty()303 bool notEmpty() const { in notEmpty() function355 return !notEmpty(); in empty()360 bool notEmpty() const { in notEmpty() function
1090 inline bool notEmpty(const char* str) { in notEmpty() function in __anon8f28669a0111::AliasReplacer1109 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 …]
1097 inline bool notEmpty(const char* str) { in notEmpty() function in __anon3b1aa7690111::AliasReplacer1116 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 …]
1111 inline bool notEmpty(const char* str) { in notEmpty() function in __anon577708280111::AliasReplacer1130 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 …]
273 sk_sp<SkRefCnt> notEmpty = sk_make_sp<SkRefCnt>(); in DEF_TEST() local276 REPORTER_ASSERT(reporter, notEmpty != empty); in DEF_TEST()277 REPORTER_ASSERT(reporter, empty != notEmpty); in DEF_TEST()