OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_class
(Results
1 - 5
of
5
) sorted by null
/external/chromium/android/jni/
mime_utils.cc
12
static jclass
get_class
(JNIEnv* env) {
function in namespace:__anon3572
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-gdef-table.hh
339
{ return (this+glyphClassDef).
get_class
(glyph); }
345
{ return (this+markAttachClassDef).
get_class
(glyph); }
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
...]
hb-ot-layout-gsubgpos-private.hh
672
return class_def.
get_class
(glyph_id) == value;
[
all
...]
hb-ot-layout-gpos-table.hh
746
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);
[
all
...]
Completed in 129 milliseconds