24 #ifndef UBRK_TYPEDEF_UBREAK_ITERATOR
25 # define UBRK_TYPEDEF_UBREAK_ITERATOR
467 const UChar *s2, int32_t length2,
468 UBool codePointOrder);
493 #ifndef U_COMPARE_CODE_POINT_ORDER
500 #define U_COMPARE_CODE_POINT_ORDER 0x8000
545 const UChar *s2, int32_t length2,
680 #if !UCONFIG_NO_CONVERSION
936 #if defined(U_DECLARE_UTF16)
937 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=U_DECLARE_UTF16(cs)
939 # define U_STRING_INIT(var, cs, length)
940 #elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16)))
941 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs
943 # define U_STRING_INIT(var, cs, length)
944 #elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY
945 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs
947 # define U_STRING_INIT(var, cs, length)
949 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1]
951 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1)
1003 UChar *dest, int32_t destCapacity);
1077 const UChar *src, int32_t srcLength,
1103 const UChar *src, int32_t srcLength,
1107 #if !UCONFIG_NO_BREAK_ITERATION
1149 const UChar *src, int32_t srcLength,
1180 const UChar *src, int32_t srcLength,
1184 #if defined(U_WCHAR_IS_UTF16) || defined(U_WCHAR_IS_UTF32) || !UCONFIG_NO_CONVERSION
1209 int32_t destCapacity,
1210 int32_t *pDestLength,
1238 int32_t destCapacity,
1239 int32_t *pDestLength,
1269 int32_t destCapacity,
1270 int32_t *pDestLength,
1299 int32_t destCapacity,
1300 int32_t *pDestLength,
1343 int32_t destCapacity,
1344 int32_t *pDestLength,
1347 UChar32 subchar, int32_t *pNumSubstitutions,
1389 int32_t destCapacity,
1390 int32_t *pDestLength,
1393 UChar32 subchar, int32_t *pNumSubstitutions,
1449 int32_t destCapacity,
1450 int32_t *pDestLength,
1479 int32_t destCapacity,
1480 int32_t *pDestLength,
1509 int32_t destCapacity,
1510 int32_t *pDestLength,
1553 int32_t destCapacity,
1554 int32_t *pDestLength,
1557 UChar32 subchar, int32_t *pNumSubstitutions,
1598 int32_t destCapacity,
1599 int32_t *pDestLength,
1602 UChar32 subchar, int32_t *pNumSubstitutions,
1640 int32_t destCapacity,
1641 int32_t *pDestLength,
1689 int32_t destCapacity,
1690 int32_t *pDestLength,
1693 UChar32 subchar, int32_t *pNumSubstitutions,