Home
last modified time | relevance | path

Searched refs:geoclass (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c5610 BOOL WINAPI EnumSystemGeoID(GEOCLASS geoclass, GEOID parent, GEO_ENUMPROC enumproc) in EnumSystemGeoID() argument
5614 TRACE("(%d, %d, %p)\n", geoclass, parent, enumproc); in EnumSystemGeoID()
5621 if (geoclass != GEOCLASS_NATION && geoclass != GEOCLASS_REGION) { in EnumSystemGeoID()
5629 if (geoclass == GEOCLASS_NATION && (ptr->kind == LOCATION_REGION)) in EnumSystemGeoID()
5632 if (geoclass == GEOCLASS_REGION && (ptr->kind == LOCATION_NATION)) in EnumSystemGeoID()