28 #ifndef UBRK_TYPEDEF_UBREAK_ITERATOR
29 # define UBRK_TYPEDEF_UBREAK_ITERATOR
472 const UChar *s2, int32_t length2,
473 UBool codePointOrder);
498 #ifndef U_COMPARE_CODE_POINT_ORDER
505 #define U_COMPARE_CODE_POINT_ORDER 0x8000
550 const UChar *s2, int32_t length2,
685 #if !UCONFIG_NO_CONVERSION
941 #if defined(U_DECLARE_UTF16)
942 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs)
944 # define U_STRING_INIT(var, cs, length)
945 #elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16)))
946 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs
948 # define U_STRING_INIT(var, cs, length)
949 #elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY
950 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs
952 # define U_STRING_INIT(var, cs, length)
954 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1]
956 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1)
1008 UChar *dest, int32_t destCapacity);
1082 const UChar *src, int32_t srcLength,
1108 const UChar *src, int32_t srcLength,
1112 #if !UCONFIG_NO_BREAK_ITERATION
1154 const UChar *src, int32_t srcLength,
1187 const UChar *src, int32_t srcLength,
1191 #if defined(U_WCHAR_IS_UTF16) || defined(U_WCHAR_IS_UTF32) || !UCONFIG_NO_CONVERSION
1216 int32_t destCapacity,
1217 int32_t *pDestLength,
1245 int32_t destCapacity,
1246 int32_t *pDestLength,
1276 int32_t destCapacity,
1277 int32_t *pDestLength,
1306 int32_t destCapacity,
1307 int32_t *pDestLength,
1349 int32_t destCapacity,
1350 int32_t *pDestLength,
1353 UChar32 subchar, int32_t *pNumSubstitutions,
1394 int32_t destCapacity,
1395 int32_t *pDestLength,
1398 UChar32 subchar, int32_t *pNumSubstitutions,
1454 int32_t destCapacity,
1455 int32_t *pDestLength,
1484 int32_t destCapacity,
1485 int32_t *pDestLength,
1514 int32_t destCapacity,
1515 int32_t *pDestLength,
1557 int32_t destCapacity,
1558 int32_t *pDestLength,
1561 UChar32 subchar, int32_t *pNumSubstitutions,
1601 int32_t destCapacity,
1602 int32_t *pDestLength,
1605 UChar32 subchar, int32_t *pNumSubstitutions,
1643 int32_t destCapacity,
1644 int32_t *pDestLength,
1693 int32_t destCapacity,
1694 int32_t *pDestLength,
1697 UChar32 subchar, int32_t *pNumSubstitutions,