Searched defs:CharacterIterator (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/common/
H A Dchariter.cpp21 CharacterIterator::CharacterIterator() function in class:CharacterIterator
25 CharacterIterator::CharacterIterator(int32_t length) function in class:CharacterIterator
32 CharacterIterator::CharacterIterator(int32_t length, int32_t position) function in class:CharacterIterator
44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) function in class:CharacterIterator
66 CharacterIterator::CharacterIterator(cons function in class:CharacterIterator
[all...]
/external/icu4c/common/unicode/
H A Dchariter.h194 * CharacterIterator classes but extends them significantly:
196 * <li>CharacterIterator is now a subclass of ForwardCharacterIterator.</li>
219 * void forward1(CharacterIterator &it) {
230 * void forward2(CharacterIterator &it) {
232 * for(c=it.firstPostInc(); c!=CharacterIterator::DONE; c=it.nextPostInc()) {
239 * void backward1(CharacterIterator &it) {
249 * void backward2(CharacterIterator &it) {
251 * for(c=it.last(); c!=CharacterIterator::DONE; c=it.previous()) {
259 * void random(CharacterIterator &it) {
261 * it.move32(3, CharacterIterator
356 class U_COMMON_API CharacterIterator : public ForwardCharacterIterator { class in inherits:ForwardCharacterIterator
[all...]
H A Durename.h1798 #define CharacterIterator U_ICU_ENTRY_POINT_RENAME(CharacterIterator) macro
/external/webkit/Source/WebCore/editing/
H A DTextIterator.h247 class CharacterIterator { class in namespace:WebCore
249 CharacterIterator();
250 explicit CharacterIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
H A DTextIterator.cpp1255 CharacterIterator::CharacterIterator() function in class:WebCore::CharacterIterator
1262 CharacterIterator::CharacterIterator(const Range* r, TextIteratorBehavior behavior) function in class:WebCore::CharacterIterator
1272 PassRefPtr<Range> CharacterIterator::range() const
1291 void CharacterIterator::advance(int count)
1336 String CharacterIterator::string(int numChars)
1349 static PassRefPtr<Range> characterSubrange(CharacterIterator& it, int offset, int length)
2277 CharacterIterator entireRangeIterator(entireRange);
2511 static size_t findPlainText(CharacterIterator
[all...]
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextBreakIteratorGtk.cpp37 class CharacterIterator { class in namespace:WebCore
63 int CharacterIterator::characterSize(int index)
75 bool CharacterIterator::setText(const UChar* string, int length)
91 void CharacterIterator::setIndex(int index)
114 void CharacterIterator::setUTF16Index(int index)
137 int CharacterIterator::first()
143 int CharacterIterator::last()
150 int CharacterIterator::next()
165 int CharacterIterator::previous()
191 CharacterIterator m_charIterato
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1209 #define CharacterIterator CharacterIterator_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1209 #define CharacterIterator CharacterIterator_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1209 #define CharacterIterator CharacterIterator_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1209 #define CharacterIterator CharacterIterator_3_2 macro

Completed in 1031 milliseconds