OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matchCount
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/icu/source/samples/csdet/
csdet.c
29
int32_t inputLength, match,
matchCount
= 0;
54
csm = ucsdet_detectAll(csd, &
matchCount
, &status);
56
for(match = 0; match <
matchCount
; match += 1) {
/external/icu/icu4c/source/samples/csdet/
csdet.c
29
int32_t inputLength, match,
matchCount
= 0;
54
csm = ucsdet_detectAll(csd, &
matchCount
, &status);
56
for(match = 0; match <
matchCount
; match += 1) {
/external/icu/icu4c/source/layout/
ContextualSubstSubtables.cpp
216
le_uint16
matchCount
= SWAPW(subRuleTable->glyphCount) - 1;
219
if (matchGlyphIDs(subRuleTable->inputGlyphArray,
matchCount
, glyphIterator)) {
221
(const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[
matchCount
];
225
return
matchCount
+ 1;
270
le_uint16
matchCount
= SWAPW(subClassRuleTable->glyphCount) - 1;
273
if (matchGlyphClasses(subClassRuleTable->classArray,
matchCount
, glyphIterator, classDefinitionTable)) {
275
(const SubstitutionLookupRecord *) &subClassRuleTable->classArray[
matchCount
];
279
return
matchCount
+ 1;
/external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp
253
int
matchCount
= 0;
278
++
matchCount
;
300
m_activeMatchIndexInCurrentFrame =
matchCount
- 1;
313
m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount +
matchCount
));
329
if (
matchCount
> 0) {
332
m_lastMatchCount +=
matchCount
;
335
mainFrameImpl->increaseMatchCount(
matchCount
, identifier);
342
if (
matchCount
> 0)
/external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp
183
int32_t
matchCount
= 0;
184
const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &
matchCount
, &status);
192
if (
matchCount
== 0) {
201
for (int32_t m = 0; m <
matchCount
; m += 1) {
787
int32_t
matchCount
= 0;
788
const UCharsetMatch **matches = ucsdet_detectAll(csd, &
matchCount
, &status);
796
for (i=0; i<
matchCount
; i++) {
[
all
...]
/external/icu/icu4c/source/test/intltest/
csdetest.cpp
183
int32_t
matchCount
= 0;
184
const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &
matchCount
, &status);
192
if (
matchCount
== 0) {
201
for (int32_t m = 0; m <
matchCount
; m += 1) {
787
int32_t
matchCount
= 0;
788
const UCharsetMatch **matches = ucsdet_detectAll(csd, &
matchCount
, &status);
796
for (i=0; i<
matchCount
; i++) {
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java
234
int
matchCount
= 0;
260
diagnoseMultistepList(
matchCount
, lengthToTest, isGlobal);
416
int
matchCount
,
420
if (
matchCount
> 0)
423
"Found multistep matches: " +
matchCount
+ ", " + lengthToTest + " length");
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkPanel.js
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 1205 milliseconds