Home
last modified time | relevance | path

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

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