OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharString
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/common/
charstr.h
20
// class
CharString
29
class U_COMMON_API
CharString
: public UMemory {
37
// inline
CharString
(const UnicodeString& str, const char *codepage);
40
inline
CharString
(const UnicodeString& str);
41
inline ~
CharString
();
48
CharString
(const
CharString
&other); // forbid copying of this class
49
CharString
&operator=(const
CharString
&other); // forbid copying of this class
57
inline
CharString
::CharString(const UnicodeString& str, const char *codepage)
[
all
...]
locutil.cpp
230
CharString
cbundleID(bundleID);
uniset_props.cpp
[
all
...]
/external/icu4c/i18n/
transreg.cpp
242
CharString
topch(theSpec);
[
all
...]
rbt_set.cpp
122
CharString
cbuf(esc);
/external/icu4c/test/intltest/
ustrtest.cpp
[
all
...]
numfmtst.cpp
[
all
...]
Completed in 178 milliseconds