Searched defs:getString (Results 101 - 125 of 189) sorted by path

12345678

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/jakewharton/ com/jakewharton/disklrucache/ com/jakewharton/disklrucache/DiskLruCache ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONArray.java369 public String getString(int index) throws JSONException { method in class:JSONArray
839 jo.put(names.getString(i), this.opt(i));
H A DJSONObject.java686 public String getString(String key) throws JSONException { method in class:JSONObject
1307 ja.put(this.opt(names.getString(i)));
/external/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp40 StringPiece getString(const CharString &strings) const { function in class:BytesTrieElement
114 StringPiece thisString=getString(strings);
115 StringPiece otherString=other.getString(strings);
238 StringPiece prev=elements[0].getString(*strings);
240 StringPiece current=elements[i].getString(*strings);
367 elements[i].getString(*strings).data()+byteIndex,
421 return write(elements[i].getString(*strings).data()+byteIndex, length);
H A Dresbund.cpp251 UnicodeString ResourceBundle::getString(UErrorCode& status) const { function in class:ResourceBundle
H A Ducharstriebuilder.cpp40 UnicodeString getString(const UnicodeString &strings) const { function in class:UCharsTrieElement
83 return getString(strings).compare(other.getString(strings));
195 UnicodeString prev=elements[0].getString(strings);
197 UnicodeString current=elements[i].getString(strings);
315 elements[i].getString(strings).getBuffer()+unitIndex,
369 return write(elements[i].getString(strings).getBuffer()+unitIndex, length);
H A Duset.cpp252 inline static const UnicodeString* getString(const UnicodeSet& set, function in class:USetAccess
254 return set.getString(i);
287 const UnicodeString* s = USetAccess::getString(set, itemIndex);
H A Dusetiter.cpp135 const UnicodeString& UnicodeSetIterator::getString() { function in class:UnicodeSetIterator
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h309 const StringPiece &getString() const { return sp_; } function in class:BytesTrie::Iterator
H A Ducharstrie.h323 const UnicodeString &getString() const { return str_; } function in class:UCharsTrie::Iterator
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp78 inline UnicodeString *getString(const UVector &list, int32_t i) { function in namespace:__anon21873
300 const UnicodeString &firstScriptBoundary = *getString(*firstCharsInScripts_, 0);
302 *getString(*firstCharsInScripts_, firstCharsInScripts_->size() - 1);
310 const UnicodeString *item = &iter.getString();
344 const UnicodeString &itemAlreadyIn = *getString(indexCharacters, insertionPoint);
470 UnicodeString &current = *getString(indexCharacters, i);
476 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex);
760 const UnicodeString &exemplarC = it.getString();
774 const UnicodeString &s = iter.getString();
1014 const UnicodeString &boundary = iter.getString();
[all...]
H A Dfmtable.cpp625 Formattable::getString(UnicodeString& result, UErrorCode& status) const function in class:Formattable
642 Formattable::getString(UErrorCode& status) const function in class:Formattable
657 Formattable::getString(UErrorCode& status) function in class:Formattable
872 stream << '"' << obj.getString(buffer) << '"';
986 UnicodeString &str = obj->getString(*status);
H A Dmeasfmt.cpp155 static UBool getString( function
242 getString(pluralBundle.getAlias(), rawPattern, status);
274 getString(patternBundle.getAlias(), result, status);

Completed in 395 milliseconds

12345678