Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp804 const String16 bool16("bool"); in compileResourceFile() local
1421 } else if (strcmp16(block.getElementName(&len), bool16.string()) == 0) { in compileResourceFile()
1422 curTag = &bool16; in compileResourceFile()
1423 curType = bool16; in compileResourceFile()