Searched refs:get_class (Results 1 - 9 of 9) 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-gdef-table.hh339 { return (this+glyphClassDef).get_class (glyph); }
345 { return (this+markAttachClassDef).get_class (glyph); }
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);
H A Dhb-ot-layout-gsubgpos-private.hh688 return class_def.get_class (glyph_id) == value;
1359 unsigned int index = class_def.get_class (c->glyphs[0]);
1380 index = class_def.get_class (c->buffer->cur().codepoint);
1929 unsigned int index = input_class_def.get_class (c->glyphs[0]);
1955 index = input_class_def.get_class (c->buffer->cur().codepoint);
H A Dhb-ot-layout-gpos-table.hh750 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint);
751 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh339 { return (this+glyphClassDef).get_class (glyph); }
345 { return (this+markAttachClassDef).get_class (glyph); }
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);
H A Dhb-ot-layout-gsubgpos-private.hh672 return class_def.get_class (glyph_id) == value;
1342 unsigned int index = class_def.get_class (c->glyphs[0]);
1363 index = class_def.get_class (c->buffer->cur().codepoint);
1911 unsigned int index = input_class_def.get_class (c->glyphs[0]);
1937 index = input_class_def.get_class (c->buffer->cur().codepoint);
H A Dhb-ot-layout-gpos-table.hh746 unsigned int klass1 = (this+classDef1).get_class (c->buffer->cur().codepoint);
747 unsigned int klass2 = (this+classDef2).get_class (c->buffer->info[skippy_iter.idx].codepoint);

Completed in 120 milliseconds