Searched refs:gWinType (Results 1 – 2 of 2) sorted by relevance
90 static int32_t gWinType = 0; variable126 if (gWinType <= 0) { in openTZRegKey()127 gWinType = detectWindowsType(); in openTZRegKey()130 uprv_strcpy(subKeyName, TZ_REGKEY[(gWinType != WIN_9X_ME_TYPE)]); in openTZRegKey()134 if (gWinType == WIN_9X_ME_TYPE) { in openTZRegKey()
91 static int32_t gWinType = 0; variable127 if (gWinType <= 0) { in openTZRegKey()128 gWinType = detectWindowsType(); in openTZRegKey()131 uprv_strcpy(subKeyName, TZ_REGKEY[(gWinType != WIN_9X_ME_TYPE)]); in openTZRegKey()135 if (gWinType == WIN_9X_ME_TYPE) { in openTZRegKey()