Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp1724 bool begins_with_digit = true; // init to true so an empty string fails in buildResources() local
1728 begins_with_digit = true; in buildResources()
1734 begins_with_digit = false; in buildResources()
1739 begins_with_digit = false; in buildResources()
1749 if (begins_with_digit || (e != p && *(e-1) != '.')) { in buildResources()