/external/curl/m4/ |
xc-translit.m4 | 82 dnl converted to the underscore '_' character and alnum 113 dnl converted to the underscore '_' character and alnum
|
/external/dhcpcd-6.8.2/ |
dhcpcd-run-hooks.in | 215 *[![:alnum:]_-]*) return 1;; 238 *[![:alnum:]#%+-_:\.,@~\\/\[\]=\ ]*) return 1;;
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
cclass.h | 80 { "alnum", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
|
/external/libvpx/ |
update_libvpx.sh | 42 prev_hash="$(egrep "^Commit: [[:alnum:]]" README.android | awk '{ print $2 }')"
|
/external/llvm/docs/ |
re_format.7 | 277 alnum digit punct 299 .Em alnum 398 [:alnum:] [:cntrl:] [:lower:] [:space:] 618 [:alnum:] [:cntrl:] [:lower:] [:space:]
|
/external/pcre/dist/testdata/ |
testinput11 | 13 /^[[:alnum:]]/BM
|
/external/regex-re2/re2/testing/ |
simplify_test.cc | 35 { "[[:alnum:]]", "[0-9A-Za-z]" },
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
doc.go | 115 [[:alnum:]] alphanumeric (== [0-9A-Za-z])
|
simplify_test.go | 28 {`[[:alnum:]]`, `[0-9A-Za-z]`},
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
doc.go | 115 [[:alnum:]] alphanumeric (== [0-9A-Za-z])
|
simplify_test.go | 28 {`[[:alnum:]]`, `[0-9A-Za-z]`},
|
/external/selinux/policycoreutils/scripts/ |
fixfiles | 174 -e 's|\(([/[:alnum:]]+)\)\?|{\1,}|g' \ 175 -e 's|([/[:alnum:]])\?|{\1,}|g' \
|
/external/valgrind/coregrind/m_demangle/ |
safe-ctype.c | 75 @item @code{ALNUM} @tab @kbd{A-Za-z0-9} 79 @item @code{GRAPH} @tab @code{ALNUM || PUNCT}
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0001-android-Add-locale-support.patch | 50 static const mask alnum = alpha | digit; 51 static const mask graph = alnum | punct;
|
/ndk/sources/host-tools/make-3.81/glob/ |
fnmatch.c | 113 || STREQ (string, "alnum") || STREQ (string, "xdigit") \ 376 if ((STREQ (str, "alnum") && ISALNUM ((unsigned char) *n))
|
/ndk/tests/device/test-gnustl-full/unit/ |
ctype_facets_test.cpp | 457 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::alnum, c) == cfacet.is(ctype_base::alnum, c));
|
/ndk/tests/device/test-stlport/unit/ |
ctype_facets_test.cpp | 457 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::alnum, c) == cfacet.is(ctype_base::alnum, c));
|
/toolchain/binutils/binutils-2.25/libiberty/ |
safe-ctype.c | 75 @item @code{ALNUM} @tab @kbd{A-Za-z0-9} 79 @item @code{GRAPH} @tab @code{ALNUM || PUNCT}
|
/external/libxml2/os400/ |
make-src.sh | 143 -e 's/[^[:alnum:]_,]//g' \
|
/external/toybox/toys/pending/ |
tr.c | 115 "[:alpha:]","[:alnum:]","[:digit:]",
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 123 LOCALE_ISCTYPE(alnum, _ISALNUM)
|
/external/libcxx/include/ |
__locale | 421 static const mask alnum = alpha | digit; 422 static const mask graph = alnum | punct; 777 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::alnum, __c); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__locale | 417 static const mask alnum = alpha | digit; 418 static const mask graph = alnum | punct; 773 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::alnum, __c); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__locale | 417 static const mask alnum = alpha | digit; 418 static const mask graph = alnum | punct; 773 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::alnum, __c); [all...] |
/external/curl/lib/ |
curl_fnmatch.c | 101 else if(strcmp(keyword, "alnum") == 0)
|