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

  /external/image_io/src/jpeg/
jpeg_xmp_data_extractor.cc 47 size_t quote_location = data_segment.Find(gdepth_data_location, '"'); local
48 if (quote_location != transfer_range.GetEnd()) {
49 xmp_data_begin = quote_location + 1;
jpeg_segment.cc 113 size_t quote_location = local
115 if (quote_location != GetEnd()) {
116 return quote_location + 1;

Completed in 98 milliseconds