Home
last modified time | relevance | path

Searched refs:hb_parse_int (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-number.hh30 hb_parse_int (const char **pp, const char *end, int *pv,
Dtest-number.cc40 assert (hb_parse_int (&pp, end, &pv)); in main()
93 assert (hb_parse_int (&pp, end, &pv)); in main()
Dhb-number.cc60 hb_parse_int (const char **pp, const char *end, int *pv, bool whole_buffer) in hb_parse_int() function
Dhb-common.cc725 if (unlikely (!hb_parse_int (pp, end, &v))) return false; in parse_uint()
737 if (unlikely (!hb_parse_int (pp, end, &v))) return false; in parse_uint32()
Dhb-buffer-serialize.cc387 if (unlikely (!hb_parse_int (&p, end, &v, true/* whole buffer */))) in parse_int()