Searched defs:U_STRING_INIT (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 936 # define U_STRING_INIT(var, cs, length) macro 940 # define U_STRING_INIT(var, cs, length) macro 944 # define U_STRING_INIT(var, cs, length) macro 948 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) macro
|