Searched refs:UTF8_STRINGPARAM (Results 1 – 1 of 1) sorted by relevance
2774 #define UTF8_STRINGPARAM( ascii ) ascii, static_cast< xub_StrLen >( sizeof( ascii ) - 1 ) macro2775 #define UTF8_CREATE( ascii ) ByteString( UTF8_STRINGPARAM( ascii ) )2776 #define UTF8_APPEND( ascii ) Append( UTF8_STRINGPARAM( ascii ) )
Completed in 42 milliseconds