Home
last modified time | relevance | path

Searched refs:has_prefix (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/asmjs/
Dasm-scanner.cc277 bool has_prefix = false; in ConsumeNumber() local
283 ((ch == '-' || ch == '+') && !has_prefix && in ConsumeNumber()
291 has_prefix = true; in ConsumeNumber()
/external/libchrome/base/trace_event/
Dtrace_event.h568 bool has_prefix() const { return has_prefix_; } in has_prefix() function
660 has_prefix_(scoped_id.has_prefix()), in TraceID()
667 bool has_prefix() const { return has_prefix_; } in has_prefix() function
/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh448 bool has_prefix () const { return has_prefix_; } in has_prefix() function
927 if (str.has_prefix () && str.is_hint_dropped ()) in encode_str()