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

1 23 4 5 6 7 8 910

  /external/chromium/third_party/icu/source/common/
ustack.cpp 40 result = elementAt(n);
uvector.h 154 void* elementAt(int32_t index) const;
377 return elementAt(0);
381 return elementAt(count-1);
389 return elementAt(index);
  /external/icu4c/common/
ustack.cpp 40 result = elementAt(n);
uvector.h 154 void* elementAt(int32_t index) const;
377 return elementAt(0);
381 return elementAt(count-1);
389 return elementAt(index);
  /external/webkit/WebKit/chromium/public/
WebHTTPBody.h 80 WEBKIT_API bool elementAt(size_t index, Element&) const;
  /libcore/luni/src/main/java/java/net/
SocketPermissionCollection.java 74 sp = (SocketPermission) permissions.elementAt(i);
  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorPreserveSpace.java 71 WhiteSpaceInfo wsi = new WhiteSpaceInfo((XPath) xpaths.elementAt(i), false, thisSheet);
ProcessorStripSpace.java 70 WhiteSpaceInfo wsi = new WhiteSpaceInfo((XPath) xpaths.elementAt(i), true, thisSheet);
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
KeyManager.java 80 KeyTable kt = (KeyTable) m_key_tables.elementAt(i);
KeyTable.java 167 KeyDeclaration kd = (KeyDeclaration) m_keyDeclarations.elementAt(i);
203 (KeyDeclaration) keyDecls.elementAt(keyDeclIdx);
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIterNodeList.java 110 node = m_cachedNodes.elementAt(index);
  /libcore/sqlite-jdbc/src/main/java/SQLite/
TableResult.java 150 String row[] = (String[]) rows.elementAt(i);
  /external/chromium/third_party/icu/source/i18n/
rbt_set.cpp 191 TransliterationRule *tempTranslitRule = new TransliterationRule(*(TransliterationRule*)other.ruleVector->elementAt(i));
308 TransliterationRule* r = (TransliterationRule*) ruleVector->elementAt(j);
316 v.addElement(ruleVector->elementAt(j), status);
323 TransliterationRule* r = (TransliterationRule*) ruleVector->elementAt(j);
349 rules[j] = (TransliterationRule*) v.elementAt(j);
437 (TransliterationRule*) ruleVector->elementAt(i);
454 (TransliterationRule*) ruleVector->elementAt(i);
  /external/icu4c/i18n/
rbt_set.cpp 191 TransliterationRule *tempTranslitRule = new TransliterationRule(*(TransliterationRule*)other.ruleVector->elementAt(i));
308 TransliterationRule* r = (TransliterationRule*) ruleVector->elementAt(j);
316 v.addElement(ruleVector->elementAt(j), status);
323 TransliterationRule* r = (TransliterationRule*) ruleVector->elementAt(j);
349 rules[j] = (TransliterationRule*) v.elementAt(j);
437 (TransliterationRule*) ruleVector->elementAt(i);
454 (TransliterationRule*) ruleVector->elementAt(i);
  /external/chromium/third_party/icu/source/tools/toolutil/
xmlparser.cpp 693 delete (UObject *)fAttValues.elementAt(i);
696 delete (UObject *)fChildren.elementAt(i);
717 node=(const UObject *)fChildren.elementAt(i);
734 name.setTo(*(const UnicodeString *)fAttNames.elementAt(i));
735 value.setTo(*(const UnicodeString *)fAttValues.elementAt(i));
736 return &value; // or return (UnicodeString *)fAttValues.elementAt(i);
753 if(p==(const UnicodeString *)fAttNames.elementAt(i)) {
754 return (const UnicodeString *)fAttValues.elementAt(i);
768 const UObject *node=(const UObject *)fChildren.elementAt(i);
789 node=(const UObject *)fChildren.elementAt(i++)
    [all...]
  /external/icu4c/tools/toolutil/
xmlparser.cpp 693 delete (UObject *)fAttValues.elementAt(i);
696 delete (UObject *)fChildren.elementAt(i);
717 node=(const UObject *)fChildren.elementAt(i);
734 name.setTo(*(const UnicodeString *)fAttNames.elementAt(i));
735 value.setTo(*(const UnicodeString *)fAttValues.elementAt(i));
736 return &value; // or return (UnicodeString *)fAttValues.elementAt(i);
753 if(p==(const UnicodeString *)fAttNames.elementAt(i)) {
754 return (const UnicodeString *)fAttValues.elementAt(i);
768 const UObject *node=(const UObject *)fChildren.elementAt(i);
789 node=(const UObject *)fChildren.elementAt(i++)
    [all...]
  /libcore/luni/src/test/java/tests/SQLite/
StmtTest.java 291 String[] row0 = (String[]) count.rows.elementAt(0);
342 String[] row0 = (String[]) r.rows.elementAt(0);
345 String[] row1 = (String[]) r.rows.elementAt(1);
348 String[] row2 = (String[]) r.rows.elementAt(2);
395 String[] row0 = (String[]) r.rows.elementAt(0);
398 String[] row1 = (String[]) r.rows.elementAt(1);
401 String[] row2 = (String[]) r.rows.elementAt(2);
464 String[] row0 = (String[]) r.rows.elementAt(0);
467 String[] row1 = (String[]) r.rows.elementAt(1);
472 String[] row2 = (String[]) r.rows.elementAt(2)
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 263 m_globalImportList[j] = (StylesheetComposed) importList.elementAt(i);
303 ((ElemTemplateElement) recomposableElements.elementAt(i)).recompose(this);
854 ElemVariable var = (ElemVariable)m_variables.elementAt(i);
    [all...]
ElemExtensionDecl.java 118 return (String) m_functions.elementAt(i);
174 return (String) m_elements.elementAt(i);
ElemUse.java 70 m_attributeSetsNames[i] = (QName) v.elementAt(i);
  /external/webkit/WebCore/platform/graphics/qt/
PathQt.cpp 309 const QPainterPath::Element &cur = m_path.elementAt(i);
320 const QPainterPath::Element &c1 = m_path.elementAt(i + 1);
321 const QPainterPath::Element &c2 = m_path.elementAt(i + 2);
346 const QPainterPath::Element& cur = m_path.elementAt(i);
361 const QPainterPath::Element& c1 = m_path.elementAt(i + 1);
362 const QPainterPath::Element& c2 = m_path.elementAt(i + 2);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java     [all...]
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509KeyManagerImpl.java 131 res[i] = vec.elementAt(i).toString();
175 res[i] = vec.elementAt(i).toString();
  /external/junit/src/junit/swingui/
DefaultFailureDetailView.java 30 return fLines.elementAt(index);
TestSelector.java 277 Object tmp= values.elementAt(left);
278 values.setElementAt(values.elementAt(right), left);
280 Object tmp2= fOther.elementAt(left);
281 fOther.setElementAt(fOther.elementAt(right), left);

Completed in 2262 milliseconds

1 23 4 5 6 7 8 910