/* This file is machine generated, don't edit it !*/ #ifndef _JAVA_UTIL_LOCALE_H #define _JAVA_UTIL_LOCALE_H /* Structure information for class: java/util/Locale */ typedef struct java_util_Locale { java_objectheader header; struct java_lang_String* language; struct java_lang_String* country; struct java_lang_String* variant; s4 hashcode; } java_util_Locale; #endif