Searched refs:commentMethod (Results 1 – 1 of 1) sorted by relevance
217 static jmethodID commentMethod; variable703 bufferAndInvoke(commentMethod, data, comment, strlen(comment)); in comment()1321 commentMethod = env->GetMethodID(clazz, "comment", "([CI)V"); in ExpatParser_staticInitialize()1322 if (commentMethod == NULL) return; in ExpatParser_staticInitialize()