HomeSort by relevance Sort by last modified time
    Searched refs:valueLength (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Source/WebCore/html/
BaseTextInputType.cpp 47 int valueLength = value.length();
49 return matchOffset || matchLength != valueLength;
  /external/icu4c/i18n/
udat.cpp 631 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
639 array[index].setTo(value, valueLength);
646 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
648 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
653 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
655 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
660 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
662 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
667 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
669 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode)
    [all...]