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

  /external/chromium/android/jni/
mime_utils.cc 12 static jclass get_class(JNIEnv* env) { function in namespace:__anon3574
18 static jmethodID method = env->GetStaticMethodID(get_class(env),
24 static jmethodID method = env->GetStaticMethodID(get_class(env),
38 get_class(env), guess_mime_type_from_extension(env), jExtension);
52 get_class(env), guess_extension_from_mime_type(env), jMimeType);
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 937 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat1
979 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat2
1019 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDef
1022 case 1: return u.format1.get_class(glyph_id);
1023 case 2: return u.format2.get_class(glyph_id);
    [all...]

Completed in 53 milliseconds