Searched defs:AdjustOffset (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dutf_offset_string_conversions.h74 // number of AdjustOffset::Adjustments, drop them into a vector, then call
76 // AdjustOffset(adjustments). Each Adjustment gives the original |location|
79 struct AdjustOffset { struct
92 explicit AdjustOffset(const Adjustments& adjustments);
H A Dutf_offset_string_conversions.cc36 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) function in class:AdjustOffset
224 void AdjustOffset::operator()(size_t& offset) {

Completed in 197 milliseconds