Home | History | Annotate | Download | only in unicode

Lines Matching defs:U_STRING_INIT

907  *             U_STRING_INIT(ustringVar1, "Quick-Fox 2", 11);
908 *   U_STRING_INIT(ustringVar2, "jumps 5%", 8);
919 # define U_STRING_INIT(var, cs, length)
923 # define U_STRING_INIT(var, cs, length)
927 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1)