Searched refs:isWin7orUp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/Locale/data/
H A Ddeflocale.c47 BOOL isWin7orUp = FALSE; variable
101 if (isWin7orUp) {
202 isWin7orUp = (osvi.dwMajorVersion > 6) ||
205 if (!isWin7orUp) {
248 if (isWin7orUp) {

Completed in 29 milliseconds