Searched defs:matchLength (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/html/ |
D | BaseTextInputType.cpp | 46 int matchLength = 0; in patternMismatch() local
|
D | EmailInputType.cpp | 47 int matchLength; in isValidEmailAddress() local
|
/external/webkit/Source/WebCore/platform/text/ |
D | RegularExpression.cpp | 138 int matchLength; in searchRev() local 162 int matchLength; in replace() local
|
/external/chromium/webkit/glue/ |
D | regular_expression_unittest.cc | 21 const int matchLength; member 40 #define MATCH_DESC(webuchar, matchPosition, matchLength) \ argument
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | StringImpl.cpp | 539 unsigned matchLength = matchStringLength; in find() local 588 unsigned matchLength = matchStringLength; in findIgnoringCase() local 618 unsigned matchLength = matchString->length(); in find() local 664 unsigned matchLength = matchString->length(); in findIgnoringCase() local 700 unsigned matchLength = matchString->length(); in reverseFind() local 742 unsigned matchLength = matchString->length(); in reverseFindIgnoringCase() local
|
/external/icu4c/i18n/ |
D | tznames.cpp | 350 int32_t matchLength; member 387 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() 404 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
|
D | tzgnames.cpp | 115 int32_t matchLength; member 213 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
|
D | tznames_impl.cpp | 721 int32_t matchLength; member 754 ZNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
|
/external/icu4c/common/ |
D | ucnv_ext.cpp | 129 int32_t i, j, idx, length, matchLength; in ucnv_extMatchToU() local 532 int32_t i, j, idx, length, matchLength; in ucnv_extMatchFromU() local
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | StringPrototype.cpp | 620 int matchLength = 0; in stringProtoFuncMatch() local 670 int matchLength = 0; in stringProtoFuncSearch() local
|
/external/webkit/Source/WebCore/editing/ |
D | TextIterator.cpp | 2588 size_t matchLength = 0; in findPlainText() local 2633 size_t matchLength; in findPlainText() local
|
/external/icu4c/test/cintltst/ |
D | usrchtst.c | 2929 int32_t matchLength = 0; in TestMatchFollowedByIgnorables() local
|