HomeSort by relevance Sort by last modified time
    Searched full:beginindex (Results 26 - 50 of 53) sorted by null

12 3

  /libcore/luni/src/main/java/java/text/
NumberFormat.java 220 * specifying a format field, then its {@code beginIndex} and
253 * specifying a format field, then its {@code beginIndex} and
278 * a format field, then its {@code beginIndex} and {@code endIndex} members
DateFormat.java 270 * a format field, then its {@code beginIndex} and {@code endIndex} members
315 * a format field, then its {@code beginIndex} and {@code endIndex} members
SimpleDateFormat.java     [all...]
  /libcore/luni/src/main/java/java/lang/
Character.java     [all...]
StringBuffer.java 360 public synchronized int codePointCount(int beginIndex, int endIndex) {
361 return super.codePointCount(beginIndex, endIndex);
  /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);
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 116 assertTrue("Incorrect beginIndex of filed position", fp
  /external/icu4c/test/cintltst/
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...]
  /external/icu4c/i18n/unicode/
udat.h 96 * printf("UFieldPosition position equals %s\n", &buffer[pos.beginIndex]);
828 * is read. On output, position->beginIndex and position->endIndex indicate
    [all...]
  /external/icu4c/i18n/
udat.cpp 230 position->beginIndex = fp.getBeginIndex();
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java     [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 723 logln("beginIndex = " + fp.getBeginIndex());
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 744 LocMapI.find(LI->beginIndex());
    [all...]
LiveInterval.cpp 147 const_iterator I = find(Other.beginIndex());
LiveIntervalAnalysis.cpp 577 SlotIndex Start = LI.beginIndex();
    [all...]
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.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 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
httpclient-4.0.3.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 1636 milliseconds

12 3