Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmstypes.c5104 cmsMLU *DisplayNameMLU = NULL, *DisplayValueMLU=NULL; in Type_Dictionary_Read() local
5143 if (!ReadOneMLUC(self, io, &a.DisplayName, i, &DisplayNameMLU)) goto Error; in Type_Dictionary_Read()
5157 rc = cmsDictAddEntry(hDict, NameWCS, ValueWCS, DisplayNameMLU, DisplayValueMLU); in Type_Dictionary_Read()
5162 if (DisplayNameMLU != NULL) cmsMLUfree(DisplayNameMLU); in Type_Dictionary_Read()