HomeSort by relevance Sort by last modified time
    Searched defs:javaValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaFieldJSC.cpp 155 void JavaField::dispatchSetValueToInstance(ExecState* exec, const JavaInstance* instance, jvalue javaValue, const char* name, const char* sig) const
172 args[1] = javaValue;
184 jvalue javaValue = convertValueToJValue(exec, i->rootObject(), aValue, m_type, typeClassName());
192 dispatchSetValueToInstance(exec, instance, javaValue, "set", "(Ljava/lang/Object;Ljava/lang/Object;)V");
198 dispatchSetValueToInstance(exec, instance, javaValue, "setBoolean", "(Ljava/lang/Object;Z)V");
204 dispatchSetValueToInstance(exec, instance, javaValue, "setByte", "(Ljava/lang/Object;B)V");
210 dispatchSetValueToInstance(exec, instance, javaValue, "setChar", "(Ljava/lang/Object;C)V");
216 dispatchSetValueToInstance(exec, instance, javaValue, "setShort", "(Ljava/lang/Object;S)V");
222 dispatchSetValueToInstance(exec, instance, javaValue, "setInt", "(Ljava/lang/Object;I)V");
228 dispatchSetValueToInstance(exec, instance, javaValue, "setLong", "(Ljava/lang/Object;J)V")
    [all...]
  /libcore/luni/src/main/java/java/text/
Collator.java 373 int javaValue = value;
376 javaValue = Collator.PRIMARY;
379 javaValue = Collator.SECONDARY;
382 javaValue = Collator.TERTIARY;
385 javaValue = Collator.IDENTICAL;
388 return javaValue;

Completed in 52 milliseconds