OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strIdx
(Results
1 - 4
of
4
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java
564
int
strIdx
= 0;
568
while (
strIdx
< fString.length()) {
580
rule.fRuleMatcher.reset(fString.substring(
strIdx
));
584
matchStart =
strIdx
;
585
matchEnd =
strIdx
+ rule.fRuleMatcher.end();
597
rules.fMonkeyImpl.fRuleFileName,
strIdx
);
599
dump(
strIdx
);
605
rules.fMonkeyImpl.fRuleFileName, matchingRule.fName,
strIdx
);
607
dump(
strIdx
);
623
int breakPos =
strIdx
+ BreakGroupStart(matchingRule.fRuleMatcher)
[
all
...]
/external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp
452
int32_t
strIdx
= 0;
455
while (
strIdx
< fString.length()) {
469
if (rule->fRuleMatcher->lookingAt(
strIdx
, status)) {
488
__FILE__, __LINE__,
strIdx
);
489
dump(
strIdx
);
528
strIdx
= matchingRule->fRuleMatcher->end(breakGroup, status);
533
strIdx
= fString.moveIndex32(matchEnd, -1);
535
if (
strIdx
== matchStart) {
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java
561
int
strIdx
= 0;
565
while (
strIdx
< fString.length()) {
577
rule.fRuleMatcher.reset(fString.substring(
strIdx
));
581
matchStart =
strIdx
;
582
matchEnd =
strIdx
+ rule.fRuleMatcher.end();
594
rules.fMonkeyImpl.fRuleFileName,
strIdx
);
596
dump(
strIdx
);
602
rules.fMonkeyImpl.fRuleFileName, matchingRule.fName,
strIdx
);
604
dump(
strIdx
);
620
int breakPos =
strIdx
+ BreakGroupStart(matchingRule.fRuleMatcher)
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cldrtest.c
[
all
...]
Completed in 305 milliseconds