Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c118 cmsBool _cmsWriteWCharArray(cmsIOHANDLER* io, cmsUInt32Number n, const wchar_t* Array) in _cmsWriteWCharArray() function
1016 if (!_cmsWriteWCharArray(io, len, Wide)) goto Error; in Type_Text_Description_Write()
1535 …if (!_cmsWriteWCharArray(io, mlu ->PoolUsed / sizeof(wchar_t), (wchar_t*) mlu ->MemPool)) return … in Type_MLU_Write()
4999 if (!_cmsWriteWCharArray(io, n, wcstr)) return FALSE; in WriteOneWChar()