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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregexcmp.h191 int32_t fIntervalUpper; // Placed here temporarily, when pattern is member in class:RegexCompile
H A Dregexcmp.cpp1022 fIntervalUpper = -1;
1040 if (fIntervalUpper < 0) {
1041 fIntervalUpper = 0;
1045 fIntervalUpper = fIntervalUpper*10 + digitValue;
1046 if (fIntervalUpper < 0) {
1054 fIntervalUpper = fIntervalLow;
2295 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3);
2303 (fIntervalUpper > 0 && (fIntervalUpper
[all...]

Completed in 177 milliseconds