Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dtest-number.cc53 assert (hb_parse_uint (&pp, end, &pv)); in main()
66 assert (hb_parse_uint (&pp, end, &pv, true, 16)); in main()
79 assert (!hb_parse_uint (&pp, end, &pv, true, 16)); in main()
80 assert (hb_parse_uint (&pp, end, &pv, false, 16)); in main()
107 assert (hb_parse_uint (&pp, end, &pv)); in main()
120 assert (hb_parse_uint (&pp, end, &pv)); in main()
133 assert (hb_parse_uint (&pp, end, &pv)); in main()
Dhb-number.hh34 hb_parse_uint (const char **pp, const char *end, unsigned int *pv,
Dhb-number.cc68 hb_parse_uint (const char **pp, const char *end, unsigned int *pv, in hb_parse_uint() function
Dhb-buffer-serialize.cc399 if (unlikely (!hb_parse_uint (&p, end, &v, true/* whole buffer */))) in parse_uint()
Dhb-algs.hh911 if (unlikely (!hb_parse_uint (&p, end, &v, true/* whole buffer */, base))) in hb_codepoint_parse()