Searched refs:appendTwoBytes (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | bytesinkutil.h | 46 static void appendTwoBytes(UChar32 c, ByteSink &sink);
|
H A D | bytesinkutil.cpp | 90 ByteSinkUtil::appendTwoBytes(UChar32 c, ByteSink &sink) { in appendTwoBytes() function in ByteSinkUtil
|
H A D | ucasemap.cpp | 260 ByteSinkUtil::appendTwoBytes(c + d, sink); in toLower() 368 ByteSinkUtil::appendTwoBytes(c + d, sink); in toUpper() 773 ByteSinkUtil::appendTwoBytes(upper, sink); in toUpper()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | bytesinkutil.h | 46 static void appendTwoBytes(UChar32 c, ByteSink &sink);
|
H A D | bytesinkutil.cpp | 90 ByteSinkUtil::appendTwoBytes(UChar32 c, ByteSink &sink) { in appendTwoBytes() function in ByteSinkUtil
|
H A D | ucasemap.cpp | 260 ByteSinkUtil::appendTwoBytes(c + d, sink); in toLower() 368 ByteSinkUtil::appendTwoBytes(c + d, sink); in toUpper() 778 ByteSinkUtil::appendTwoBytes(upper, sink); in toUpper()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytesinkutil.h | 43 static void appendTwoBytes(UChar32 c, ByteSink &sink);
|
H A D | bytesinkutil.cpp | 90 ByteSinkUtil::appendTwoBytes(UChar32 c, ByteSink &sink) { in appendTwoBytes() function in ByteSinkUtil
|
H A D | ucasemap.cpp | 261 ByteSinkUtil::appendTwoBytes(c + d, sink); in toLower() 369 ByteSinkUtil::appendTwoBytes(c + d, sink); in toUpper() 688 ByteSinkUtil::appendTwoBytes(upper, sink); in toUpper()
|
Completed in 8 milliseconds