Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmstypes.c5103 wchar_t *NameWCS = NULL, *ValueWCS = NULL; in Type_Dictionary_Read() local
5140 if (!ReadOneWChar(io, &a.Value, i, &ValueWCS)) goto Error; in Type_Dictionary_Read()
5150 if (NameWCS == NULL || ValueWCS == NULL) { in Type_Dictionary_Read()
5157 rc = cmsDictAddEntry(hDict, NameWCS, ValueWCS, DisplayNameMLU, DisplayValueMLU); in Type_Dictionary_Read()
5161 if (ValueWCS != NULL) _cmsFree(self ->ContextID, ValueWCS); in Type_Dictionary_Read()