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

/frameworks/base/tools/aapt/
H A DResource.cpp2013 bool begins_with_digit = true; // init to true so an empty string fails local
2017 begins_with_digit = true;
2023 begins_with_digit = false;
2028 begins_with_digit = false;
2038 if (begins_with_digit || (e != p && *(e-1) != '.')) {

Completed in 362 milliseconds