/prebuilts/gdb/linux-x86/lib/python2.7/ |
re.py | 207 alphanum = _alphanum 209 if c not in alphanum:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
re.py | 207 alphanum = _alphanum 209 if c not in alphanum:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
re.py | 207 alphanum = _alphanum 209 if c not in alphanum:
|
/prebuilts/go/darwin-x86/src/mime/quotedprintable/ |
writer_test.go | 142 var testMsg = []byte("Quoted-Printable (QP) est un format d'encodage de données codées sur 8 bits, qui utilise exclusivement les caractères alphanumériques imprimables du code ASCII (7 bits).\r\n" +
|
/prebuilts/go/linux-x86/src/mime/quotedprintable/ |
writer_test.go | 142 var testMsg = []byte("Quoted-Printable (QP) est un format d'encodage de données codées sur 8 bits, qui utilise exclusivement les caractères alphanumériques imprimables du code ASCII (7 bits).\r\n" +
|
/external/icu/icu4c/source/common/ |
uloc_tag.c | 284 * variant = 5*8alphanum ; registered variants 285 * / (DIGIT 3alphanum) 302 * variant = 1*8alphanum ; registered variants 303 * / (DIGIT 3alphanum) 317 * extension = singleton 1*("-" (2*8alphanum)) 331 * extension = singleton 1*("-" (2*8alphanum)) 374 * privateuse = "x" 1*("-" (1*8alphanum)) [all...] |
/external/v8/src/js/ |
i18n.js | 470 // Key is {2}alphanum, value is {3,8}alphanum. 873 var alphanum = '(' + alpha + '|' + digit + ')'; 880 var privateUse = '(x(-' + alphanum + '{1,8})+)'; 885 var extension = '(' + singleton + '(-' + alphanum + '{2,8})+)'; 887 var variant = '(' + alphanum + '{5,8}|(' + digit + alphanum + '{3}))'; [all...] |
/external/ltp/testcases/realtime/include/ |
librttest.h | 205 * alphanum = 1;
|
/external/vboot_reference/scripts/image_signing/ |
ensure_secure_kernelparams.sh | 51 # This escapes any non-alphanum character, since many such characters
|
/libcore/ojluni/src/main/java/java/net/ |
URLEncoder.java | 99 * unreserved = alphanum | mark
|
/libcore/ojluni/src/main/java/sun/net/www/ |
ParseUtil.java | 618 // alphanum = alpha | digit 627 // unreserved = alphanum | mark
|
/prebuilts/go/darwin-x86/src/net/url/ |
url_test.go | 363 "http://[fe80::1%25en0]/", // alphanum zone identifier 373 "http://[fe80::1%25en0]:8080/", // alphanum zone identifier 642 {"http://[fe80::1%25en0]/", true}, // with alphanum zone identifier 643 {"http://[fe80::1%25en0]:8080/", true}, // with alphanum zone identifier [all...] |
url.go | 103 // §2.3 Unreserved characters (alphanum)
|
/prebuilts/go/linux-x86/src/net/url/ |
url_test.go | 363 "http://[fe80::1%25en0]/", // alphanum zone identifier 373 "http://[fe80::1%25en0]:8080/", // alphanum zone identifier 642 {"http://[fe80::1%25en0]/", true}, // with alphanum zone identifier 643 {"http://[fe80::1%25en0]:8080/", true}, // with alphanum zone identifier [all...] |
url.go | 103 // §2.3 Unreserved characters (alphanum)
|
/external/bison/src/ |
parse-gram.c | 3186 static char const alphanum[26 + 26 + 1 + 10] = local [all...] |
/external/nist-sip/java/gov/nist/core/ |
LexerCore.java | 293 * token = 1*(alphanum / "-" / "." / "!" / "%" / "*"
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduComposer.java | [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Locale.java | [all...] |
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduComposer.java | [all...] |
/external/valgrind/cachegrind/ |
cg_merge.c | 673 // of space-alphanum transitions in the events_line [all...] |
/external/libxml2/ |
uri.c | 86 * alphanum = alpha | digit 118 * unreserved = alphanum | mark [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/external/libxml2/doc/devhelp/ |
libxml2-parserInternals.html | [all...] |
/external/libxml2/doc/html/ |
libxml-parserInternals.html | [all...] |