Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode.cc99 bool is_start = IsStart(field); in LookupPredicate() local
100 return (entry == value) || (entry < value && is_start); in LookupPredicate()
154 bool is_start = IsStart(field); in LookupMapping() local
155 bool found = (entry == key) || (entry < key && is_start); in LookupMapping()