Searched defs:StringList (Results 1 – 10 of 10) sorted by relevance
61 typedef std::list<CString> StringList; typedef
62 typedef std::list<CString> StringList; typedef
42 typedef std::list<CString> StringList; typedef
6 public interface StringList interface
49 static class StringList extends ArrayList<String> { } class in GenericMetadataSupportTest
184 typedef std::vector<std::string> StringList; typedef
168 StringList::StringList(UErrorCode &status) in StringList() function in StringList
54 private abstract static class StringList implements List<String> {} class in TypeTokenTest