Searched refs:begins_with_digit (Results 1 – 1 of 1) sorted by relevance
1806 bool begins_with_digit = true; // init to true so an empty string fails in buildResources() local1810 begins_with_digit = true; in buildResources()1816 begins_with_digit = false; in buildResources()1821 begins_with_digit = false; in buildResources()1831 if (begins_with_digit || (e != p && *(e-1) != '.')) { in buildResources()