33 #if U_SHOW_CPLUSPLUS_API
55 #if !UCONFIG_NO_BREAK_ITERATION
74 char16_t *dest, int32_t destCapacity,
75 const char16_t *src, int32_t srcLength,
82 class StringCharacterIterator;
83 class UnicodeStringAppendable;
97 #define US_INV icu::UnicodeString::kInvariant
116 #if !U_CHAR16_IS_TYPEDEF
117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, u ## cs, _length)
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, (const char16_t*)u ## cs, _length)
135 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
144 #ifndef UNISTR_FROM_CHAR_EXPLICIT
145 # if defined(U_COMBINED_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION) || defined(U_I18N_IMPLEMENTATION) || defined(U_IO_IMPLEMENTATION)
147 # define UNISTR_FROM_CHAR_EXPLICIT explicit
150 # define UNISTR_FROM_CHAR_EXPLICIT
164 #ifndef UNISTR_FROM_STRING_EXPLICIT
165 # if defined(U_COMBINED_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION) || defined(U_I18N_IMPLEMENTATION) || defined(U_IO_IMPLEMENTATION)
167 # define UNISTR_FROM_STRING_EXPLICIT explicit
170 # define UNISTR_FROM_STRING_EXPLICIT
207 #ifndef UNISTR_OBJECT_SIZE
208 # define UNISTR_OBJECT_SIZE 64
403 inline int8_t compare(int32_t start,
424 inline int8_t compare(int32_t start,
428 int32_t srcLength)
const;
443 int32_t srcLength)
const;
459 inline int8_t compare(int32_t start,
461 const char16_t *srcChars)
const;
480 inline int8_t compare(int32_t start,
482 const char16_t *srcChars,
484 int32_t srcLength)
const;
503 inline int8_t compareBetween(int32_t start,
507 int32_t srcLimit)
const;
526 inline int8_t compareCodePointOrder(
const UnicodeString& text)
const;
547 inline int8_t compareCodePointOrder(int32_t start,
572 inline int8_t compareCodePointOrder(int32_t start,
576 int32_t srcLength)
const;
597 int32_t srcLength)
const;
618 inline int8_t compareCodePointOrder(int32_t start,
620 const char16_t *srcChars)
const;
643 inline int8_t compareCodePointOrder(int32_t start,
645 const char16_t *srcChars,
647 int32_t srcLength)
const;
670 inline int8_t compareCodePointOrderBetween(int32_t start,
674 int32_t srcLimit)
const;
694 inline int8_t caseCompare(
const UnicodeString& text, uint32_t options)
const;
716 inline int8_t caseCompare(int32_t start,
719 uint32_t options)
const;
743 inline int8_t caseCompare(int32_t start,
748 uint32_t options)
const;
771 uint32_t options)
const;
793 inline int8_t caseCompare(int32_t start,
795 const char16_t *srcChars,
796 uint32_t options)
const;
820 inline int8_t caseCompare(int32_t start,
822 const char16_t *srcChars,
825 uint32_t options)
const;
849 inline int8_t caseCompareBetween(int32_t start,
854 uint32_t options)
const;
877 int32_t srcLength)
const;
888 int32_t srcLength)
const;
899 inline UBool startsWith(
const char16_t *srcChars,
901 int32_t srcLength)
const;
924 int32_t srcLength)
const;
935 int32_t srcLength)
const;
947 inline UBool endsWith(
const char16_t *srcChars,
949 int32_t srcLength)
const;
974 int32_t start)
const;
989 int32_t length)
const;
1011 int32_t length)
const;
1024 inline int32_t indexOf(
const char16_t *srcChars,
1026 int32_t start)
const;
1043 int32_t length)
const;
1061 int32_t indexOf(
const char16_t *srcChars,
1065 int32_t length)
const;
1074 inline int32_t indexOf(char16_t c)
const;
1084 inline int32_t indexOf(
UChar32 c)
const;
1094 inline int32_t indexOf(char16_t c,
1095 int32_t start)
const;
1106 inline int32_t indexOf(
UChar32 c,
1107 int32_t start)
const;
1119 inline int32_t indexOf(char16_t c,
1121 int32_t length)
const;
1134 inline int32_t indexOf(
UChar32 c,
1136 int32_t length)
const;
1146 inline int32_t lastIndexOf(
const UnicodeString& text)
const;
1158 int32_t start)
const;
1173 int32_t length)
const;
1195 int32_t length)
const;
1207 inline int32_t lastIndexOf(
const char16_t *srcChars,
1209 int32_t start)
const;
1226 int32_t length)
const;
1244 int32_t lastIndexOf(
const char16_t *srcChars,
1248 int32_t length)
const;
1257 inline int32_t lastIndexOf(char16_t c)
const;
1267 inline int32_t lastIndexOf(
UChar32 c)
const;
1277 inline int32_t lastIndexOf(char16_t c,
1278 int32_t start)
const;
1289 inline int32_t lastIndexOf(
UChar32 c,
1290 int32_t start)
const;
1302 inline int32_t lastIndexOf(char16_t c,
1304 int32_t length)
const;
1317 inline int32_t lastIndexOf(
UChar32 c,
1319 int32_t length)
const;
1332 inline char16_t
charAt(int32_t offset)
const;
1341 inline char16_t operator[] (int32_t offset)
const;
1371 int32_t getChar32Start(int32_t offset)
const;
1389 int32_t getChar32Limit(int32_t offset)
const;
1441 int32_t moveIndex32(int32_t index, int32_t delta)
const;
1460 inline void extract(int32_t start,
1463 int32_t dstStart = 0)
const;
1487 extract(
Char16Ptr dest, int32_t destCapacity,
1499 inline void extract(int32_t start,
1517 int32_t dstStart = 0)
const;
1552 int32_t extract(int32_t start,
1553 int32_t startLength,
1555 int32_t targetCapacity,
1556 enum EInvariant inv)
const;
1558 #if U_CHARSET_IS_UTF8 || !UCONFIG_NO_CONVERSION
1579 int32_t extract(int32_t start,
1580 int32_t startLength,
1582 uint32_t targetLength)
const;
1586 #if !UCONFIG_NO_CONVERSION
1613 inline int32_t extract(int32_t start,
1614 int32_t startLength,
1616 const char *codepage = 0)
const;
1647 int32_t extract(int32_t start,
1648 int32_t startLength,
1650 uint32_t targetLength,
1651 const char *codepage)
const;
1670 int32_t extract(
char *dest, int32_t destCapacity,
1728 template<
typename StringClass>
1762 inline int32_t
length(
void)
const;
1778 countChar32(int32_t start=0, int32_t length=
INT32_MAX)
const;
1804 hasMoreChar32Than(int32_t start, int32_t length, int32_t number)
const;
1811 inline UBool isEmpty(
void)
const;
1822 inline int32_t getCapacity(
void)
const;
1831 inline int32_t hashCode(
void)
const;
1845 inline UBool isBogus(
void)
const;
1924 friend inline
void U_EXPORT2
2044 int32_t textLength);
2067 int32_t buffCapacity);
2268 const char16_t *srcChars,
2368 const char16_t *srcChars,
2481 virtual void copy(int32_t start, int32_t limit, int32_t dest);
2597 UBool padLeading(int32_t targetLength,
2598 char16_t padChar = 0x0020);
2611 UBool padTrailing(int32_t targetLength,
2612 char16_t padChar = 0x0020);
2620 inline UBool truncate(int32_t targetLength);
2684 #if !UCONFIG_NO_BREAK_ITERATION
2839 char16_t *getBuffer(int32_t minCapacity);
2861 void releaseBuffer(int32_t newLength=-1);
2893 inline const char16_t *getBuffer()
const;
2928 const char16_t *getTerminatedBuffer();
2986 #if !U_CHAR16_IS_TYPEDEF
3001 #if U_SIZEOF_WCHAR_T==2 || defined(U_IN_DOXYGEN)
3037 int32_t textLength);
3039 #if !U_CHAR16_IS_TYPEDEF
3051 #if U_SIZEOF_WCHAR_T==2 || defined(U_IN_DOXYGEN)
3071 inline UnicodeString(
const std::nullptr_t text, int32_t textLength);
3097 int32_t textLength);
3117 UnicodeString(char16_t *buffer, int32_t buffLength, int32_t buffCapacity);
3119 #if !U_CHAR16_IS_TYPEDEF
3132 #if U_SIZEOF_WCHAR_T==2 || defined(U_IN_DOXYGEN)
3154 inline UnicodeString(std::nullptr_t buffer, int32_t buffLength, int32_t buffCapacity);
3156 #if U_CHARSET_IS_UTF8 || !UCONFIG_NO_CONVERSION
3187 UnicodeString(
const char *codepageData, int32_t dataLength);
3191 #if !UCONFIG_NO_CONVERSION
3210 UnicodeString(
const char *codepageData,
const char *codepage);
3229 UnicodeString(
const char *codepageData, int32_t dataLength,
const char *codepage);
3253 const char *src, int32_t srcLength,
3282 UnicodeString(
const char *src, int32_t textLength,
enum EInvariant inv);
3374 static UnicodeString fromUTF32(const
UChar32 *utf32, int32_t length);
3412 UnicodeString unescape() const;
3433 UChar32 unescapeAt(int32_t &offset) const;
3440 static
UClassID U_EXPORT2 getStaticClassID();
3447 virtual
UClassID getDynamicClassID() const;
3458 virtual int32_t getLength() const;
3465 virtual char16_t getCharAt(int32_t offset) const;
3472 virtual
UChar32 getChar32At(int32_t offset) const;
3483 toUTF8(int32_t start, int32_t len,
3484 char *target, int32_t capacity) const;
3490 UBool doEquals(const UnicodeString &text, int32_t len) const;
3493 doCompare(int32_t start,
3495 const UnicodeString& srcText,
3497 int32_t srcLength) const;
3499 int8_t doCompare(int32_t start,
3501 const char16_t *srcChars,
3503 int32_t srcLength) const;
3506 doCompareCodePointOrder(int32_t start,
3508 const UnicodeString& srcText,
3510 int32_t srcLength) const;
3512 int8_t doCompareCodePointOrder(int32_t start,
3514 const char16_t *srcChars,
3516 int32_t srcLength) const;
3519 doCaseCompare(int32_t start,
3521 const UnicodeString &srcText,
3524 uint32_t options) const;
3527 doCaseCompare(int32_t start,
3529 const char16_t *srcChars,
3532 uint32_t options) const;
3534 int32_t doIndexOf(char16_t c,
3536 int32_t length) const;
3540 int32_t length) const;
3542 int32_t doLastIndexOf(char16_t c,
3544 int32_t length) const;
3546 int32_t doLastIndexOf(
UChar32 c,
3548 int32_t length) const;
3550 void doExtract(int32_t start,
3553 int32_t dstStart) const;
3555 inline
void doExtract(int32_t start,
3557 UnicodeString& target) const;
3559 inline char16_t doCharAt(int32_t offset) const;
3561 UnicodeString& doReplace(int32_t start,
3563 const UnicodeString& srcText,
3567 UnicodeString& doReplace(int32_t start,
3569 const char16_t *srcChars,
3573 UnicodeString& doAppend(const UnicodeString& src, int32_t srcStart, int32_t srcLength);
3574 UnicodeString& doAppend(const char16_t *srcChars, int32_t srcStart, int32_t srcLength);
3576 UnicodeString& doReverse(int32_t start,
3580 int32_t doHashCode(
void) const;
3584 inline char16_t* getArrayStart(
void);
3585 inline const char16_t* getArrayStart(
void) const;
3587 inline
UBool hasShortLength() const;
3588 inline int32_t getShortLength() const;
3592 inline
UBool isWritable() const;
3595 inline
UBool isBufferWritable() const;
3598 inline
void setZeroLength();
3599 inline
void setShortLength(int32_t len);
3600 inline
void setLength(int32_t len);
3601 inline
void setToEmpty();
3602 inline
void setArray(char16_t *array, int32_t len, int32_t capacity);
3609 UBool allocate(int32_t capacity);
3612 void releaseArray(
void);
3618 UnicodeString ©From(const UnicodeString &src,
UBool fastCopy=false);
3621 void copyFieldsFrom(UnicodeString &src,
UBool setSrcToBogus) U_NOEXCEPT;
3624 inline
void pinIndex(int32_t& start) const;
3625 inline
void pinIndices(int32_t& start,
3626 int32_t& length) const;
3628 #if !UCONFIG_NO_CONVERSION
3631 int32_t doExtract(int32_t start, int32_t length,
3632 char *dest, int32_t destCapacity,
3646 void doCodepageCreate(
const char *codepageData,
3648 const char *codepage);
3655 doCodepageCreate(
const char *codepageData,
3673 UBool cloneArrayIfNeeded(int32_t newCapacity = -1,
3674 int32_t growCapacity = -1,
3675 UBool doCopyArray =
true,
3676 int32_t **pBufferToDelete = 0,
3677 UBool forceClone =
false);
3685 caseMap(int32_t caseLocale, uint32_t options,
3693 int32_t removeRef(
void);
3694 int32_t refCount(
void)
const;
3704 kInvalidUChar=0xffff,
3710 kUsingStackBuffer=2,
3712 kBufferIsReadonly=8,
3715 kAllStorageFlags=0x1f,
3718 kLength1=1<<kLengthShift,
3719 kMaxShortLength=0x3ff,
3720 kLengthIsLarge=0xffe0,
3723 kShortString=kUsingStackBuffer,
3724 kLongString=kRefCounted,
3725 kReadonlyAlias=kBufferIsReadonly,
3731 union StackBufferOrFields;
3732 friend union StackBufferOrFields;
3775 union StackBufferOrFields {
3779 int16_t fLengthAndFlags;
3780 char16_t fBuffer[US_STACKBUF_SIZE];
3783 int16_t fLengthAndFlags;
3802 operator+ (
const UnicodeString &s1,
const UnicodeString &s2);
3813 UnicodeString::pinIndex(int32_t& start)
const
3818 }
else if(start >
length()) {
3824 UnicodeString::pinIndices(int32_t& start,
3825 int32_t& _length)
const
3831 }
else if(start > len) {
3836 }
else if(_length > (len - start)) {
3837 _length = (len - start);
3842 UnicodeString::getArrayStart() {
3843 return (fUnion.fFields.fLengthAndFlags&kUsingStackBuffer) ?
3844 fUnion.fStackFields.fBuffer : fUnion.fFields.fArray;
3847 inline const char16_t*
3848 UnicodeString::getArrayStart()
const {
3849 return (fUnion.fFields.fLengthAndFlags&kUsingStackBuffer) ?
3850 fUnion.fStackFields.fBuffer : fUnion.fFields.fArray;
3859 fUnion.fStackFields.fLengthAndFlags=kShortString;
3863 fUnion.fStackFields.fLengthAndFlags=kShortString;
3867 fUnion.fStackFields.fLengthAndFlags=kShortString;
3871 fUnion.fStackFields.fLengthAndFlags=kShortString;
3878 UnicodeString::hasShortLength()
const {
3879 return fUnion.fFields.fLengthAndFlags>=0;
3883 UnicodeString::getShortLength()
const {
3886 return fUnion.fFields.fLengthAndFlags>>kLengthShift;
3891 return hasShortLength() ? getShortLength() : fUnion.fFields.fLength;
3896 return (fUnion.fFields.fLengthAndFlags&kUsingStackBuffer) ?
3897 US_STACKBUF_SIZE : fUnion.fFields.fCapacity;
3902 {
return doHashCode(); }
3906 {
return (
UBool)(fUnion.fFields.fLengthAndFlags & kIsBogus); }
3909 UnicodeString::isWritable()
const
3910 {
return (
UBool)!(fUnion.fFields.fLengthAndFlags&(kOpenGetBuffer|kIsBogus)); }
3913 UnicodeString::isBufferWritable()
const
3916 !(fUnion.fFields.fLengthAndFlags&(kOpenGetBuffer|kIsBogus|kBufferIsReadonly)) &&
3917 (!(fUnion.fFields.fLengthAndFlags&kRefCounted) || refCount()==1));
3920 inline const char16_t *
3922 if(fUnion.fFields.fLengthAndFlags&(kIsBogus|kOpenGetBuffer)) {
3924 }
else if(fUnion.fFields.fLengthAndFlags&kUsingStackBuffer) {
3925 return fUnion.fStackFields.fBuffer;
3927 return fUnion.fFields.fArray;
3935 UnicodeString::doCompare(int32_t start,
3937 const UnicodeString& srcText,
3939 int32_t srcLength)
const
3942 return (int8_t)!isBogus();
3944 srcText.pinIndices(srcStart, srcLength);
3945 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength);
3956 return !text.
isBogus() && len == textLength && doEquals(text, len);
3962 {
return (!
operator==(text)); }
3966 {
return doCompare(0,
length(), text, 0, text.
length()) == 1; }
3970 {
return doCompare(0,
length(), text, 0, text.
length()) == -1; }
3974 {
return doCompare(0,
length(), text, 0, text.
length()) != -1; }
3978 {
return doCompare(0,
length(), text, 0, text.
length()) != 1; }
3982 {
return doCompare(0,
length(), text, 0, text.
length()); }
3987 const UnicodeString& srcText)
const
3988 {
return doCompare(start, _length, srcText, 0, srcText.
length()); }
3992 int32_t srcLength)
const
3993 {
return doCompare(0,
length(), srcChars, 0, srcLength); }
3998 const UnicodeString& srcText,
4000 int32_t srcLength)
const
4001 {
return doCompare(start, _length, srcText, srcStart, srcLength); }
4006 const char16_t *srcChars)
const
4007 {
return doCompare(start, _length, srcChars, 0, _length); }
4012 const char16_t *srcChars,
4014 int32_t srcLength)
const
4015 {
return doCompare(start, _length, srcChars, srcStart, srcLength); }
4020 const UnicodeString& srcText,
4022 int32_t srcLimit)
const
4023 {
return doCompare(start, limit - start,
4024 srcText, srcStart, srcLimit - srcStart); }
4027 UnicodeString::doCompareCodePointOrder(int32_t start,
4029 const UnicodeString& srcText,
4031 int32_t srcLength)
const
4034 return (int8_t)!isBogus();
4036 srcText.pinIndices(srcStart, srcLength);
4037 return doCompareCodePointOrder(start, thisLength, srcText.getArrayStart(), srcStart, srcLength);
4043 {
return doCompareCodePointOrder(0,
length(), text, 0, text.
length()); }
4048 const UnicodeString& srcText)
const
4049 {
return doCompareCodePointOrder(start, _length, srcText, 0, srcText.
length()); }
4053 int32_t srcLength)
const
4054 {
return doCompareCodePointOrder(0,
length(), srcChars, 0, srcLength); }
4059 const UnicodeString& srcText,
4061 int32_t srcLength)
const
4062 {
return doCompareCodePointOrder(start, _length, srcText, srcStart, srcLength); }
4067 const char16_t *srcChars)
const
4068 {
return doCompareCodePointOrder(start, _length, srcChars, 0, _length); }
4073 const char16_t *srcChars,
4075 int32_t srcLength)
const
4076 {
return doCompareCodePointOrder(start, _length, srcChars, srcStart, srcLength); }
4081 const UnicodeString& srcText,
4083 int32_t srcLimit)
const
4084 {
return doCompareCodePointOrder(start, limit - start,
4085 srcText, srcStart, srcLimit - srcStart); }
4088 UnicodeString::doCaseCompare(int32_t start,
4090 const UnicodeString &srcText,
4093 uint32_t options)
const
4096 return (int8_t)!isBogus();
4098 srcText.pinIndices(srcStart, srcLength);
4099 return doCaseCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength, options);
4105 return doCaseCompare(0,
length(), text, 0, text.
length(), options);
4111 const UnicodeString &srcText,
4112 uint32_t options)
const {
4113 return doCaseCompare(start, _length, srcText, 0, srcText.
length(), options);
4119 uint32_t options)
const {
4120 return doCaseCompare(0,
length(), srcChars, 0, srcLength, options);
4126 const UnicodeString &srcText,
4129 uint32_t options)
const {
4130 return doCaseCompare(start, _length, srcText, srcStart, srcLength, options);
4136 const char16_t *srcChars,
4137 uint32_t options)
const {
4138 return doCaseCompare(start, _length, srcChars, 0, _length, options);
4144 const char16_t *srcChars,
4147 uint32_t options)
const {
4148 return doCaseCompare(start, _length, srcChars, srcStart, srcLength, options);
4154 const UnicodeString &srcText,
4157 uint32_t options)
const {
4158 return doCaseCompare(start, limit - start, srcText, srcStart, srcLimit - srcStart, options);
4166 int32_t _length)
const
4169 srcText.pinIndices(srcStart, srcLength);
4171 return indexOf(srcText.getArrayStart(), srcStart, srcLength, start, _length);
4179 {
return indexOf(text, 0, text.
length(), 0,
length()); }
4183 int32_t start)
const {
4185 return indexOf(text, 0, text.
length(), start,
length() - start);
4191 int32_t _length)
const
4192 {
return indexOf(text, 0, text.
length(), start, _length); }
4197 int32_t start)
const {
4199 return indexOf(srcChars, 0, srcLength, start,
length() - start);
4206 int32_t _length)
const
4207 {
return indexOf(srcChars, 0, srcLength, start, _length); }
4212 int32_t _length)
const
4213 {
return doIndexOf(c, start, _length); }
4218 int32_t _length)
const
4219 {
return doIndexOf(c, start, _length); }
4223 {
return doIndexOf(c, 0,
length()); }
4227 {
return indexOf(c, 0,
length()); }
4231 int32_t start)
const {
4233 return doIndexOf(c, start,
length() - start);
4238 int32_t start)
const {
4240 return indexOf(c, start,
length() - start);
4247 int32_t _length)
const
4248 {
return lastIndexOf(srcChars, 0, srcLength, start, _length); }
4253 int32_t start)
const {
4255 return lastIndexOf(srcChars, 0, srcLength, start,
length() - start);
4263 int32_t _length)
const
4266 srcText.pinIndices(srcStart, srcLength);
4268 return lastIndexOf(srcText.getArrayStart(), srcStart, srcLength, start, _length);
4277 int32_t _length)
const
4278 {
return lastIndexOf(text, 0, text.
length(), start, _length); }
4282 int32_t start)
const {
4284 return lastIndexOf(text, 0, text.
length(), start,
length() - start);
4289 {
return lastIndexOf(text, 0, text.
length(), 0,
length()); }
4294 int32_t _length)
const
4295 {
return doLastIndexOf(c, start, _length); }
4300 int32_t _length)
const {
4301 return doLastIndexOf(c, start, _length);
4306 {
return doLastIndexOf(c, 0,
length()); }
4310 return lastIndexOf(c, 0,
length());
4315 int32_t start)
const {
4317 return doLastIndexOf(c, start,
length() - start);
4322 int32_t start)
const {
4324 return lastIndexOf(c, start,
length() - start);
4329 {
return compare(0, text.
length(), text, 0, text.
length()) == 0; }
4334 int32_t srcLength)
const
4335 {
return doCompare(0, srcLength, srcText, srcStart, srcLength) == 0; }
4342 return doCompare(0, srcLength, srcChars, 0, srcLength) == 0;
4350 return doCompare(0, srcLength, srcChars, srcStart, srcLength) == 0;
4356 text, 0, text.
length()) == 0; }
4361 int32_t srcLength)
const {
4362 srcText.pinIndices(srcStart, srcLength);
4363 return doCompare(
length() - srcLength, srcLength,
4364 srcText, srcStart, srcLength) == 0;
4369 int32_t srcLength)
const {
4373 return doCompare(
length() - srcLength, srcLength,
4374 srcChars, 0, srcLength) == 0;
4380 int32_t srcLength)
const {
4384 return doCompare(
length() - srcLength, srcLength,
4385 srcChars, srcStart, srcLength) == 0;
4391 inline UnicodeString&
4394 const UnicodeString& srcText)
4395 {
return doReplace(start, _length, srcText, 0, srcText.
length()); }
4397 inline UnicodeString&
4400 const UnicodeString& srcText,
4403 {
return doReplace(start, _length, srcText, srcStart, srcLength); }
4405 inline UnicodeString&
4410 {
return doReplace(start, _length, srcChars, 0, srcLength); }
4412 inline UnicodeString&
4415 const char16_t *srcChars,
4418 {
return doReplace(start, _length, srcChars, srcStart, srcLength); }
4420 inline UnicodeString&
4424 {
return doReplace(start, _length, &srcChar, 0, 1); }
4426 inline UnicodeString&
4429 const UnicodeString& srcText)
4430 {
return doReplace(start, limit - start, srcText, 0, srcText.
length()); }
4432 inline UnicodeString&
4435 const UnicodeString& srcText,
4438 {
return doReplace(start, limit - start, srcText, srcStart, srcLimit - srcStart); }
4440 inline UnicodeString&
4442 const UnicodeString& newText)
4443 {
return findAndReplace(0,
length(), oldText, 0, oldText.
length(),
4444 newText, 0, newText.
length()); }
4446 inline UnicodeString&
4449 const UnicodeString& oldText,
4450 const UnicodeString& newText)
4451 {
return findAndReplace(start, _length, oldText, 0, oldText.
length(),
4452 newText, 0, newText.
length()); }
4458 UnicodeString::doExtract(int32_t start,
4460 UnicodeString& target)
const
4461 { target.
replace(0, target.
length(), *
this, start, _length); }
4467 int32_t targetStart)
const
4468 { doExtract(start, _length, target, targetStart); }
4473 UnicodeString& target)
const
4474 { doExtract(start, _length, target); }
4476 #if !UCONFIG_NO_CONVERSION
4482 const char *codepage)
const
4486 return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);
4495 int32_t dstStart)
const {
4498 doExtract(start, limit - start, dst, dstStart);
4501 inline UnicodeString
4503 return tempSubString(start, limit - start);
4507 UnicodeString::doCharAt(int32_t offset)
const
4509 if((uint32_t)offset < (uint32_t)
length()) {
4510 return getArrayStart()[offset];
4512 return kInvalidUChar;
4518 {
return doCharAt(offset); }
4522 {
return doCharAt(offset); }
4527 return (fUnion.fFields.fLengthAndFlags>>kLengthShift) == 0;
4534 UnicodeString::setZeroLength() {
4535 fUnion.fFields.fLengthAndFlags &= kAllStorageFlags;
4539 UnicodeString::setShortLength(int32_t len) {
4541 fUnion.fFields.fLengthAndFlags =
4542 (int16_t)((fUnion.fFields.fLengthAndFlags & kAllStorageFlags) | (len << kLengthShift));
4546 UnicodeString::setLength(int32_t len) {
4547 if(len <= kMaxShortLength) {
4548 setShortLength(len);
4550 fUnion.fFields.fLengthAndFlags |= kLengthIsLarge;
4551 fUnion.fFields.fLength = len;
4556 UnicodeString::setToEmpty() {
4557 fUnion.fFields.fLengthAndFlags = kShortString;
4561 UnicodeString::setArray(char16_t *array, int32_t len, int32_t capacity) {
4563 fUnion.fFields.fArray = array;
4564 fUnion.fFields.fCapacity = capacity;
4567 inline UnicodeString&
4569 {
return doReplace(0,
length(), &ch, 0, 1); }
4571 inline UnicodeString&
4573 {
return replace(0,
length(), ch); }
4575 inline UnicodeString&
4581 return doReplace(0,
length(), srcText, srcStart, srcLength);
4584 inline UnicodeString&
4589 srcText.pinIndex(srcStart);
4590 return doReplace(0,
length(), srcText, srcStart, srcText.
length() - srcStart);
4593 inline UnicodeString&
4596 return copyFrom(srcText);
4599 inline UnicodeString&
4604 return doReplace(0,
length(), srcChars, 0, srcLength);
4607 inline UnicodeString&
4611 return doReplace(0,
length(), &srcChar, 0, 1);
4614 inline UnicodeString&
4618 return replace(0,
length(), srcChar);
4621 inline UnicodeString&
4625 {
return doAppend(srcText, srcStart, srcLength); }
4627 inline UnicodeString&
4629 {
return doAppend(srcText, 0, srcText.
length()); }
4631 inline UnicodeString&
4635 {
return doAppend(srcChars, srcStart, srcLength); }
4637 inline UnicodeString&
4640 {
return doAppend(srcChars, 0, srcLength); }
4642 inline UnicodeString&
4644 {
return doAppend(&srcChar, 0, 1); }
4646 inline UnicodeString&
4648 {
return doAppend(&ch, 0, 1); }
4650 inline UnicodeString&
4655 inline UnicodeString&
4657 {
return doAppend(srcText, 0, srcText.
length()); }
4659 inline UnicodeString&
4661 const UnicodeString& srcText,
4664 {
return doReplace(start, 0, srcText, srcStart, srcLength); }
4666 inline UnicodeString&
4668 const UnicodeString& srcText)
4669 {
return doReplace(start, 0, srcText, 0, srcText.
length()); }
4671 inline UnicodeString&
4673 const char16_t *srcChars,
4676 {
return doReplace(start, 0, srcChars, srcStart, srcLength); }
4678 inline UnicodeString&
4682 {
return doReplace(start, 0, srcChars, 0, srcLength); }
4684 inline UnicodeString&
4687 {
return doReplace(start, 0, &srcChar, 0, 1); }
4689 inline UnicodeString&
4692 {
return replace(start, 0, srcChar); }
4695 inline UnicodeString&
4707 inline UnicodeString&
4711 if(start <= 0 && _length ==
INT32_MAX) {
4715 return doReplace(start, _length,
NULL, 0, 0);
4718 inline UnicodeString&
4721 {
return doReplace(start, limit - start,
NULL, 0, 0); }
4723 inline UnicodeString &
4726 return doReplace(0, start,
NULL, 0, 0);
4732 if(isBogus() && targetLength == 0) {
4736 }
else if((uint32_t)targetLength < (uint32_t)
length()) {
4737 setLength(targetLength);
4744 inline UnicodeString&
4746 {
return doReverse(0,
length()); }
4748 inline UnicodeString&
4751 {
return doReverse(start, _length); }
UnicodeString & reverse(void)
Reverse this UnicodeString in place.
#define UNISTR_OBJECT_SIZE
Desired sizeof(UnicodeString) in bytes.
char16_t charAt(int32_t offset) const
Returns the 16-bit code unit at the given offset into the text.
UnicodeString & setTo(const UnicodeString &srcText, int32_t srcStart)
Set the text in the UnicodeString object to the characters in srcText in the range [srcStart...
An Appendable implementation which writes to a UnicodeString.
EInvariant
Constant to be used in the UnicodeString(char *, int32_t, EInvariant) constructor which constructs a ...
#define U_CAPI
This is used to declare a function as a public ICU C API.
UnicodeString(const uint16_t *text, int32_t textLength)
uint16_t * constructor.
UChar32 char32At(int32_t offset) const
Returns the 32-bit code point at the given 16-bit offset into the text.
int8_t caseCompare(const UnicodeString &text, uint32_t options) const
Compare two strings case-insensitively using full case folding.
UBool operator<=(const UnicodeString &text) const
Less than or equal operator.
virtual UBool hasMetaData() const
Returns true if this object contains metadata.
UnicodeString(wchar_t *buffer, int32_t buffLength, int32_t buffCapacity)
Writable-aliasing wchar_t * constructor.
int32_t lastIndexOf(const UnicodeString &text) const
Locate in this the last occurrence of the characters in text, using bitwise comparison.
virtual void copy(int32_t start, int32_t limit, int32_t dest)=0
Copies a substring of this object, retaining metadata.
UnicodeString & retainBetween(int32_t start, int32_t limit=INT32_MAX)
Retain only the characters in the range [start, limit) from the UnicodeString object.
UBool isBogus(void) const
Determine if this object contains a valid string.
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
UNISTR_FROM_STRING_EXPLICIT UnicodeString(const uint16_t *text)
uint16_t * constructor.
UNISTR_FROM_STRING_EXPLICIT UnicodeString(const wchar_t *text)
wchar_t * constructor.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
char16_t operator[](int32_t offset) const
Return the code unit at offset offset.
int8_t compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit) const
Compare two Unicode strings in code point order.
#define U_SIZEOF_UCHAR
Number of bytes in a UChar.
UBool operator==(const UnicodeString &text) const
Equality operator.
virtual void extractBetween(int32_t start, int32_t limit, UnicodeString &target) const =0
Copies characters in the range [start, limit) into the UnicodeString target.
UnicodeString & findAndReplace(const UnicodeString &oldText, const UnicodeString &newText)
Replace all occurrences of characters in oldText with the characters in newText.
A ByteSink can be filled with bytes.
int32_t UStringCaseMapper(int32_t caseLocale, uint32_t options, icu::BreakIterator *iter, char16_t *dest, int32_t destCapacity, const char16_t *src, int32_t srcLength, icu::Edits *edits, UErrorCode &errorCode)
Internal string case mapping function type.
UBool operator!=(const UnicodeString &text) const
Inequality operator.
UBool operator>(const UnicodeString &text) const
Greater than operator.
UnicodeString & removeBetween(int32_t start, int32_t limit=(int32_t) INT32_MAX)
Remove the characters in the range [start, limit) from the UnicodeString object.
U_CAPI int32_t u_strlen(const UChar *s)
Determine the length of an array of UChar.
#define UCONFIG_NO_BREAK_ITERATION
This switch turns off break iteration.
UnicodeString tempSubStringBetween(int32_t start, int32_t limit=INT32_MAX) const
Create a temporary substring for the specified range.
Records lengths of string edits but not replacement text.
C++ API: StringPiece: Read-only byte string wrapper class.
Replaceable is an abstract base class representing a string of characters that supports the replaceme...
#define UNISTR_FROM_CHAR_EXPLICIT
This can be defined to be empty or "explicit".
void extractBetween(int32_t start, int32_t limit, char16_t *dst, int32_t dstStart=0) const
Copy the characters in the range [start, limit) into the array dst, beginning at dstStart.
StringClass & toUTF8String(StringClass &result) const
Convert the UnicodeString to UTF-8 and append the result to a standard string.
C++ API: Interface for writing bytes, and implementation classes.
UBool truncate(int32_t targetLength)
Truncate this UnicodeString to the targetLength.
U_COMMON_API UnicodeString operator+(const UnicodeString &s1, const UnicodeString &s2)
Create a new UnicodeString with the concatenation of two others.
UnicodeString()
Construct an empty UnicodeString.
int32_t getCapacity(void) const
Return the capacity of the internal buffer of the UnicodeString object.
void extract(int32_t start, int32_t length, Char16Ptr dst, int32_t dstStart=0) const
Copy the characters in the range [start, start + length) into the array dst, beginning at dstStart...
UnicodeString & insert(int32_t start, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength)
Insert the characters in srcText in the range [srcStart, srcStart + srcLength) into the UnicodeString...
The BreakIterator class implements methods for finding the location of boundaries in text...
UBool operator!=(const StringPiece &x, const StringPiece &y)
Global operator != for StringPiece.
UnicodeString(const wchar_t *text, int32_t textLength)
wchar_t * constructor.
UnicodeString & remove()
Removes all characters from the UnicodeString object and clears the bogus flag.
int32_t UChar32
Define UChar32 as a type for single Unicode code points.
#define NULL
Define NULL if necessary, to nullptr for C++ and to ((void *)0) for C.
UnicodeString & replaceBetween(int32_t start, int32_t limit, const UnicodeString &srcText)
Replace the characters in the range [start, limit) with the characters in srcText.
C++ API: Central ICU header for including the C++ standard <string> header and for related definition...
const UChar * toUCharPtr(const char16_t *p)
Converts from const char16_t * to const UChar *.
UnicodeString & append(const UnicodeString &srcText, int32_t srcStart, int32_t srcLength)
Append the characters in srcText in the range [srcStart, srcStart + srcLength) to the UnicodeString o...
UBool isEmpty(void) const
Determine if this string is empty.
int8_t compareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit) const
Compare the characters bitwise in the range [start, limit) with the characters in srcText in the rang...
const char16_t * getBuffer() const
Get a read-only pointer to the internal buffer.
UBool operator>=(const UnicodeString &text) const
Greater than or equal operator.
int8_t caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const
Compare two strings case-insensitively using full case folding.
char16_t UChar
The base type for UTF-16 code units and pointers.
UnicodeString(uint16_t *buffer, int32_t buffLength, int32_t buffCapacity)
Writable-aliasing uint16_t * constructor.
int8_t compareCodePointOrder(const UnicodeString &text) const
Compare two Unicode strings in code point order.
UBool startsWith(const UnicodeString &text) const
Determine if this starts with the characters in text
char16_t charAt(int32_t offset) const
Return the code unit at offset offset.
struct UConverter UConverter
#define INT32_MAX
The largest value a 32 bit signed integer can hold.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
UnicodeString & operator=(const UnicodeString &srcText)
Assignment operator.
int32_t indexOf(const UnicodeString &text) const
Locate in this the first occurrence of the characters in text, using bitwise comparison.
int8_t compare(const UnicodeString &text) const
Compare the characters bitwise in this UnicodeString to the characters in text.
char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types...
const char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types...
virtual void handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString &text)=0
Replaces a substring of this object with the given text.
Basic definitions for ICU, for both C and C++ APIs.
Implementation of ByteSink that writes to a "string".
UBool operator<(const UnicodeString &text) const
Less than operator.
int32_t hashCode(void) const
Generate a hash code for this object.
#define U_COMMON_API
Set to export library symbols from inside the common library, and to import them from outside...
UnicodeString & operator+=(char16_t ch)
Append operator.
int32_t length() const
Returns the number of 16-bit code units in the text.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
#define UNISTR_FROM_STRING_EXPLICIT
This can be defined to be empty or "explicit".
UBool endsWith(const UnicodeString &text) const
Determine if this ends with the characters in text
A string-like object that points to a sized piece of memory.
UnicodeString & replace(int32_t start, int32_t length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength)
Replace the characters in the range [start, start + length) with the characters in srcText in the ran...
int32_t length(void) const
Return the length of the UnicodeString object.
int8_t UBool
The ICU boolean type, a signed-byte integer.
C++ API: char16_t pointer wrappers with implicit conversion from bit-compatible raw pointer types...
A Locale object represents a specific geographical, political, or cultural region.
C++ API: Replaceable String.