Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp626 auto null_or_empty = TryParseNullOrEmpty(value); in TryParseItemForAttribute() local
627 if (null_or_empty) { in TryParseItemForAttribute()
628 return null_or_empty; in TryParseItemForAttribute()