HomeSort by relevance Sort by last modified time
    Searched refs:alphanumeric (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
alphanumeric.js 23 Filename: alphanumeric.js
35 writeHeaderToLog('Executing script: alphanumeric.js');
42 var alphanumeric = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"; variable
46 "'" + alphanumeric + "'.match(new RegExp('\\w+'))",
47 String([alphanumeric]), String(alphanumeric.match(new RegExp('\\w+'))));
61 "'" + alphanumeric + "'.match(new RegExp('\\W'))",
62 null, alphanumeric.match(new RegExp('\\W')));
64 var s = non_alphanumeric + alphanumeric;
69 String([alphanumeric]), String(s.match(new RegExp('\\w+'))))
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 14 // non-alphanumeric character with a dot, then fix up the oddly placed dots.
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPassword.java 355 final boolean alphanumeric = DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC
357 if ((alphabetic || alphanumeric) && letters == 0) {
360 if (alphanumeric && numbers == 0) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 69 # If the first argument is entirely non-alphanumeric characters
80 # If the first argument is entirely non-alphanumeric characters
464 non-alphanumeric characters with no whitespace, it represents the
552 names with non-alphanumeric characters without any translation. This
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 51 alphanumeric = (['a' .. 'z'] | ['A' .. 'Z'] | ['0' .. '9']);
134 {args} word = (alphanumeric | '_')+;

Completed in 535 milliseconds