OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZNStringPool
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
tznames_impl.h
31
*
ZNStringPool
Pool of (UChar *) strings. Provides for sharing of repeated
35
class U_I18N_API
ZNStringPool
: public UMemory {
37
ZNStringPool
(UErrorCode &status);
38
~
ZNStringPool
();
133
void put(const UnicodeString &key, void *value,
ZNStringPool
&sp, UErrorCode &status);
tznames_impl.cpp
149
TextTrieMap::put(const UnicodeString &key, void *value,
ZNStringPool
&sp, UErrorCode &status) {
359
//
ZNStringPool
class implementation
374
ZNStringPool
::
ZNStringPool
(UErrorCode &status) {
395
ZNStringPool
::~
ZNStringPool
() {
410
const UChar *
ZNStringPool
::get(const UChar *s, UErrorCode &status) {
447
//
ZNStringPool
::adopt() Put a string into the hash, but do not copy the string data
451
const UChar *
ZNStringPool
::adopt(const UChar * s, UErrorCode &status) {
467
const UChar *
ZNStringPool
::get(const UnicodeString &s, UErrorCode &status)
[
all
...]
tzgnames.cpp
295
ZNStringPool
fStringPool;
[
all
...]
Completed in 51 milliseconds