OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isalnum
(Results
351 - 375
of
572
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/
libgnustl_shared.so
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/
libgnustl_shared.so
/prebuilts/sdk/renderscript/lib/x86/
libc.so
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
625
} while (
isalnum
(*c) || *c == '_');
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.h
55
//
isalnum
() because it is affected by locale. This function is applied
/external/chromium_org/third_party/re2/util/
pcre.cc
429
// Note that using '
isalnum
' here raises the benchmark time from
[
all
...]
/external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp
592
enumName +=
isalnum
(*I) ? *I : '_';
/external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp
52
while (
isalnum
((LastChar = getchar())))
/external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
55
while (
isalnum
((LastChar = getchar())))
/external/protobuf/src/google/protobuf/stubs/
strutil.h
55
//
isalnum
() because it is affected by locale. This function is applied
/external/regex-re2/util/
pcre.cc
424
// Note that using '
isalnum
' here raises the benchmark time from
[
all
...]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c
289
return
isalnum
(ch) || ch == '\'' || ch == '(' || ch == ')' || ch == '+' || ch == '_' ||
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__locale
756
isalnum
(_CharT __c, const locale& __loc)
[
all
...]
/ndk/sources/host-tools/nawk-20071023/
b.c
750
{ "alnum", 5,
isalnum
},
/bionic/libc/kernel/tools/
cpp.py
420
if c2 == tokLN or (not c2.
isalnum
() and c2 != "_"):
426
if c.
isalnum
() or c == "_": # identifiers ?
429
if c2 == tokLN or (not c2.
isalnum
() and c2 != "_"):
[
all
...]
/external/llvm/lib/IR/
AsmWriter.cpp
127
// By making this unsigned, the value passed in to
isalnum
will always be
132
if (!
isalnum
(static_cast<unsigned char>(C)) && C != '-' && C != '.' &&
[
all
...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libc.so
Completed in 512 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>