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

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dustring.h944 # define U_STRING_INIT(var, cs, length) macro
948 # define U_STRING_INIT(var, cs, length) macro
952 # define U_STRING_INIT(var, cs, length) macro
956 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h939 # define U_STRING_INIT(var, cs, length) macro
943 # define U_STRING_INIT(var, cs, length) macro
947 # define U_STRING_INIT(var, cs, length) macro
951 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dustring.h939 # define U_STRING_INIT(var, cs, length) macro
943 # define U_STRING_INIT(var, cs, length) macro
947 # define U_STRING_INIT(var, cs, length) macro
951 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h939 # define U_STRING_INIT(var, cs, length) macro
943 # define U_STRING_INIT(var, cs, length) macro
947 # define U_STRING_INIT(var, cs, length) macro
951 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) macro

Completed in 104 milliseconds