Searched refs:UTF8_STRINGPARAM (Results 1 – 1 of 1) sorted by relevance
2773 #define UTF8_STRINGPARAM( ascii ) ascii, static_cast< xub_StrLen >( sizeof( ascii ) - 1 ) macro2774 #define UTF8_CREATE( ascii ) ByteString( UTF8_STRINGPARAM( ascii ) )2775 #define UTF8_APPEND( ascii ) Append( UTF8_STRINGPARAM( ascii ) )