Lines Matching refs:GetEnd
22 for (size_t location = start_location; location < segment.GetEnd(); in SkipWhiteSpaceFindChar()
26 return segment.GetEnd(); in SkipWhiteSpaceFindChar()
32 return segment.GetEnd(); in SkipWhiteSpaceFindChar()
35 return segment.GetEnd(); in SkipWhiteSpaceFindChar()
64 return Find(location, str) != GetEnd(); in BytesAtLocationContain()
69 while ((location = Find(location, byte0)) < GetEnd()) { in Find()
75 return GetEnd(); in Find()
80 return GetEnd(); in Find()
82 size_t value_location = GetEnd(); in Find()
89 return Contains(value_location) ? value_location : GetEnd(); in Find()
96 if (begin_value_location != GetEnd()) { in ExtractXmpPropertyValue()
98 if (end_value_location != GetEnd()) { in ExtractXmpPropertyValue()
109 if (property_location != GetEnd()) { in FindXmpPropertyValueBegin()
112 if (equal_location != GetEnd()) { in FindXmpPropertyValueBegin()
115 if (quote_location != GetEnd()) { in FindXmpPropertyValueBegin()
120 return GetEnd(); in FindXmpPropertyValueBegin()
129 if (Contains(data_range.GetBegin()) && data_range.GetEnd() <= GetEnd()) { in ExtractString()