Home | History | Annotate | Download | only in unicode

Lines Matching full:uchar32

142  * If explicit, then the UnicodeString(UChar) and UnicodeString(UChar32)
191 * in the range 0..0x10ffff. ICU uses the UChar32 type for code points.</p>
1034 inline int32_t indexOf(UChar32 c) const;
1056 inline int32_t indexOf(UChar32 c,
1084 inline int32_t indexOf(UChar32 c,
1217 inline int32_t lastIndexOf(UChar32 c) const;
1239 inline int32_t lastIndexOf(UChar32 c,
1267 inline int32_t lastIndexOf(UChar32 c,
1304 UChar32 char32At(int32_t offset) const;
1706 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const;
1859 inline UnicodeString& operator= (UChar32 ch);
1931 UnicodeString& setTo(UChar32 srcChar);
2014 * s.setTo((UChar32)-1); // set to a pseudo code point that is out of range, or
2054 inline UnicodeString& operator+= (UChar32 ch);
2135 UnicodeString& append(UChar32 srcChar);
2220 UChar32 srcChar);
2330 UnicodeString& replace(int32_t start, int32_t length, UChar32 srcChar);
2868 UnicodeString(int32_t capacity, UChar32 c, int32_t count);
2882 * Single UChar32 (code point) constructor.
2890 UNISTR_FROM_CHAR_EXPLICIT UnicodeString(UChar32 ch);
3163 static UnicodeString fromUTF32(const UChar32 *utf32, int32_t length);
3222 UChar32 unescapeAt(int32_t &offset) const;
3261 virtual UChar32 getChar32At(int32_t offset) const;
3327 int32_t doIndexOf(UChar32 c,
3335 int32_t doLastIndexOf(UChar32 c,
3943 UnicodeString::indexOf(UChar32 c,
3953 UnicodeString::indexOf(UChar32 c) const
3964 UnicodeString::indexOf(UChar32 c,
4025 UnicodeString::lastIndexOf(UChar32 c,
4036 UnicodeString::lastIndexOf(UChar32 c) const {
4048 UnicodeString::lastIndexOf(UChar32 c,
4287 UnicodeString::operator= (UChar32 ch)
4330 UnicodeString::setTo(UChar32 srcChar)
4366 UnicodeString::operator+= (UChar32 ch) {
4406 UChar32 srcChar)