Searched refs:currentStatus (Results 1 – 4 of 4) sorted by relevance
26 static GRPCConnectivityStatus currentStatus;48 if (newStatus != currentStatus) {51 currentStatus = newStatus;63 currentStatus = GRPCConnectivityUnknown;67 currentStatus = CalculateConnectivityStatus(flags);
263 TC_API_LOAD_STATUS currentStatus; in LoadTcFunctions() local267 …currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()269 while(currentStatus == TC_API_LOADING) in LoadTcFunctions()271 …currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()279 if(currentStatus == TC_API_LOADED) in LoadTcFunctions()284 if (currentStatus == TC_API_CANNOT_LOAD) in LoadTcFunctions()289 currentStatus = TC_API_CANNOT_LOAD; in LoadTcFunctions()348 currentStatus = TC_API_LOADED; in LoadTcFunctions()351 if (currentStatus != TC_API_LOADED) in LoadTcFunctions()360 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus); in LoadTcFunctions()[all …]
355 Status currentStatus = new Status(); in writeLdml() local432 … String sourceLocaleCurrent = current.getSourceLocaleID(path, currentStatus); in writeLdml()440 if (!path.equals(currentStatus.pathWhereFound) in writeLdml()
684 final OfficialStatus currentStatus = reason.getStatus(); in getLanguageName() local685 if (best.compareTo(currentStatus) < 0) { in getLanguageName()686 best = currentStatus; in getLanguageName()