Searched defs:isNumber (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/aapt/
H A DAaptAssets.cpp166 inline bool isNumber(const String8& string) { function
235 (part2.length() == 3 && isNumber(part2))) {
252 (part3.length() == 3 && isNumber(part3))) && script[0]) {
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java1167 if (optionData == null || !isNumber(optionData)) {
1275 if (isNumber(param)) {
1355 if (optionData == null || !isNumber(optionData)) {
1410 private static boolean isNumber(String s) { method in class:Pm
1424 if (optionData == null || !isNumber(optionData)) {
1469 if (optionData == null || !isNumber(optionData)) {

Completed in 170 milliseconds