HomeSort by relevance Sort by last modified time
    Searched defs:getBeginIndex (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/icu/icu4c/source/i18n/unicode/
fieldpos.h 200 int32_t getBeginIndex(void) const { return fBeginIndex; }
  /libcore/ojluni/src/main/java/java/text/
CharacterIterator.java 47 * are indexed with values beginning with the value returned by getBeginIndex() and
51 * getBeginIndex() to getEndIndex(); the value getEndIndex() is included to allow
57 * they would move outside the range from getBeginIndex() to getEndIndex() -1,
116 * Sets the position to getBeginIndex() and returns the character at that
119 * @see #getBeginIndex()
151 * at the new index. If the current index is getBeginIndex(), the index
152 * remains at getBeginIndex() and a value of DONE is returned.
154 * position is equal to getBeginIndex().
162 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
172 public int getBeginIndex();
    [all...]
FieldPosition.java 173 public int getBeginIndex() {
StringCharacterIterator.java 206 * Implements CharacterIterator.getBeginIndex() for String.
207 * @see CharacterIterator#getBeginIndex
209 public int getBeginIndex()
DecimalFormat.java 551 icuFieldPosition.setBeginIndex(fp.getBeginIndex());
661 fieldPosition.setBeginIndex(icuFieldPosition.getBeginIndex());
686 fieldPosition.setBeginIndex(icuFieldPosition.getBeginIndex());
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CSCharacterIterator.java 85 public int getBeginIndex() {
UCharacterIteratorWrapper.java 33 * Sets the position to getBeginIndex() and returns the character at that
36 * @see #getBeginIndex()
85 * at the new index. If the current index is getBeginIndex(), the index
86 * remains at getBeginIndex() and a value of DONE is returned.
88 * position is equal to getBeginIndex().
100 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
115 public int getBeginIndex(){
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CSCharacterIterator.java 83 public int getBeginIndex() {
UCharacterIteratorWrapper.java 31 * Sets the position to getBeginIndex() and returns the character at that
34 * @see #getBeginIndex()
83 * at the new index. If the current index is getBeginIndex(), the index
84 * remains at getBeginIndex() and a value of DONE is returned.
86 * position is equal to getBeginIndex().
98 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
113 public int getBeginIndex(){
  /frameworks/base/core/java/android/text/
CharSequenceCharacterIterator.java 89 public int getBeginIndex() {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
QuantityFormatter.java 118 pos.setBeginIndex(fpos.getBeginIndex());
130 if (pos.getBeginIndex() != 0 || pos.getEndIndex() != 0) {
132 pos.setBeginIndex(pos.getBeginIndex() + offsets[0]);
StringCharacterIterator.java 211 * Implements CharacterIterator.getBeginIndex() for String.
212 * @see CharacterIterator#getBeginIndex
216 public int getBeginIndex()
BreakTransliterator.java 320 * Implements CharacterIterator.getBeginIndex() for String.
321 * @see CharacterIterator#getBeginIndex
324 public int getBeginIndex()
SearchIterator.java 146 return targetText.getBeginIndex();
248 text.setIndex(text.getBeginIndex());
611 || (target.getEndIndex() - target.getBeginIndex()) == 0) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringCharacterIterator.java 209 * Implements CharacterIterator.getBeginIndex() for String.
210 * @see CharacterIterator#getBeginIndex
214 public int getBeginIndex()
QuantityFormatter.java 117 pos.setBeginIndex(fpos.getBeginIndex());
129 if (pos.getBeginIndex() != 0 || pos.getEndIndex() != 0) {
131 pos.setBeginIndex(pos.getBeginIndex() + offsets[0]);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java     [all...]
NumberFormat.java 247 pos.setBeginIndex(jdkPos.getBeginIndex());
326 pos.setBeginIndex(jdkPos.getBeginIndex());
341 pos.setBeginIndex(jdkPos.getBeginIndex());
355 pos.setBeginIndex(jdkPos.getBeginIndex());
369 pos.setBeginIndex(jdkPos.getBeginIndex());
383 pos.setBeginIndex(jdkPos.getBeginIndex());
    [all...]
SimpleDateFormat.java 329 pos.setBeginIndex(jdkPos.getBeginIndex());
DateFormat.java 484 fieldPosition.setBeginIndex(jdkPos.getBeginIndex());
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
BreakTransliterator.java 319 * Implements CharacterIterator.getBeginIndex() for String.
320 * @see CharacterIterator#getBeginIndex
323 public int getBeginIndex()
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedStringTest.java 96 public int getBeginIndex() {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 149 return targetText.getBeginIndex();
256 text.setIndex(text.getBeginIndex());
635 || (target.getEndIndex() - target.getBeginIndex()) == 0) {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 349 public int getBeginIndex() {
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 254 public int getBeginIndex() {

Completed in 927 milliseconds

1 2 3