Searched refs:toStr (Results 1 – 3 of 3) sorted by relevance
246 const QString toStr = QString("[Qt Native Pixmap %1,%2]").arg(width()).arg(height()); in valueOf() local247 UString ustring((UChar*)toStr.utf16(), toStr.length()); in valueOf()
529 picoos_uint8 picoos_get_str (picoos_char * fromStr, picoos_uint32 * pos, picoos_char * toStr, picoo…
1993 picoos_uint8 picoos_get_str (picoos_char * fromStr, picoos_uint32 * pos, picoos_char * toStr, picoo… in picoos_get_str() argument2003 toStr[i++] = fromStr[(*pos)++]; in picoos_get_str()2005 toStr[i] = NULLC; in picoos_get_str()