Home
last modified time | relevance | path

Searched refs:getCharPtr (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp41 getCharPtr()[i] = 1; in FormattedStringBuilder()
91 uprv_memcpy2(getCharPtr(), other.getCharPtr(), sizeof(char16_t) * capacity); in operator =()
104 return u_countChar32(getCharPtr() + fZero, fLength); in codePointCount()
112 U16_GET(getCharPtr() + fZero, 0, 0, fLength, cp); in getFirstCodePoint()
121 U16_BACK_1(getCharPtr() + fZero, 0, offset); in getLastCodePoint()
123 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp); in getLastCodePoint()
129 U16_GET(getCharPtr() + fZero, 0, index, fLength, cp); in codePointAt()
135 U16_BACK_1(getCharPtr() + fZero, 0, offset); in codePointBefore()
137 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp); in codePointBefore()
156 getCharPtr()[position] = (char16_t) codePoint; in insertCodePoint()
[all …]
Dformatted_string_builder.h82 return getCharPtr()[fZero + index]; in charAt()
191 inline char16_t *getCharPtr() { in getCharPtr() function
195 inline const char16_t *getCharPtr() const { in getCharPtr() function
Dformattedval_sbimpl.cpp325 fString.getCharPtr() + fString.fZero, in trimBack()
332 fString.getCharPtr() + fString.fZero + start, in trimFront()
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp41 getCharPtr()[i] = 1; in FormattedStringBuilder()
91 uprv_memcpy2(getCharPtr(), other.getCharPtr(), sizeof(char16_t) * capacity); in operator =()
104 return u_countChar32(getCharPtr() + fZero, fLength); in codePointCount()
112 U16_GET(getCharPtr() + fZero, 0, 0, fLength, cp); in getFirstCodePoint()
121 U16_BACK_1(getCharPtr() + fZero, 0, offset); in getLastCodePoint()
123 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp); in getLastCodePoint()
129 U16_GET(getCharPtr() + fZero, 0, index, fLength, cp); in codePointAt()
135 U16_BACK_1(getCharPtr() + fZero, 0, offset); in codePointBefore()
137 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp); in codePointBefore()
156 getCharPtr()[position] = (char16_t) codePoint; in insertCodePoint()
[all …]
Dformatted_string_builder.h82 return getCharPtr()[fZero + index]; in charAt()
191 inline char16_t *getCharPtr() { in getCharPtr() function
195 inline const char16_t *getCharPtr() const { in getCharPtr() function
Dformattedval_sbimpl.cpp330 fString.getCharPtr() + fString.fZero, in trimBack()
337 fString.getCharPtr() + fString.fZero + start, in trimFront()
/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.cpp41 getCharPtr()[i] = 1; in FormattedStringBuilder()
91 uprv_memcpy2(getCharPtr(), other.getCharPtr(), sizeof(char16_t) * capacity); in operator =()
104 return u_countChar32(getCharPtr() + fZero, fLength); in codePointCount()
112 U16_GET(getCharPtr() + fZero, 0, 0, fLength, cp); in getFirstCodePoint()
121 U16_BACK_1(getCharPtr() + fZero, 0, offset); in getLastCodePoint()
123 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp); in getLastCodePoint()
129 U16_GET(getCharPtr() + fZero, 0, index, fLength, cp); in codePointAt()
135 U16_BACK_1(getCharPtr() + fZero, 0, offset); in codePointBefore()
137 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp); in codePointBefore()
156 getCharPtr()[position] = (char16_t) codePoint; in insertCodePoint()
[all …]
Dformatted_string_builder.h82 return getCharPtr()[fZero + index]; in charAt()
191 inline char16_t *getCharPtr() { in getCharPtr() function
195 inline const char16_t *getCharPtr() const { in getCharPtr() function
Dformattedval_sbimpl.cpp325 fString.getCharPtr() + fString.fZero, in trimBack()
332 fString.getCharPtr() + fString.fZero + start, in trimFront()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_stringbuilder.cpp82 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 …]
Dnumber_stringbuilder.h51 return getCharPtr()[fZero + index]; in charAt()
118 inline char16_t *getCharPtr() { in getCharPtr() function
122 inline const char16_t *getCharPtr() const { in getCharPtr() function
/third_party/chromium/patch/
D0001-cve.patch72905 + char16_t *oldChars = getCharPtr();
72973 + uprv_memmove2(getCharPtr() + position,
72974 + getCharPtr() + position + count,
73097 char16_t *oldChars = getCharPtr();
73165 uprv_memmove2(getCharPtr() + position,
73166 getCharPtr() + position + count,