HomeSort by relevance Sort by last modified time
    Searched defs:CharacterIterator (Results 1 - 17 of 17) sorted by null

  /external/chromium/third_party/icu/source/common/
chariter.cpp 21 CharacterIterator::CharacterIterator()
25 CharacterIterator::CharacterIterator(int32_t length)
32 CharacterIterator::CharacterIterator(int32_t length, int32_t position)
44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position)
66 CharacterIterator::CharacterIterator(const CharacterIterator &that)
    [all...]
  /external/icu4c/common/
chariter.cpp 21 CharacterIterator::CharacterIterator()
25 CharacterIterator::CharacterIterator(int32_t length)
32 CharacterIterator::CharacterIterator(int32_t length, int32_t position)
44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position)
66 CharacterIterator::CharacterIterator(const CharacterIterator &that)
    [all...]
  /libcore/luni/src/main/java/java/text/
CharacterIterator.java 25 public interface CharacterIterator extends Cloneable {
34 * Returns a new {@code CharacterIterator} with the same properties.
  /external/chromium/third_party/icu/public/common/unicode/
chariter.h 136 * DO NOT CONSIDER IT PART OF CHARACTERITERATOR'S API!
194 * 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)
    [all...]
urename.h     [all...]
  /external/icu4c/common/unicode/
chariter.h 136 * DO NOT CONSIDER IT PART OF CHARACTERITERATOR'S API!
194 * 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)
    [all...]
urename.h     [all...]
  /external/webkit/WebCore/editing/
TextIterator.h 210 class CharacterIterator {
212 CharacterIterator();
213 explicit CharacterIterator(const Range*, bool emitCharactersBetweenAllVisiblePositions = false, bool enterTextControls = false);
TextIterator.cpp     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 390 milliseconds