OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workingPos
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
nfrs.cpp
599
ParsePosition
workingPos
= pos;
616
UBool success = negativeNumberRule->doParse(text,
workingPos
, 0, upperBound, tempResult);
618
fprintf(stderr, " <nfrs after negative> success: %d wpi: %d\n", success,
workingPos
.getIndex());
620
if (success &&
workingPos
.getIndex() > highWaterMark.getIndex()) {
622
highWaterMark =
workingPos
;
624
workingPos
= pos;
636
UBool success = fractionRules[i]->doParse(text,
workingPos
, 0, upperBound, tempResult);
637
if (success && (
workingPos
.getIndex() > highWaterMark.getIndex())) {
639
highWaterMark =
workingPos
;
641
workingPos
= pos
[
all
...]
rbnf.cpp
[
all
...]
Completed in 737 milliseconds