Searched refs:getCharPtr (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | number_stringbuilder.cpp | 82 uprv_memcpy2(getCharPtr(), other.getCharPtr(), sizeof(char16_t) * capacity); in operator =() 95 return u_countChar32(getCharPtr() + fZero, fLength); in codePointCount() 103 U16_GET(getCharPtr() + fZero, 0, 0, fLength, cp); in getFirstCodePoint() 112 U16_BACK_1(getCharPtr() + fZero, 0, offset); in getLastCodePoint() 114 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp); in getLastCodePoint() 120 U16_GET(getCharPtr() + fZero, 0, index, fLength, cp); in codePointAt() 126 U16_BACK_1(getCharPtr() + fZero, 0, offset); in codePointBefore() 128 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp); in codePointBefore() 151 getCharPtr()[position] = (char16_t) codePoint; in insertCodePoint() 154 getCharPtr()[position] = U16_LEAD(codePoint); in insertCodePoint() [all …]
|
D | number_stringbuilder.h | 51 return getCharPtr()[fZero + index]; in charAt() 118 inline char16_t *getCharPtr() { in getCharPtr() function 122 inline const char16_t *getCharPtr() const { in getCharPtr() function
|