OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foundStart
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp
[
all
...]
/external/icu4c/test/intltest/
ssearch.cpp
307
int32_t
foundStart
= 0;
314
foundMatch= usearch_search(uss.getAlias(), 0, &
foundStart
, &foundLimit, &status);
317
(
foundStart
!= expectedMatchStart) ||
322
foundStart
, expectedMatchStart, foundLimit, expectedMatchLimit);
328
expectedMatchStart =
foundStart
;
331
foundMatch = usearch_search(uss.getAlias(), foundLimit, &
foundStart
, &foundLimit, &status);
343
foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &
foundStart
, &foundLimit, &status);
346
(
foundStart
!= expectedMatchStart) ||
351
foundStart
, expectedMatchStart, foundLimit, expectedMatchLimit);
645
int32_t
foundStart
= 0
[
all
...]
/external/webkit/Source/WebCore/editing/
TextIterator.cpp
[
all
...]
/external/zxing/core/
core.jar
Completed in 262 milliseconds