Searched defs:matchCount (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebFindClient.cpp | 33 void WebFindClient::didFindString(WebPageProxy* page, const String& string, uint32_t matchCount) in didFindString() 50 …WebFindClient::didCountStringMatches(WebPageProxy* page, const String& string, uint32_t matchCount) in didCountStringMatches()
|
D | WebPageProxy.cpp | 2203 void WebPageProxy::didCountStringMatches(const String& string, uint32_t matchCount) in didCountStringMatches() 2214 void WebPageProxy::didFindString(const String& string, uint32_t matchCount) in didFindString()
|
/external/icu4c/samples/csdet/ |
D | csdet.c | 29 int32_t inputLength, match, matchCount = 0; in main() local
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | FindController.cpp | 71 …unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, m… in countStringMatches() local 116 …unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, m… in findString() local
|
/external/icu4c/test/intltest/ |
D | csdetest.cpp | 171 int32_t matchCount = 0; in checkEncoding() local 728 int32_t matchCount = 0; in Ticket6394Test() local
|
/external/icu4c/layout/ |
D | ContextualSubstSubtables.cpp | 212 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1; in process() local 264 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1; in process() local
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | RedundentExprEliminator.java | 234 int matchCount = 0; in matchAndEliminatePartialPaths() local 416 int matchCount, in diagnoseMultistepList()
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | StringImpl.cpp | 826 unsigned matchCount = 0; in replace() local 885 unsigned matchCount = 0; in replace() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 1635 int matchCount = 0; in scopeStringMatches() local
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrJIT.cpp | 114 …cterRange* ranges, unsigned count, unsigned* matchIndex, const UChar* matches, unsigned matchCount) in matchCharacterClassRange()
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.cpp | 3084 unsigned matchCount = 0; in countMatchesForText() local
|