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

  /external/webkit/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/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_indication.cpp 285 pUserInputIndication->index = 1; /* alphanumeric */
286 pUserInputIndication->alphanumeric = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING));
287 pUserInputIndication->alphanumeric->size = str_len;
288 pUserInputIndication->alphanumeric->data = (uint8*) OSCL_DEFAULT_MALLOC(str_len * sizeof(uint8));
289 oscl_memcpy(pUserInputIndication->alphanumeric->data, str, str_len);
310 case 1: /* alphanumeric */
312 (0, "TSC_324m: User Input Indication Received - alphanumeric size(%d)",
313 pUserInputIndication->alphanumeric->size));
314 uii = OSCL_NEW(CPVUserInputAlphanumeric, (pUserInputIndication->alphanumeric->data,
315 pUserInputIndication->alphanumeric->size))
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPassword.java 239 final boolean alphanumeric = DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC
242 if ((alphabetic || alphanumeric) && !hasAlpha) {
245 if (alphanumeric && !hasDigit) {
  /external/webkit/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/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245def.h 5633 PS_int8STRING alphanumeric; member in union:_UserInputIndication::__anon3858
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
h245_deleter.cpp     [all...]
h245_decoder.cpp     [all...]
h245_encoder.cpp     [all...]
h245_analysis.cpp     [all...]

Completed in 88 milliseconds