Lines Matching refs:nonConstThis
313 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); in search() local
314 nonConstThis->buildTrie(status); in search()
1107 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getMetaZoneDisplayName() local
1109 umtx_lock(&nonConstThis->fLock); in getMetaZoneDisplayName()
1111 znames = nonConstThis->loadMetaZoneNames(mzID); in getMetaZoneDisplayName()
1113 umtx_unlock(&nonConstThis->fLock); in getMetaZoneDisplayName()
1132 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getTimeZoneDisplayName() local
1134 umtx_lock(&nonConstThis->fLock); in getTimeZoneDisplayName()
1136 tznames = nonConstThis->loadTimeZoneNames(tzID); in getTimeZoneDisplayName()
1138 umtx_unlock(&nonConstThis->fLock); in getTimeZoneDisplayName()
1153 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getExemplarLocationName() local
1155 umtx_lock(&nonConstThis->fLock); in getExemplarLocationName()
1157 tznames = nonConstThis->loadTimeZoneNames(tzID); in getExemplarLocationName()
1159 umtx_unlock(&nonConstThis->fLock); in getExemplarLocationName()
1338 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in find() local
1340 umtx_lock(&nonConstThis->fLock); in find()
1344 umtx_unlock(&nonConstThis->fLock); in find()
1370 umtx_lock(&nonConstThis->fLock); in find()
1383 nonConstThis->loadStrings(*id); in find()
1390 nonConstThis->fNamesTrieFullyLoaded = TRUE; in find()
1394 umtx_unlock(&nonConstThis->fLock); in find()
1400 umtx_lock(&nonConstThis->fLock); in find()
1405 umtx_unlock(&nonConstThis->fLock); in find()