Searched defs:begins_with_digit (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResource.cpp1410 bool begins_with_digit = true; // init to true so an empty string fails local
1414 begins_with_digit = true;
1420 begins_with_digit = false;
1425 begins_with_digit = false;
1435 if (begins_with_digit || (e != p && *(e-1) != '.')) {

Completed in 105 milliseconds