Lines Matching defs:fields_t
33 struct fields_t { struct
34 jclass clazz = NULL;
35 jmethodID constructID;
38 jclass listClazz = NULL;
39 jmethodID listConstructId;
40 jmethodID listAddId;
43 jclass hashMapClazz = NULL;
44 jmethodID hashMapConstructID;
45 jmethodID hashMapPutID;
48 jclass ulocaleClazz = NULL;
49 jmethodID ulocaleConstructID;
51 void init(JNIEnv *env) { in init()
91 void exit(JNIEnv *env) { in exit()