Home
last modified time | relevance | path

Searched refs:NameWCS (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmstypes.c5240 wchar_t *NameWCS = NULL, *ValueWCS = NULL; in Type_Dictionary_Read() local
5281 if (!ReadOneWChar(io, &a.Name, i, &NameWCS)) goto Error; in Type_Dictionary_Read()
5292 if (NameWCS == NULL || ValueWCS == NULL) { in Type_Dictionary_Read()
5299 rc = cmsDictAddEntry(hDict, NameWCS, ValueWCS, DisplayNameMLU, DisplayValueMLU); in Type_Dictionary_Read()
5302 if (NameWCS != NULL) _cmsFree(self ->ContextID, NameWCS); in Type_Dictionary_Read()