Searched refs:scan_for_unguarded_format (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/localize/
H A Dres_check.cpp10 static int scan_for_unguarded_format(const SourcePos& pos, const XMLNode* value, int depth = 0);
66 err |= scan_for_unguarded_format(pos, value);
81 scan_for_unguarded_format(const SourcePos& pos, const string& string) function
91 scan_for_unguarded_format(const SourcePos& pos, const XMLNode* value, int depth) function
98 err |= scan_for_unguarded_format(pos, children[i], depth+1);
103 return scan_for_unguarded_format(pos, value->Text());

Completed in 65 milliseconds