OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gWinType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
wintz.c
91
static int32_t
gWinType
= 0;
127
if (
gWinType
<= 0) {
128
gWinType
= detectWindowsType();
131
uprv_strcpy(subKeyName, TZ_REGKEY[(
gWinType
!= WIN_9X_ME_TYPE)]);
135
if (
gWinType
== WIN_9X_ME_TYPE) {
/external/icu/icu4c/source/common/
wintz.c
90
static int32_t
gWinType
= 0;
126
if (
gWinType
<= 0) {
127
gWinType
= detectWindowsType();
130
uprv_strcpy(subKeyName, TZ_REGKEY[(
gWinType
!= WIN_9X_ME_TYPE)]);
134
if (
gWinType
== WIN_9X_ME_TYPE) {
Completed in 2706 milliseconds