Home | History | Annotate | Download | only in unicode

Lines Matching defs:U_STRING_DECL

896  * The U_STRING_DECL macro should be invoked exactly once for one
901 *   U_STRING_DECL(ustringVar1, "Quick-Fox 2", 11);
902 *   U_STRING_DECL(ustringVar2, "jumps 5%", 8);
917 # define U_STRING_DECL(var, cs, length) static const wchar_t var[(length)+1]={ L ## cs }
921 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]={ (const UChar *)cs }
925 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1]