Home
last modified time | relevance | path

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

/frameworks/base/tools/localize/
Dlocalize.cpp80 const XMLNode* rejectNode = rejectNodes[k]; in read_settings() local
84 reject.file = rejectNode->GetAttribute("", "file", ""); in read_settings()
86 rejectNode->Position().Error("<reject> needs a file attribute."); in read_settings()
95 reject.name = rejectNode->GetAttribute("", "name", ""); in read_settings()
97 rejectNode->Position().Error("<reject> needs a name attribute."); in read_settings()
102 reject.comment = trim_string(rejectNode->CollapseTextContents()); in read_settings()