HomeSort by relevance Sort by last modified time
    Searched refs:beginIndex (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu4c/common/unicode/
umisc.h 42 int32_t beginIndex;
  /dalvik/libcore/text/src/main/java/java/text/
FieldPosition.java 34 private int myField, beginIndex, endIndex;
75 beginIndex = endIndex = 0;
96 && beginIndex == pos.beginIndex && endIndex == pos.endIndex;
105 return beginIndex;
138 return attributeHash + myField * 10 + beginIndex * 100 + endIndex;
148 beginIndex = index;
169 + myField + ", beginIndex=" + beginIndex + ", endIndex=" //$NON-NLS-1$ //$NON-NLS-2$
  /frameworks/base/core/java/android/net/http/
CharArrayBuffers.java 36 * @param beginIndex index at which we should start
40 int beginIndex, final String str) {
43 while (beginIndex < len && HTTP.isWhitespace(chars[beginIndex])) {
44 beginIndex++;
47 boolean ok = len >= beginIndex + size;
49 char a = chars[beginIndex+j];
66 int beginIndex = 0;
70 for (int i = beginIndex; i < endIndex; i++) {
  /external/apache-http/src/org/apache/http/util/
CharArrayBuffer.java 206 public int indexOf(int ch, int beginIndex, int endIndex) {
207 if (beginIndex < 0) {
208 beginIndex = 0;
213 if (beginIndex > endIndex) {
216 for (int i = beginIndex; i < endIndex; i++) {
228 public String substring(int beginIndex, int endIndex) {
229 if (beginIndex < 0) {
235 if (beginIndex > endIndex) {
238 return new String(this.buffer, beginIndex, endIndex - beginIndex);
    [all...]
  /frameworks/base/awt/java/awt/
FontMetrics.java 140 * @param beginIndex
149 public LineMetrics getLineMetrics(CharacterIterator ci, int beginIndex, int limit,
151 return font.getLineMetrics(ci, beginIndex, limit, this.getFRCFromGraphics(context));
175 * @param beginIndex
184 public LineMetrics getLineMetrics(char[] chars, int beginIndex, int limit, Graphics context) {
185 return font.getLineMetrics(chars, beginIndex, limit, this.getFRCFromGraphics(context));
194 * @param beginIndex
203 public LineMetrics getLineMetrics(String str, int beginIndex, int limit, Graphics context) {
204 return font.getLineMetrics(str, beginIndex, limit, this.getFRCFromGraphics(context));
224 * @param beginIndex
    [all...]
  /frameworks/base/awt/java/awt/im/
InputMethodRequests.java 37 public AttributedCharacterIterator getCommittedText(int beginIndex, int endIndex, AttributedCharacterIterator.Attribute[] attributes);
  /packages/apps/IM/src/com/android/im/imps/
ImpsAddress.java 240 int beginIndex = full.indexOf('/');
241 if (beginIndex == -1) {
245 if (endIndex == -1 || endIndex < beginIndex) {
248 return full.substring(beginIndex + 1, endIndex);
252 int beginIndex = full.lastIndexOf('@');
253 return beginIndex == -1 ? null : full.substring(beginIndex + 1);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
XMLStringDefault.java 627 * @param beginIndex the beginning index, inclusive.
630 * <code>beginIndex</code> is negative or larger than the
633 public XMLString substring(int beginIndex)
635 return new XMLStringDefault(m_str.substring(beginIndex));
640 * substring begins at the specified <code>beginIndex</code> and
642 * Thus the length of the substring is <code>endIndex-beginIndex</code>.
644 * @param beginIndex the beginning index, inclusive.
648 * <code>beginIndex</code> is negative, or
651 * <code>beginIndex</code> is larger than
654 public XMLString substring(int beginIndex, int endIndex
    [all...]
XMLString.java 537 * @param beginIndex the beginning index, inclusive.
540 * <code>beginIndex</code> is negative or larger than the
543 public abstract XMLString substring(int beginIndex);
547 * substring begins at the specified <code>beginIndex</code> and
549 * Thus the length of the substring is <code>endIndex-beginIndex</code>.
551 * @param beginIndex the beginning index, inclusive.
555 * <code>beginIndex</code> is negative, or
558 * <code>beginIndex</code> is larger than
561 public abstract XMLString substring(int beginIndex, int endIndex);
  /external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java 101 int beginIndex = pos;
106 String s = buffer.substring(beginIndex, endIndex);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 746 * @param beginIndex the beginning index, inclusive.
749 * <code>beginIndex</code> is negative or larger than the
752 public XMLString substring(int beginIndex)
755 int len = m_length - beginIndex;
761 int start = m_start + beginIndex;
769 * substring begins at the specified <code>beginIndex</code> and
771 * Thus the length of the substring is <code>endIndex-beginIndex</code>.
773 * @param beginIndex the beginning index, inclusive.
777 * <code>beginIndex</code> is negative, or
780 * <code>beginIndex</code> is larger tha
    [all...]
XString.java 867 * @param beginIndex the beginning index, inclusive.
870 * <code>beginIndex</code> is negative or larger than the
873 public XMLString substring(int beginIndex)
875 return new XString(str().substring(beginIndex));
880 * substring begins at the specified <code>beginIndex</code> and
882 * Thus the length of the substring is <code>endIndex-beginIndex</code>.
884 * @param beginIndex the beginning index, inclusive.
888 * <code>beginIndex</code> is negative, or
891 * <code>beginIndex</code> is larger than
894 public XMLString substring(int beginIndex, int endIndex
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 94 int beginIndex = pos;
99 String s = buffer.substring(beginIndex, endIndex);
  /dalvik/libcore/luni/src/main/java/java/lang/
StringBuffer.java 356 public synchronized int codePointCount(int beginIndex, int endIndex) {
357 return super.codePointCount(beginIndex, endIndex);
AbstractStringBuilder.java 873 * Calculates the number of Unicode code points between {@code beginIndex}
876 * @param beginIndex
882 * if {@code beginIndex} is negative or greater than
889 public int codePointCount(int beginIndex, int endIndex) {
890 if (beginIndex < 0 || endIndex > count || beginIndex > endIndex) {
893 return Character.codePointCount(value, beginIndex, endIndex
894 - beginIndex);
Character.java     [all...]
String.java     [all...]
  /frameworks/base/awt/org/apache/harmony/awt/im/
InputMethodContext.java 510 public AttributedCharacterIterator getCommittedText(int beginIndex,
513 return getIMRequests().getCommittedText(beginIndex, endIndex,
  /external/icu4c/i18n/
unum.cpp 223 pos->beginIndex = fp.getBeginIndex();
256 pos->beginIndex = fp.getBeginIndex();
294 pos->beginIndex = fp.getBeginIndex();
udat.cpp 143 position->beginIndex = fp.getBeginIndex();
  /external/icu4c/test/cintltst/
cnumtst.c 228 if(pos1.beginIndex == 1 && pos1.endIndex == 12)
232 pos1.beginIndex, pos1.endIndex);
260 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
264 pos1.beginIndex, pos1.endIndex);
314 if (pos2.beginIndex == 1 && pos2.endIndex == 6) {
318 pos1.beginIndex, pos1.endIndex);
    [all...]
cdattst.c 511 int32_t beginIndex = strPtr - strDateTime;
512 if ( fp.beginIndex != beginIndex ) {
513 log_err("UFieldPosition beginIndex %d, expected %d, in udat_format timeStyle SHORT dateStyle (%d | UDAT_RELATIVE)\n", fp.beginIndex, beginIndex, *stylePtr );
    [all...]
cnmdptst.c 733 if (pos.beginIndex != 0 && pos.endIndex != 12) {
734 log_err("Fail: Formatting \"#,##,###\" pattern pos = (%d, %d) expected pos = (0, 12)\n", pos.beginIndex, pos.endIndex);
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]

Completed in 639 milliseconds

1 2