HomeSort by relevance Sort by last modified time
    Searched refs:endIndex (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/chromium/third_party/icu/public/common/unicode/
normlzr.h 464 * This is equivalent to setIndexOnly(endIndex()) followed by previous().
477 * in the text. If this is possible, you can test getIndex()<endIndex()
478 * before calling next(), or (getIndex()<endIndex() || last()!=DONE)
558 int32_t endIndex(void) const;
  /external/webkit/WebCore/inspector/front-end/
ElementsPanel.js 874 var endIndex = crumbs.childNodes.length - 1;
875 while (startIndex != significantIndex || endIndex != significantIndex) {
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 818 int endIndex, int[] format, String[] outStrings, long[] outLongs, float[] outFloats);
  /libcore/luni/src/main/java/java/net/
URI.java 475 int endIndex = temp.indexOf(']');
479 if (index != -1 && endIndex < index) {
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java     [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.cpp     [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.h 178 void applyDeclarations(bool firstPass, bool important, int startIndex, int endIndex);
  /external/webkit/WebCore/editing/
CompositeEditCommand.cpp     [all...]
  /libcore/luni/src/main/java/java/lang/
String.java     [all...]
  /cts/tools/host/src/com/android/cts/
ConsoleUi.java 636 * @param endIndex The end index.
639 private int getUserInputId(String notification, int startIndex, int endIndex)
647 if ((indexSelected >= 0) && (indexSelected < endIndex)) {
651 + " is out of range [0," + (endIndex -1 ) + "].");
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /external/chromium/third_party/icu/source/common/
uiter.cpp 366 return ((CharacterIterator *)(iter->context))->endIndex();
447 } else if((int32_t)state<((CharacterIterator *)(iter->context))->startIndex() || ((CharacterIterator *)(iter->context))->endIndex()<(int32_t)state) {
dictbe.cpp 588 while(index < normalizer.endIndex()){
normlzr.cpp 422 int32_t Normalizer::endIndex() const {
  /external/chromium/third_party/icu/source/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/common/
uiter.cpp 366 return ((CharacterIterator *)(iter->context))->endIndex();
447 } else if((int32_t)state<((CharacterIterator *)(iter->context))->startIndex() || ((CharacterIterator *)(iter->context))->endIndex()<(int32_t)state) {
  /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/v8/src/
string.js 580 var endIndex = matchInfo[CAPTURE1];
583 if (startIndex === endIndex && endIndex === currentIndex) {
603 startIndex = currentIndex = endIndex;
  /frameworks/base/libs/ui/
EventHub.cpp 540 static bool containsNonZeroByte(const uint8_t* array, uint32_t startIndex, uint32_t endIndex) {
541 const uint8_t* end = array + endIndex;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 670 int endIndex = Math.min(endRow * mColumns, mCount);
675 for (int i = startIndex; i < endIndex; i++) {
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
regexcmp.cpp     [all...]
udat.cpp 188 position->endIndex = fp.getEndIndex();
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp     [all...]
udat.cpp 144 position->endIndex = fp.getEndIndex();

Completed in 578 milliseconds

1 23 4