/third_party/icu/icu4c/source/i18n/ |
D | formatted_string_builder.cpp | 41 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 …]
|
D | formatted_string_builder.h | 82 return getCharPtr()[fZero + index]; in charAt() 191 inline char16_t *getCharPtr() { in getCharPtr() function 195 inline const char16_t *getCharPtr() const { in getCharPtr() function
|
D | formattedval_sbimpl.cpp | 325 fString.getCharPtr() + fString.fZero, in trimBack() 332 fString.getCharPtr() + fString.fZero + start, in trimFront()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | formatted_string_builder.cpp | 41 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 …]
|
D | formatted_string_builder.h | 82 return getCharPtr()[fZero + index]; in charAt() 191 inline char16_t *getCharPtr() { in getCharPtr() function 195 inline const char16_t *getCharPtr() const { in getCharPtr() function
|
D | formattedval_sbimpl.cpp | 330 fString.getCharPtr() + fString.fZero, in trimBack() 337 fString.getCharPtr() + fString.fZero + start, in trimFront()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | formatted_string_builder.cpp | 41 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 …]
|
D | formatted_string_builder.h | 82 return getCharPtr()[fZero + index]; in charAt() 191 inline char16_t *getCharPtr() { in getCharPtr() function 195 inline const char16_t *getCharPtr() const { in getCharPtr() function
|
D | formattedval_sbimpl.cpp | 325 fString.getCharPtr() + fString.fZero, in trimBack() 332 fString.getCharPtr() + fString.fZero + start, in trimFront()
|
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 72905 + 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,
|