Searched refs:xmpList (Results 1 – 1 of 1) sorted by relevance
3022 dng_string_list xmpList; in SyncExif() local3026 xmpList)) in SyncExif()3031 if (xmpList.Count () > 0) in SyncExif()3036 uint32 bufferSize = xmpList.Count () * 4 + 1; in SyncExif()3038 for (j = 0; j < xmpList.Count (); j++) in SyncExif()3041 bufferSize += xmpList [j].Length () * 2; in SyncExif()3049 for (j = 0; j < xmpList.Count (); j++) in SyncExif()3052 const char *s = xmpList [j].Get (); in SyncExif()3054 bool needQuotes = xmpList [j].Contains ("; ") || in SyncExif()3079 if (j != xmpList.Count () - 1) in SyncExif()