Searched defs:make_unit_code (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dunits.cpp57 inline unsigned make_unit_code(char a, char b) { function in namespace:__anon501
62 inline unsigned make_unit_code(char const *str) { function in namespace:__anon501
225 unsigned code = make_unit_code(astr);
279 _unit_map[make_unit_code(u.abbr.c_str())] = new Unit(u);
287 UnitCodeMap::const_iterator f = _unit_map.find(make_unit_code(abbr));
367 UnitCodeMap::iterator iter = _unit_map.find(make_unit_code(u.abbr.c_str()));
380 UnitCodeMap::const_iterator iter = _unit_map.find(make_unit_code(unit.c_str()));

Completed in 142 milliseconds