Home
last modified time | relevance | path

Searched refs:fIntervalLow (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.h207 int32_t fIntervalLow; // {lower, upper} interval quantifier values. variable
Dregexcmp.cpp997 fIntervalLow = 0; in doParseActions()
1006 int64_t val = (int64_t)fIntervalLow*10 + digitValue; in doParseActions()
1010 fIntervalLow = (int32_t)val; in doParseActions()
1034 fIntervalUpper = fIntervalLow; in doParseActions()
2458 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()
2465 if ((fIntervalLow & 0xff000000) != 0 || in compileInterval()
2470 if (fIntervalLow > fIntervalUpper && fIntervalUpper != -1) { in compileInterval()
2478 if (fIntervalUpper > 10 || fIntervalUpper < fIntervalLow) { in compileInlineInterval()
2515 + fIntervalUpper + (fIntervalUpper-fIntervalLow); in compileInlineInterval()
2517 if (fIntervalLow == 0) { in compileInlineInterval()
[all …]