HomeSort by relevance Sort by last modified time
    Searched refs:fLazyContents (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
zstrfmt.cpp 212 fLazyContents(NULL), fIsEmpty(TRUE) {
221 if (fLazyContents != NULL) {
222 for (int32_t i=0; i<fLazyContents->size(); i+=2) {
223 ZoneStringInfo *zsinf = (ZoneStringInfo *)fLazyContents->elementAt(i+1);
226 delete fLazyContents;
232 // Trie is built, while fNodes and fLazyContents change with the lazy init
246 if (fLazyContents == NULL) {
247 fLazyContents = new UVector(status);
248 if (fLazyContents == NULL) {
256 fLazyContents->addElement(s, status)
    [all...]
zstrfmt.h 137 UVector *fLazyContents;

Completed in 45 milliseconds