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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregexcmp.h206 UChar32 fLastSetLiteral; // The last single code point added to a set. member in class:RegexCompile
H A Dregexcmp.cpp1662 fLastSetLiteral = fC.fChar;
1679 fLastSetLiteral = fC.fChar;
1692 fLastSetLiteral = c;
1698 // The left character is already in the set, and is saved in fLastSetLiteral.
1704 if (U_SUCCESS(*fStatus) && fLastSetLiteral > c) {
1708 s->add(fLastSetLiteral, c);
1709 fLastSetLiteral = c;
1768 // The left character is already in the set, and is saved in fLastSetLiteral.
1773 if (fLastSetLiteral > fC.fChar) {
1777 s->add(fLastSetLiteral, f
[all...]

Completed in 175 milliseconds