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

12 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestSettingsParser.java 99 assertEquals(pos.getIndex(), 0);
106 assertEquals(pos.getIndex(), 0);
113 assertEquals(pos.getIndex(), 0);
120 assertEquals(pos.getIndex(), 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLFrame.java 40 public int getIndex() {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RuleCharacterIterator.java 107 if (text == null || pos.getIndex() > text.length()) {
120 return buf == null && pos.getIndex() == text.length();
219 return new Object[] {buf, new int[] {pos.getIndex(), bufPos}};
224 v[0] = pos.getIndex();
276 return text.substring(pos.getIndex());
298 int i = pos.getIndex() + count;
314 int b = pos.getIndex();
327 int i = pos.getIndex();
343 pos.setIndex(pos.getIndex() + count);
344 if (pos.getIndex() > text.length())
    [all...]
UCharacterIteratorWrapper.java 58 * Gets the character at the current position (as returned by getIndex()).
61 * @see #getIndex()
135 public int getIndex(){
136 return iterator.getIndex();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java 106 if (text == null || pos.getIndex() > text.length()) {
119 return buf == null && pos.getIndex() == text.length();
218 return new Object[] {buf, new int[] {pos.getIndex(), bufPos}};
223 v[0] = pos.getIndex();
275 return text.substring(pos.getIndex());
297 int i = pos.getIndex() + count;
313 int b = pos.getIndex();
326 int i = pos.getIndex();
342 pos.setIndex(pos.getIndex() + count);
343 if (pos.getIndex() > text.length())
    [all...]
UCharacterIteratorWrapper.java 56 * Gets the character at the current position (as returned by getIndex()).
59 * @see #getIndex()
133 public int getIndex(){
134 return iterator.getIndex();
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternSyntaxExceptionTest.java 34 assertEquals(0, e.getIndex());
45 assertEquals(0, e.getIndex());
56 assertEquals(0, e.getIndex());
67 assertEquals(0, e.getIndex());
76 assertEquals(-1, e.getIndex());
84 assertEquals(0, e.getIndex());
97 assertEquals(1, e.getIndex());
108 assertEquals(3, e.getIndex());
143 assertEquals(initPatternSyntaxException.getIndex(),
144 dserPatternSyntaxException.getIndex());
    [all...]
  /external/swiftshader/third_party/subzero/unittest/
IceELFSectionTest.cpp 25 size_t pop_index = Strtab.getIndex("pop");
27 size_t lollipop_index = Strtab.getIndex("lollipop");
29 size_t lipop_index = Strtab.getIndex("lipop");
31 size_t pops_index = Strtab.getIndex("pops");
33 size_t unpop_index = Strtab.getIndex("unpop");
35 size_t popular_index = Strtab.getIndex("popular");
37 size_t strtab_index = Strtab.getIndex(".strtab");
39 size_t shstrtab_index = Strtab.getIndex(".shstrtab");
41 size_t symtab_index = Strtab.getIndex(".symtab");
  /external/icu/icu4c/source/common/
ruleiter.cpp 35 return buf == 0 && pos.getIndex() == text.length();
93 p.pos = pos.getIndex();
120 text.extract(pos.getIndex(), maxLookAhead, result);
131 int32_t b = pos.getIndex();
141 int i = pos.getIndex();
153 pos.setIndex(pos.getIndex() + count);
154 if (pos.getIndex() > text.length()) {
  /external/icu/icu4c/source/i18n/
collationdatareader.cpp 40 int32_t getIndex(const int32_t *indexes, int32_t length, int32_t i) {
111 offset = getIndex(inIndexes, indexesLength, index);
112 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
143 offset = getIndex(inIndexes, indexesLength, index);
144 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
163 offset = getIndex(inIndexes, indexesLength, index);
164 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
183 offset = getIndex(inIndexes, indexesLength, index);
184 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
195 offset = getIndex(inIndexes, indexesLength, index)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatAttributes.java 77 public int getIndex(String uri, String localName) {
88 return getIndex(pointer, uri, localName);
91 public int getIndex(String qName) {
109 return getIndex(uri, localName) == -1 ? null : CDATA;
113 return getIndex(qName) == -1 ? null : CDATA;
145 private static native int getIndex(long attributePointer, String uri, String localName);
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 103 uint32_t getIndex() const { return Index; }
162 return A.getIndex() == B.getIndex();
166 return A.getIndex() != B.getIndex();
170 return A.getIndex() < B.getIndex();
174 return A.getIndex() <= B.getIndex();
178 return A.getIndex() > B.getIndex()
    [all...]
  /frameworks/base/core/java/android/os/health/
HealthStats.java 200 return getIndex(mTimerKeys, key) >= 0;
213 final int index = getIndex(mTimerKeys, key);
228 final int index = getIndex(mTimerKeys, key);
243 final int index = getIndex(mTimerKeys, key);
275 return getIndex(mMeasurementKeys, key) >= 0;
285 final int index = getIndex(mMeasurementKeys, key);
317 return getIndex(mStatsKeys, key) >= 0;
327 final int index = getIndex(mStatsKeys, key);
359 return getIndex(mTimersKeys, key) >= 0;
369 final int index = getIndex(mTimersKeys, key)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 103 uint32_t getIndex() const { return Index; }
163 return A.getIndex() == B.getIndex();
167 return A.getIndex() != B.getIndex();
171 return A.getIndex() < B.getIndex();
175 return A.getIndex() <= B.getIndex();
179 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 103 uint32_t getIndex() const { return Index; }
163 return A.getIndex() == B.getIndex();
167 return A.getIndex() != B.getIndex();
171 return A.getIndex() < B.getIndex();
175 return A.getIndex() <= B.getIndex();
179 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 103 uint32_t getIndex() const { return Index; }
163 return A.getIndex() == B.getIndex();
167 return A.getIndex() != B.getIndex();
171 return A.getIndex() < B.getIndex();
175 return A.getIndex() <= B.getIndex();
179 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 103 uint32_t getIndex() const { return Index; }
163 return A.getIndex() == B.getIndex();
167 return A.getIndex() != B.getIndex();
171 return A.getIndex() < B.getIndex();
175 return A.getIndex() <= B.getIndex();
179 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 103 uint32_t getIndex() const { return Index; }
163 return A.getIndex() == B.getIndex();
167 return A.getIndex() != B.getIndex();
171 return A.getIndex() < B.getIndex();
175 return A.getIndex() <= B.getIndex();
179 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 103 uint32_t getIndex() const { return Index; }
163 return A.getIndex() == B.getIndex();
167 return A.getIndex() != B.getIndex();
171 return A.getIndex() < B.getIndex();
175 return A.getIndex() <= B.getIndex();
179 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 103 uint32_t getIndex() const { return Index; }
163 return A.getIndex() == B.getIndex();
167 return A.getIndex() != B.getIndex();
171 return A.getIndex() < B.getIndex();
175 return A.getIndex() <= B.getIndex();
179 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 103 uint32_t getIndex() const { return Index; }
163 return A.getIndex() == B.getIndex();
167 return A.getIndex() != B.getIndex();
171 return A.getIndex() < B.getIndex();
175 return A.getIndex() <= B.getIndex();
179 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 59 ModuleSummaryIndex &getIndex() { return *Index; }
60 const ModuleSummaryIndex &getIndex() const { return *Index; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 59 ModuleSummaryIndex &getIndex() { return *Index; }
60 const ModuleSummaryIndex &getIndex() const { return *Index; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 59 ModuleSummaryIndex &getIndex() { return *Index; }
60 const ModuleSummaryIndex &getIndex() const { return *Index; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 59 ModuleSummaryIndex &getIndex() { return *Index; }
60 const ModuleSummaryIndex &getIndex() const { return *Index; }

Completed in 935 milliseconds

12 3 4 5 6 7 8 91011>>