Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp999 fIntervalUpper = -1; in doParseActions()
1019 if (fIntervalUpper < 0) { in doParseActions()
1020 fIntervalUpper = 0; in doParseActions()
1024 int64_t val = (int64_t)fIntervalUpper*10 + digitValue; in doParseActions()
1028 fIntervalUpper = (int32_t)val; in doParseActions()
1035 fIntervalUpper = fIntervalLow; in doParseActions()
2444 int32_t dataSize = fIntervalUpper < 0 ? 2 : 1; in compileInterval()
2460 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3); in compileInterval()
2467 (fIntervalUpper > 0 && (fIntervalUpper & 0xff000000) != 0)) { in compileInterval()
2471 if (fIntervalLow > fIntervalUpper && fIntervalUpper != -1) { in compileInterval()
[all …]
Dregexcmp.h208 int32_t fIntervalUpper; // Placed here temporarily, when pattern is variable