Searched defs:get_class (Results 1 - 3 of 3) sorted by relevance

/external/chromium/android/jni/
H A Dmime_utils.cc12 static jclass get_class(JNIEnv* env) { function in namespace:__anon1634
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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh937 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat1
992 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat2
1048 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDef
1051 case 1: return u.format1.get_class(glyph_id);
1052 case 2: return u.format2.get_class(glyph_id);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh937 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);

Completed in 340 milliseconds