HomeSort by relevance Sort by last modified time
    Searched refs:isdigit (Results 226 - 250 of 796) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/perfetto/src/traced/probes/
process_stats_data_source.cc 46 if (!isdigit(*c))
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 40 for (end++; *end && isdigit(*end); end++) {
  /external/python/cpython2/Lib/test/
test_bool.py 212 self.assertIs("0123".isdigit(), True)
213 self.assertIs("xyz".isdigit(), False)
234 self.assertIs(unicode("0123", 'ascii').isdigit(), True)
235 self.assertIs(unicode("xyz", 'ascii').isdigit(), False)
  /external/python/cpython2/Python/
dynload_aix.c 7 #include <ctype.h> /* for isdigit() */
147 while (isdigit(Py_CHARMASK(*message[i]))) message[i]++ ;
  /external/swiftshader/third_party/subzero/src/
IceRangeSpec.cpp 79 if (Token[0] == RangeSpec::DELIM_RANGE || std::isdigit(Token[0])) {
  /external/tensorflow/tensorflow/contrib/py2tf/impl/
naming.py 119 if pieces[-1].isdigit():
  /external/tensorflow/tensorflow/python/estimator/
exporter.py 253 if not (len(filename) == 10 and filename.isdigit()):
  /external/toybox/lib/
dirtree.c 154 if ((flags&DIRTREE_PROC) && !isdigit(*entry->d_name)) continue;
getmountlist.c 72 if (!isdigit(s[i])) break;
  /external/toybox/toys/other/
losetup.c 134 if (strncmp(s, "loop", 4) || !isdigit(s[4])) return 0;
  /external/wpa_supplicant_8/src/wps/
httpread.c 166 if (!isdigit(*hbp))
213 isdigit(hbp[2]) && hbp[2] != '0')
219 if (!isdigit(*hbp))
287 isdigit(hbp[2]) && hbp[2] != '0')
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 165 if (isdigit(c)) {
  /frameworks/native/libs/input/
InputDevice.cpp 41 return isascii(ch) && (isdigit(ch) || isalpha(ch) || ch == '-' || ch == '_');
  /hardware/libhardware/modules/thermal/
thermal.c 104 if (strnlen(line, read) < 4 || strncmp(line, "cpu", 3) != 0 || !isdigit(line[3])) {
  /hardware/qcom/msm8998/json-c/
json_util.c 244 isdigit((int)buf_sig_digits[buf_cmp_len])
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/xlocale/
__posix_l_fallback.h 40 return ::isdigit(c);

Completed in 1441 milliseconds

1 2 3 4 5 6 7 8 91011>>