Searched defs:pooledString (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dzstrfmt.cpp1970 const UChar *pooledString; local
1975 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
1976 if (pooledString != NULL) {
1977 return pooledString;
2011 const UChar *pooledString; local
2016 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
2017 if (pooledString == NULL) {

Completed in 34 milliseconds