Searched defs:U_STRING_INIT (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dustring.h920 * U_STRING_INIT(ustringVar1, "Quick-Fox 2", 11);
921 * U_STRING_INIT(ustringVar2, "jumps 5%", 8);
934 * U_STRING_INIT(var, GLUCK, 9)
946 # define U_STRING_INIT(var, cs, length) macro
950 # define U_STRING_INIT(var, cs, length) macro
954 # define U_STRING_INIT(var, cs, length) macro
958 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) macro

Completed in 213 milliseconds