HomeSort by relevance Sort by last modified time
    Searched defs:AdjustOffset (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
utf_offset_string_conversions.h 74 // number of AdjustOffset::Adjustments, drop them into a vector, then call
76 // AdjustOffset(adjustments). Each Adjustment gives the original |location|
79 struct AdjustOffset {
92 explicit AdjustOffset(const Adjustments& adjustments);
utf_offset_string_conversions.cc 36 AdjustOffset::Adjustments adjustments;
53 adjustments.push_back(AdjustOffset::Adjustment(
62 AdjustOffset(adjustments));
214 AdjustOffset::Adjustment::Adjustment(size_t location,
221 AdjustOffset::AdjustOffset(const Adjustments& adjustments)
224 void AdjustOffset::operator()(size_t& offset) {

Completed in 25 milliseconds