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

1 2 3

  /external/icu4c/common/unicode/
umisc.h 42 int32_t beginIndex;
  /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++) {
  /libcore/luni/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="
  /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...]
  /external/apache-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);
  /external/arduino/hardware/arduino/cores/arduino/
WString.h 74 String substring( unsigned int beginIndex ) const;
75 String substring( unsigned int beginIndex, unsigned int endIndex ) const;
  /external/llvm/lib/CodeGen/
Spiller.cpp 154 SlotIndex beginIndex = storeIndex.getPrevIndex();
156 newLI->getNextValue(beginIndex, lis->getVNInfoAllocator());
157 newLI->addRange(LiveRange(beginIndex, storeIndex, storeVNI));
  /external/apache-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);
  /external/icu4c/i18n/
udateintervalformat.cpp 98 position->beginIndex = fp.getBeginIndex();
unum.cpp 193 pos->beginIndex = fp.getBeginIndex();
226 pos->beginIndex = fp.getBeginIndex();
269 pos->beginIndex = fp.getBeginIndex();
309 pos->beginIndex = fp.getBeginIndex();
  /libcore/luni/src/main/java/java/lang/
StringBuffer.java 360 public synchronized int codePointCount(int beginIndex, int endIndex) {
361 return super.codePointCount(beginIndex, endIndex);
Character.java     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 279 /// beginIndex - Return the lowest numbered slot covered by interval.
280 SlotIndex beginIndex() const {
281 assert(!empty() && "Call to beginIndex() on empty interval.");
440 const SlotIndex &thisIndex = beginIndex();
441 const SlotIndex &otherIndex = other.beginIndex();
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 379 final int beginIndex = cursor.getColumnIndex(Instances.BEGIN);
403 final long startTime = cursor.getLong(beginIndex);
  /external/icu4c/test/cintltst/
cnumtst.c 260 if(pos1.beginIndex == 1 && pos1.endIndex == 12)
264 pos1.beginIndex, pos1.endIndex);
292 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
296 pos1.beginIndex, pos1.endIndex);
343 if (pos2.beginIndex == 1 && pos2.endIndex == 6) {
347 pos1.beginIndex, pos1.endIndex);
856 if (fieldPos.beginIndex != 26) { /* index of "." in formatted number */
858 __FILE__, __LINE__, 0, fieldPos.beginIndex);
    [all...]
cdattst.c 535 int32_t beginIndex = strPtr - strDateTime;
536 if ( fp.beginIndex != beginIndex ) {
537 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...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java     [all...]
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 

Completed in 856 milliseconds

1 2 3