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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/bookmaker/
bookmaker.h 459 while (fChar < fEnd && !isalnum(fChar[0])) {
475 while (fChar < fEnd && (isalnum(fChar[0])
496 while (fChar < fEnd && (isalnum(fChar[0])
660 while (isalnum(end[0]) || '_' == end[0] || '-' == end[0]) {
    [all...]
bookmaker.cpp     [all...]
mdOut.cpp 83 if (!t.eof() && '~' == base[0] && !isalnum(base[1])) {
315 while (start > 0 && (isalnum(filename[start - 1]) || '_' == filename[start - 1])) {
697 while (start > 0 && (isalnum(filename[start - 1]) || '_' == filename[start - 1])) {
    [all...]
  /external/skqp/tools/bookmaker/
bookmaker.h 457 while (fChar < fEnd && !isalnum(fChar[0])) {
473 while (fChar < fEnd && (isalnum(fChar[0])
494 while (fChar < fEnd && (isalnum(fChar[0])
658 while (isalnum(end[0]) || '_' == end[0] || '-' == end[0]) {
    [all...]
bookmaker.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.c 347 if (isalnum (mGlobals.SourceFile.FileBufferPtr[Len])) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfscanf.c 1070 } else if (!isalnum(c) && c != '_')
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 70 while (isalnum((LastChar = getchar())))
  /external/one-true-awk/
lib.c 682 if (!(isalnum((uschar) *s) || *s == '_'))
  /external/python/cpython2/Lib/test/
test_locale.py 354 self.assertEqual('\xc0'.isalnum(), False)
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp 52 while (isalnum((LastChar = getchar())))
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp 55 while (isalnum((LastChar = getchar())))
  /external/swiftshader/third_party/LLVM/utils/FileCheck/
FileCheck.cpp 195 if (Name[i] != '_' && !isalnum(Name[i])) {
  /external/tensorflow/tensorflow/c/
c_api_function.cc 85 if (isalnum(c)) {
  /external/toolchain-utils/crosperf/
experiment_runner_unittest.py 408 str.isalnum, bench_run.name)
  /external/toybox/kconfig/
confdata.c 65 while (isalnum(*src) || *src == '_')
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 290 return isalnum(ch) || ch == '\'' || ch == '(' || ch == ')' || ch == '+' || ch == '_' ||
    [all...]
  /frameworks/rs/script_api/
GenerateDocumentation.cpp 190 } while (isalnum(c) || c == '_');
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text.cpp 45 return value == '_' || 0 != ::isalnum(value);
  /system/core/liblog/
event_tag_map.cpp 235 while (*cp && (isalnum(*cp) || strchr("_.-@,", *cp))) ++cp;
  /external/llvm/utils/FileCheck/
FileCheck.cpp 300 if (Name[i] != '_' && !isalnum(Name[i]) &&
696 return (isalnum(c) || c == '-' || c == '_');
    [all...]
  /external/python/cpython3/Lib/collections/
__init__.py 1197 def isalnum(self): return self.data.isalnum() member in class:UserString
    [all...]
  /external/python/cpython3/Lib/importlib/
_bootstrap_external.py 302 if not optimization.isalnum():
335 if not opt_level.isalnum():
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c     [all...]

Completed in 1091 milliseconds

1 2 3 4 5 6 7 8 91011>>