Lines Matching refs:constant
86 #define JRS_CONSTANT(clazz, constant) \
87 kJRSUI_ ## clazz ## _ ## constant
89 #define JNI_CONSTANT(clazz, constant) \
90 apple_laf_JRSUIConstants_ ## clazz ## __ ## constant
92 #define CONSTANT_CHECK(clazz, constant) \
93 JRS_CONSTANT(clazz, constant) == JNI_CONSTANT(clazz, constant)
95 #define CONSISTENCY_CHECK(clazz, constant) \
96 if ( !CONSTANT_CHECK(clazz, constant) ) return NO;
102 #define ASSIGN_KEY_IF_EXISTS(key, constant) \
103 key ## Key = JRSUIGetKey(constant);
384 (JNIEnv *env, jclass clazz, jint constant){
385 return ptr_to_jlong(JRSUIGetKey(constant));