Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
Dpseudolocalize.cpp202 static bool is_space(const char16_t c) { in is_space() function
339 bool space = is_space(c); in text()
371 space = (!escape && is_space(c)) || (escape && (c == 'n' || c == 't')); in text()