/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...] |
/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="
|
Format.java | 103 * {@code beginIndex} and {@code endIndex} members will be updated with the
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldFieldPositionTest.java | 51 assertEquals("beginIndex should have been set to 2", 2, fpos 55 assertEquals("beginIndex should have been set to Integer.MAX_VALUE", 59 assertEquals("beginIndex should have been set to -1",
|
OldAttributedStringTest.java | 61 * to consruct AttributedString using incorrect beginIndex. Case 3: 74 // case 2: Try to consruct AttributedString using incorrect beginIndex. 110 * AttributedString using incorrect beginIndex. Case 3: Try to 123 // case 2: Try to consruct AttributedString using incorrect beginIndex.
|
/external/icu4c/common/unicode/ |
umisc.h | 42 int32_t beginIndex;
|
/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/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
FieldPositionTest.java | 92 assertTrue("Objects with a different beginIndex were still equal!", 185 assertEquals("beginIndex should have been set to 2", 211 "java.text.FieldPosition[attribute=null, field=1, beginIndex=2, endIndex=3]", 219 + ", field=-1, beginIndex=4, endIndex=5]", fpos2
|
/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();
|
/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-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/apache-http/src/org/apache/http/impl/client/ |
AbstractAuthenticationHandler.java | 94 int beginIndex = pos; 99 String s = buffer.substring(beginIndex, endIndex);
|
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | [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();
|
/external/icu4c/i18n/unicode/ |
udateintervalformat.h | 159 * On output, position->beginIndex and position->endIndex indicate
|
datefmt.h | 264 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and 271 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and 322 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and 329 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and [all...] |
unum.h | 391 * is read. On output, position->beginIndex and position->endIndex indicate 420 * is read. On output, position->beginIndex and position->endIndex indicate 449 * is read. On output, position->beginIndex and position->endIndex indicate 482 * is read. On output, position->beginIndex and position->endIndex indicate 513 * position->field is read. On output, position->beginIndex and [all...] |
/external/icu4c/test/cintltst/ |
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...] |
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...] |