Home
last modified time | relevance | path

Searched refs:RuleCharacterIterator (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Druleiter.cpp23 RuleCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSy… in RuleCharacterIterator() function in RuleCharacterIterator
32 UBool RuleCharacterIterator::atEnd() const { in atEnd()
36 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { in next()
89 void RuleCharacterIterator::getPos(RuleCharacterIterator::Pos& p) const { in getPos()
95 void RuleCharacterIterator::setPos(const RuleCharacterIterator::Pos& p) { in setPos()
101 void RuleCharacterIterator::skipIgnored(int32_t options) { in skipIgnored()
111 UnicodeString& RuleCharacterIterator::lookahead(UnicodeString& result, int32_t maxLookAhead) const { in lookahead()
123 void RuleCharacterIterator::jumpahead(int32_t count) { in jumpahead()
135 UChar32 RuleCharacterIterator::_current() const { in _current()
144 void RuleCharacterIterator::_advance(int32_t count) { in _advance()
Druleiter.h29 class RuleCharacterIterator : public UMemory {
101 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
138 friend class RuleCharacterIterator; member
224 inline UBool RuleCharacterIterator::inVariable() const { in inVariable()
Duniset_props.cpp382 RuleCharacterIterator chars(pattern, symbols, pos); in applyPatternIgnoreSpace()
439 void UnicodeSet::applyPattern(RuleCharacterIterator& chars, in applyPattern()
451 int32_t opts = RuleCharacterIterator::PARSE_VARIABLES | in applyPattern()
452 RuleCharacterIterator::PARSE_ESCAPES; in applyPattern()
454 opts |= RuleCharacterIterator::SKIP_WHITESPACE; in applyPattern()
460 RuleCharacterIterator::Pos backup; in applyPattern()
1156 UBool UnicodeSet::resemblesPropertyPattern(RuleCharacterIterator& chars, in resemblesPropertyPattern()
1161 iterOpts &= ~RuleCharacterIterator::PARSE_ESCAPES; in resemblesPropertyPattern()
1162 RuleCharacterIterator::Pos pos; in resemblesPropertyPattern()
1166 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE, in resemblesPropertyPattern()
[all …]
Duniset_closure.cpp129 RuleCharacterIterator chars(pattern, symbols, pos); in applyPattern()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRuleCharacterIterator.java25 public class RuleCharacterIterator { class
102 public RuleCharacterIterator(String text, SymbolTable sym, in RuleCharacterIterator() method in RuleCharacterIterator
/external/icu/icu4c/source/common/unicode/
Duniset.h34 class RuleCharacterIterator; variable
1495 void applyPattern(RuleCharacterIterator& chars,
1542 static UBool resemblesPropertyPattern(RuleCharacterIterator& chars,
1588 void applyPropertyPattern(RuleCharacterIterator& chars,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java21 import com.ibm.icu.impl.RuleCharacterIterator;
2411 RuleCharacterIterator chars = in applyPattern()
2412 new RuleCharacterIterator(pattern, symbols, pos); in applyPattern()
2448 private void applyPattern(RuleCharacterIterator chars, SymbolTable symbols, in applyPattern()
2455 int opts = RuleCharacterIterator.PARSE_VARIABLES | in applyPattern()
2456 RuleCharacterIterator.PARSE_ESCAPES; in applyPattern()
2458 opts |= RuleCharacterIterator.SKIP_WHITESPACE; in applyPattern()
2805 private static void syntaxError(RuleCharacterIterator chars, String msg) { in syntaxError()
3557 private static boolean resemblesPropertyPattern(RuleCharacterIterator chars, in resemblesPropertyPattern()
3560 iterOpts &= ~RuleCharacterIterator.PARSE_ESCAPES; in resemblesPropertyPattern()
[all …]