Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp340 const String16 enum16("enum"); in compileAttribute() local
445 if (strcmp16(block.getElementName(&len), enum16.string()) == 0) { in compileAttribute()
553 if (strcmp16(block.getElementName(&len), enum16.string()) != 0) { in compileAttribute()
823 const String16 enum16("enum"); in compileResourceFile() local