Home | History | Annotate | Download | only in DataFormatters

Lines Matching refs:data_ptr

200         SourceDataType *data_ptr = (SourceDataType*)data.GetDataStart();
201 SourceDataType *data_end_ptr = data_ptr + sourceSize;
203 while (data_ptr < data_end_ptr)
205 if (!*data_ptr)
207 data_end_ptr = data_ptr;
210 data_ptr++;
213 data_ptr = (SourceDataType*)data.GetDataStart();
224 ConvertFunction ( (const SourceDataType**)&data_ptr, data_end_ptr, &utf8_data_ptr, utf8_data_end_ptr, lenientConversion );
225 utf8_data_ptr = (UTF8*)utf8_data_buffer_sp->GetBytes(); // needed because the ConvertFunction will change the value of the data_ptr
231 utf8_data_ptr = (UTF8*)data_ptr;