Home
last modified time | relevance | path

Searched refs:toBase64 (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducnv_u7.cpp133 toBase64[64]={ variable
495 U_ASSERT(bits<=UPRV_LENGTHOF(toBase64)); in _UTF7FromUnicodeWithOffsets()
569 *target++=toBase64[bits]; in _UTF7FromUnicodeWithOffsets()
601 *target++=toBase64[c>>10]; in _UTF7FromUnicodeWithOffsets()
603 *target++=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets()
612 cnv->charErrorBuffer[0]=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets()
620 *target++=toBase64[bits|(c>>14)]; in _UTF7FromUnicodeWithOffsets()
622 *target++=toBase64[(c>>8)&0x3f]; in _UTF7FromUnicodeWithOffsets()
624 *target++=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets()
635 cnv->charErrorBuffer[0]=toBase64[( in _UTF7FromUnicodeWithOffsets()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u7.cpp133 toBase64[64]={ variable
495 U_ASSERT(bits<=UPRV_LENGTHOF(toBase64)); in _UTF7FromUnicodeWithOffsets()
569 *target++=toBase64[bits]; in _UTF7FromUnicodeWithOffsets()
601 *target++=toBase64[c>>10]; in _UTF7FromUnicodeWithOffsets()
603 *target++=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets()
612 cnv->charErrorBuffer[0]=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets()
620 *target++=toBase64[bits|(c>>14)]; in _UTF7FromUnicodeWithOffsets()
622 *target++=toBase64[(c>>8)&0x3f]; in _UTF7FromUnicodeWithOffsets()
624 *target++=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets()
635 cnv->charErrorBuffer[0]=toBase64[( in _UTF7FromUnicodeWithOffsets()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u7.cpp133 toBase64[64]={ variable
495 U_ASSERT(bits<=UPRV_LENGTHOF(toBase64)); in _UTF7FromUnicodeWithOffsets()
569 *target++=toBase64[bits]; in _UTF7FromUnicodeWithOffsets()
601 *target++=toBase64[c>>10]; in _UTF7FromUnicodeWithOffsets()
603 *target++=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets()
612 cnv->charErrorBuffer[0]=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets()
620 *target++=toBase64[bits|(c>>14)]; in _UTF7FromUnicodeWithOffsets()
622 *target++=toBase64[(c>>8)&0x3f]; in _UTF7FromUnicodeWithOffsets()
624 *target++=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets()
635 cnv->charErrorBuffer[0]=toBase64[( in _UTF7FromUnicodeWithOffsets()
[all...]
/third_party/node/test/fixtures/wpt/url/
H A Dpercent-encoding.window.js19 frame.src = `resources/percent-encoding.py?encoding=${encoding}&value=${toBase64(testUnit.input)}`;
28 function toBase64(input) { function
/third_party/node/src/inspector/
H A Dnode_string.h99 String toBase64() const { UNREACHABLE(); } in toBase64() function in node::inspector::protocol::Binary
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.h51 String toBase64() const;
H A Dstring-util.cc34 String Binary::toBase64() const { in toBase64() function in v8_inspector::protocol::Binary
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp227 inline Base64Formatter toBase64 (const deUint8* bytes, int numBytes) { return Base64Formatter(bytes, numBytes); } in toBase64() function
271 << toBase64(&image.data[0], (int)image.data.size()) in writeResultItem()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp275 inline Base64Formatter toBase64(const deUint8* bytes, int numBytes) {return Base64Formatter(bytes, numBytes); } in toBase64() function
281 PRINT_SPACE _OUT << "\"" << s << "\"" << " : " << "\"" << toBase64((deUint8*)o, oSize) << "\"" << (commaNeeded ? "," : "") << std::endl; in print_void_data()
[all...]

Completed in 62 milliseconds