Home | History | Annotate | Download | only in unicode

Lines Matching full:uchar32

141  * If explicit, then the UnicodeString(UChar) and UnicodeString(UChar32)
239 * in the range 0..0x10ffff. ICU uses the UChar32 type for code points.</p>
1082 inline int32_t indexOf(UChar32 c) const;
1104 inline int32_t indexOf(UChar32 c,
1132 inline int32_t indexOf(UChar32 c,
1265 inline int32_t lastIndexOf(UChar32 c) const;
1287 inline int32_t lastIndexOf(UChar32 c,
1315 inline int32_t lastIndexOf(UChar32 c,
1352 UChar32 char32At(int32_t offset) const;
1754 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const;
1966 inline UnicodeString& operator= (UChar32 ch);
2038 UnicodeString& setTo(UChar32 srcChar);
2121 * s.setTo((UChar32)-1); // set to a pseudo code point that is out of range, or
2161 inline UnicodeString& operator+= (UChar32 ch);
2242 UnicodeString& append(UChar32 srcChar);
2327 UChar32 srcChar);
2437 UnicodeString& replace(int32_t start, int32_t length, UChar32 srcChar);
2975 UnicodeString(int32_t capacity, UChar32 c, int32_t count);
2989 * Single UChar32 (code point) constructor.
2997 UNISTR_FROM_CHAR_EXPLICIT UnicodeString(UChar32 ch);
3293 static UnicodeString fromUTF32(const UChar32 *utf32, int32_t length);
3352 UChar32 unescapeAt(int32_t &offset) const;
3391 virtual UChar32 getChar32At(int32_t offset) const;
3457 int32_t doIndexOf(UChar32 c,
3465 int32_t doLastIndexOf(UChar32 c,
4120 UnicodeString::indexOf(UChar32 c,
4130 UnicodeString::indexOf(UChar32 c) const
4141 UnicodeString::indexOf(UChar32 c,
4202 UnicodeString::lastIndexOf(UChar32 c,
4213 UnicodeString::lastIndexOf(UChar32 c) const {
4225 UnicodeString::lastIndexOf(UChar32 c,
4476 UnicodeString::operator= (UChar32 ch)
4519 UnicodeString::setTo(UChar32 srcChar)
4555 UnicodeString::operator+= (UChar32 ch) {
4595 UChar32 srcChar)