Home
last modified time | relevance | path

Searched defs:AppendRange (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Derr.h88 void AppendRange(const LocationRange& range) { info_->ranges.push_back(range); } in AppendRange() function
/third_party/icu/tools/unicode/py/
Dpreparseucd.py1117 def AppendRange(fields, start, end): function