HomeSort by relevance Sort by last modified time
    Searched refs:to_int (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 363 inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002 && markGlyphSetsDef[0] != 0; }
365 { return version.to_int () >= 0x00010002 && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
375 (version.to_int () < 0x00010002 || markGlyphSetsDef[0].sanitize (c, this)));
hb-open-type-private.hh 665 inline uint32_t to_int (void) const { return (major << 16) + minor; } function in struct:OT::FixedVersion
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 103 n = n.to_int
  /external/openssl/crypto/conf/
conf.h 98 int (*to_int)(const CONF *conf, char c); member in struct:conf_method_st
conf_api.c 174 ret=ret*10+conf->meth->to_int(conf, *str);
conf_lib.c 358 *result = (*result)*10 + conf->meth->to_int(conf, *str);
  /external/openssl/include/openssl/
conf.h 98 int (*to_int)(const CONF *conf, char c); member in struct:conf_method_st
  /external/freetype/include/freetype/internal/
psaux.h 355 (*to_int)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 711 l := Attribute.Alignment (Int32.to_int align) :: !l;
719 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;
    [all...]

Completed in 214 milliseconds