HomeSort by relevance Sort by last modified time
    Searched refs:beginIndex (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 142 * Return the substring from {@code beginIndex}, inclusive, to the end of the
145 * @param beginIndex start at this index
147 * @throws IndexOutOfBoundsException if {@code beginIndex < 0} or
148 * {@code beginIndex > size()}.
150 public ByteString substring(int beginIndex) {
151 return substring(beginIndex, size());
155 * Return the substring from {@code beginIndex}, inclusive, to {@code
158 * @param beginIndex start at this index
161 * @throws IndexOutOfBoundsException if {@code beginIndex < 0},
162 * {@code endIndex > size()}, or {@code beginIndex > endIndex}
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 399 if (isOutOfBounds(search_.beginIndex(), search_.endIndex(), result)) {
534 if (search_.matchedIndex_ == search_.beginIndex()) {
    [all...]
  /external/icu/icu4c/source/i18n/
unum.cpp 198 pos->beginIndex = fp.getBeginIndex();
231 pos->beginIndex = fp.getBeginIndex();
274 pos->beginIndex = fp.getBeginIndex();
314 pos->beginIndex = fp.getBeginIndex();
859 pos->beginIndex = fp.getBeginIndex();
udat.cpp 240 position->beginIndex = fp.getBeginIndex();
278 position->beginIndex = fp.getBeginIndex();
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 418 final int beginIndex = cursor.getColumnIndex(Instances.BEGIN);
442 final long startTime = cursor.getLong(beginIndex);
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 277 if(pos1.beginIndex == 1 && pos1.endIndex == 12)
281 pos1.beginIndex, pos1.endIndex);
311 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
315 pos1.beginIndex, pos1.endIndex);
363 if (pos2.beginIndex == 1 && pos2.endIndex == 6) {
367 pos1.beginIndex, pos1.endIndex);
    [all...]
cdattst.c 554 int32_t beginIndex = strPtr - strDateTime;
555 if ( fp.beginIndex != beginIndex ) {
556 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/lang/
Character.java     [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
BlockCipherTestBase.java     [all...]
  /external/icu/icu4c/source/test/intltest/
measfmttest.cpp     [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
LiveDebugVariables.cpp 808 LocMapI.find(LI->beginIndex());
    [all...]
LiveInterval.cpp 396 const_iterator I = find(Other.beginIndex());
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java     [all...]
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 

Completed in 5602 milliseconds

12 3 4