OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RuleCharacterIterator
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/common/
ruleiter.cpp
22
RuleCharacterIterator
::
RuleCharacterIterator
(const UnicodeString& theText, const SymbolTable* theSym,
31
UBool
RuleCharacterIterator
::atEnd() const {
35
UChar32
RuleCharacterIterator
::next(int32_t options, UBool& isEscaped, UErrorCode& ec) {
89
void
RuleCharacterIterator
::getPos(
RuleCharacterIterator
::Pos& p) const {
95
void
RuleCharacterIterator
::setPos(const
RuleCharacterIterator
::Pos& p) {
101
void
RuleCharacterIterator
::skipIgnored(int32_t options) {
111
UnicodeString&
RuleCharacterIterator
::lookahead(UnicodeString& result, int32_t maxLookAhead) const
[
all
...]
ruleiter.h
29
class
RuleCharacterIterator
: public UMemory {
102
RuleCharacterIterator
(const UnicodeString& text, const SymbolTable* sym,
132
* An opaque object representing the position of a
RuleCharacterIterator
.
139
friend class
RuleCharacterIterator
;
146
*
RuleCharacterIterator
iterator = ...;
147
*
RuleCharacterIterator
::Pos pos;
225
inline UBool
RuleCharacterIterator
::inVariable() const {
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 520 milliseconds