HomeSort by relevance Sort by last modified time
    Searched defs:maskLength (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/dom/
InputElement.cpp 365 unsigned maskLength = inputMask.length();
367 for (unsigned i = 0; i < maskLength; ++i) {
373 if ((i + 1 != maskLength) || formatCodes().find(formatCode) == -1) {
392 unsigned allowedLength = maskLength;
397 formatCode = inputMask[maskLength - 2];
  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 393 unsigned maskLength = inputMask.length();
396 for (unsigned i = 0; i < maskLength; ++i) {
402 if ((i + 1 != maskLength) || formatCodes().find(formatCode) == notFound) {
422 m_numOfCharsAllowedByMask = maskLength;
428 formatCode = inputMask[maskLength - 2];
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 281 TI_UINT8 maskLength; /**< Byte-Mask Length, 1-8 bytes of mask, 0- match all packets */

Completed in 265 milliseconds