Lines Matching defs:nonConstThis
389 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
390 nonConstThis->buildTrie(status);
1204 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1209 znames = nonConstThis->loadMetaZoneNames(mzID, status);
1230 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1235 tznames = nonConstThis->loadTimeZoneNames(tzID, status);
1253 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1258 tznames = nonConstThis->loadTimeZoneNames(tzID, status);
1346 TimeZoneNamesImpl* nonConstThis = const_cast<TimeZoneNamesImpl*>(this);
1364 nonConstThis->addAllNamesIntoTrie(status);
1375 nonConstThis->internalLoadAllDisplayNames(status);
1376 nonConstThis->addAllNamesIntoTrie(status);
1377 nonConstThis->fNamesTrieFullyLoaded = TRUE;
1591 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl*>(this);
1596 tznames = (void*) nonConstThis->loadTimeZoneNames(tzID, status);
1616 mznames = (void*) nonConstThis->loadMetaZoneNames(mzID, status);