Searched refs:textMethod (Results 1 – 1 of 1) sorted by relevance
230 static jmethodID textMethod; variable692 bufferAndInvoke(textMethod, data, characters, length); in text()1318 textMethod = env->GetMethodID(clazz, "text", "([CI)V"); in ExpatParser_staticInitialize()1319 if (textMethod == NULL) return; in ExpatParser_staticInitialize()