HomeSort by relevance Sort by last modified time
    Searched defs:StringList (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/unicode/
colldata.h 47 * The size of the initial list in a <code>StringList</code> object.
54 * Define this to enable the <code>StringList</code> objects to
160 * StringList
166 class U_I18N_API StringList : public UObject
170 * Construct an empty <code>StringList</code>
180 StringList(UErrorCode &status);
187 ~StringList();
322 * return a <code>StringList</code> object containing all
328 const StringList *getStringList(int32_t ce) const;
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 95 typedef android::List<android::String8> StringList;
96 StringList samplerExternalNames;
  /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)
263 void StringList::add(const UChar *chars, int32_t count, UErrorCode &status
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/jdiff/
xerces.jar 

Completed in 107 milliseconds