Searched refs:appendNonEmptyUnchanged (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/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()
|