Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/unicode/
Dustring.h933 # define U_STRING_INIT(var, cs, length) macro
937 # define U_STRING_INIT(var, cs, length) macro
941 # define U_STRING_INIT(var, cs, length) macro
945 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustring.h933 # define U_STRING_INIT(var, cs, length) macro
937 # define U_STRING_INIT(var, cs, length) macro
941 # define U_STRING_INIT(var, cs, length) macro
945 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dustring.h933 # define U_STRING_INIT(var, cs, length) macro
937 # define U_STRING_INIT(var, cs, length) macro
941 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) macro