Lines Matching refs:nonConstThis
443 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this); in getGenericLocationName() local
444 umtx_lock(&nonConstThis->fLock); in getGenericLocationName()
446 locname = nonConstThis->getGenericLocationName(tzCanonicalID); in getGenericLocationName()
448 umtx_unlock(&nonConstThis->fLock); in getGenericLocationName()
705 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this); in getPartialLocationName() local
706 umtx_lock(&nonConstThis->fLock); in getPartialLocationName()
708 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName); in getPartialLocationName()
710 umtx_unlock(&nonConstThis->fLock); in getPartialLocationName()
959 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this); in findLocal() local
961 umtx_lock(&nonConstThis->fLock); in findLocal()
965 umtx_unlock(&nonConstThis->fLock); in findLocal()
992 umtx_lock(&nonConstThis->fLock); in findLocal()
1002 nonConstThis->loadStrings(*tzID); in findLocal()
1010 nonConstThis->fGNamesTrieFullyLoaded = TRUE; in findLocal()
1014 umtx_unlock(&nonConstThis->fLock); in findLocal()
1020 umtx_lock(&nonConstThis->fLock); in findLocal()
1025 umtx_unlock(&nonConstThis->fLock); in findLocal()