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
830
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libvixl-arm64.so
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libpcre2.so
/system/core/liblog/
event_tag_map.cpp
235
while (*cp && (
isalnum
(*cp) || strchr("_.-@,", *cp))) ++cp;
/system/core/libunwindstack/tests/files/offline/jit_debug_x86/
dalvikvm32
/system/libvintf/
AssembleVintf.cpp
190
if (
isalnum
(sub[i])) {
/system/vold/
VoldNativeService.cpp
109
if (!std::
isalnum
(c) && c != ':' && c != ',') {
VolumeManager.cpp
661
if (!
isalnum
(name[i])) {
/toolchain/binutils/binutils-2.27/binutils/
nlmheader.y
757
while (
ISALNUM
(c) || c == '_')
/toolchain/binutils/binutils-2.27/cpu/
m32c.opc
109
&& (s[len] == 0 || !
ISALNUM
(s[len])))
/toolchain/binutils/binutils-2.27/gas/config/
m68k-parse.y
960
&& (s[-1] == ')' ||
ISALNUM
(s[-1])))
tc-cris.c
[
all
...]
tc-crx.c
[
all
...]
/toolchain/binutils/binutils-2.27/ld/emultempl/
spuelf.em
507
if (!(
ISALNUM
(*p) || *p == '$' || *p == '.'))
/toolchain/binutils/binutils-2.27/opcodes/
ChangeLog-0001
412
(cgen_parse_keyword): Use
ISALNUM
instead of
isalnum
.
416
(cgen_keyword_add): Use
ISALNUM
instead of
isalnum
.
[
all
...]
xstormy16-asm.c
73
while (
ISALNUM
(*++s))
/external/ImageMagick/coders/
pnm.c
351
} while (
isalnum
(c));
358
while (
isalnum
(c) || (c == '_'))
[
all
...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/llvm/utils/FileCheck/
FileCheck.cpp
300
if (Name[i] != '_' && !
isalnum
(Name[i]) &&
696
return (
isalnum
(c) || c == '-' || c == '_');
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/python/cpython3/Lib/test/
test_bigmem.py
167
self.assertTrue(s.
isalnum
())
169
self.assertFalse(s.
isalnum
())
[
all
...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h.orig
[
all
...]