Searched refs:byteLen (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dcolor-profile.cpp905 cmsUInt32Number byteLen = cmsGetProfileInfo(profile, cmsInfoDescription, "en", "US", NULL, 0);
906 if (byteLen > 0) {
908 std::vector<char> data(byteLen);
H A Dfile.cpp427 Glib::ustring::size_type const byteLen = ustr.bytes(); member in class:Glib::ustring
432 gulong(ustr.size()), gulong(dataLen), gulong(byteLen), gulong(cstrLen) );
449 if (i < byteLen) {

Completed in 21 milliseconds