/third_party/skia/third_party/externals/icu/source/common/ |
D | bytesinkutil.h | 49 if (length > 0) { appendNonEmptyUnchanged(s, length, sink, options, edits); } in appendUnchanged() 58 static void appendNonEmptyUnchanged(const uint8_t *s, int32_t length,
|
D | bytesinkutil.cpp | 97 ByteSinkUtil::appendNonEmptyUnchanged(const uint8_t *s, int32_t length, in appendNonEmptyUnchanged() function in ByteSinkUtil 119 appendNonEmptyUnchanged(s, length, sink, options, edits); in appendUnchanged()
|
D | ustrcase.cpp | 140 appendNonEmptyUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged() function 163 return appendNonEmptyUnchanged(dest, destIndex, destCapacity, s, length, options, edits); in appendUnchanged()
|
/third_party/icu/icu4c/source/common/ |
D | bytesinkutil.h | 52 if (length > 0) { appendNonEmptyUnchanged(s, length, sink, options, edits); } in appendUnchanged() 61 static void appendNonEmptyUnchanged(const uint8_t *s, int32_t length,
|
D | bytesinkutil.cpp | 97 ByteSinkUtil::appendNonEmptyUnchanged(const uint8_t *s, int32_t length, in appendNonEmptyUnchanged() function in ByteSinkUtil 119 appendNonEmptyUnchanged(s, length, sink, options, edits); in appendUnchanged()
|
D | ustrcase.cpp | 146 appendNonEmptyUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged() function 169 return appendNonEmptyUnchanged(dest, destIndex, destCapacity, s, length, options, edits); in appendUnchanged()
|
/third_party/node/deps/icu-small/source/common/ |
D | bytesinkutil.h | 52 if (length > 0) { appendNonEmptyUnchanged(s, length, sink, options, edits); } in appendUnchanged() 61 static void appendNonEmptyUnchanged(const uint8_t *s, int32_t length,
|
D | bytesinkutil.cpp | 97 ByteSinkUtil::appendNonEmptyUnchanged(const uint8_t *s, int32_t length, in appendNonEmptyUnchanged() function in ByteSinkUtil 119 appendNonEmptyUnchanged(s, length, sink, options, edits); in appendUnchanged()
|
D | ustrcase.cpp | 146 appendNonEmptyUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged() function 169 return appendNonEmptyUnchanged(dest, destIndex, destCapacity, s, length, options, edits); in appendUnchanged()
|