HomeSort by relevance Sort by last modified time
    Searched refs:stringList (Results 1 - 17 of 17) sorted by null

  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapUtility.java 89 String[] stringList = new String[list.size()];
90 return list.toArray(stringList);
124 String[] stringList = new String[list.size()];
125 return list.toArray(stringList);
  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.h 68 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
SVGParserUtilities.cpp 317 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stringList)
336 stringList.add(String(inputStart, ptr - inputStart));
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 297 List<String> stringList = new ArrayList<String>();
300 if (ci != null) stringList.add(ci.getText().toString());
302 setSuggestions(stringList, true, true);
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm 212 static bool getStringListResource(ResID resourceID, Vector<String>& stringList) {
243 stringList.append(cfString.get());
  /external/icu4c/i18n/
colldata.cpp 192 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringList)
195 int32_t StringList::_lists = 0;
196 int32_t StringList::_strings = 0;
197 int32_t StringList::_histogram[101] = {0};
200 StringList::StringList(UErrorCode &status)
220 StringList::~StringList()
225 void StringList::add(const UnicodeString *string, UErrorCode &status)
267 void StringList::add(const UChar *chars, int32_t count, UErrorCode &status
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 183 milliseconds