Loading...
indexOf
UnicodeSet::indexOf()
UnicodeString::indexOf(const UnicodeString &text) const
UnicodeString::indexOf(const UnicodeString &text, int32_t start) const
UnicodeString::indexOf(const UnicodeString &text, int32_t start, int32_t length) const
UnicodeString::indexOf(const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const
UnicodeString::indexOf(const UChar *srcChars, int32_t srcLength, int32_t start) const
UnicodeString::indexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t length) const
UnicodeString::indexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const
UnicodeString::indexOf(UChar c) const
UnicodeString::indexOf(UChar32 c) const
UnicodeString::indexOf(UChar c, int32_t start) const
UnicodeString::indexOf(UChar32 c, int32_t start) const
UnicodeString::indexOf(UChar c, int32_t start, int32_t length) const
UnicodeString::indexOf(UChar32 c, int32_t start, int32_t length) const
insert
UnicodeString::insert(int32_t start, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength)
UnicodeString::insert(int32_t start, const UnicodeString &srcText)
UnicodeString::insert(int32_t start, const UChar *srcChars, int32_t srcStart, int32_t srcLength)
UnicodeString::insert(int32_t start, const UChar *srcChars, int32_t srcLength)
UnicodeString::insert(int32_t start, UChar srcChar)
UnicodeString::insert(int32_t start, UChar32 srcChar)
Searching...
No Matches