OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringList
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/unicode/
colldata.h
43
* The size of the initial list in a <code>
StringList
</code> object.
48
* Define this to enable the <code>
StringList
</code> objects to
150
*
StringList
156
class U_I18N_API
StringList
: public UObject
160
* Construct an empty <code>
StringList
</code>
170
StringList
(UErrorCode &status);
177
~
StringList
();
309
* return a <code>
StringList
</code> object containing all
315
const
StringList
*getStringList(int32_t ce) const;
/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/icu4c/test/intltest/
ssearch.cpp
[
all
...]
/external/jdiff/
xerces.jar
Completed in 46 milliseconds