HomeSort by relevance Sort by last modified time
    Searched defs:ZNStringPool (Results 1 - 2 of 2) 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 148 TextTrieMap::put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status) {
358 // ZNStringPool class implementation
373 ZNStringPool::ZNStringPool(UErrorCode &status) {
394 ZNStringPool::~ZNStringPool() {
409 const UChar *ZNStringPool::get(const UChar *s, UErrorCode &status) {
446 // ZNStringPool::adopt() Put a string into the hash, but do not copy the string data
450 const UChar *ZNStringPool::adopt(const UChar * s, UErrorCode &status) {
466 const UChar *ZNStringPool::get(const UnicodeString &s, UErrorCode &status)
    [all...]

Completed in 90 milliseconds