/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 59 safe_VkApplicationInfo::safe_VkApplicationInfo(const safe_VkApplicationInfo& src) in safe_VkApplicationInfo() 70 safe_VkApplicationInfo& safe_VkApplicationInfo::operator=(const safe_VkApplicationInfo& src) in operator =() 109 void safe_VkApplicationInfo::initialize(const safe_VkApplicationInfo* src) in initialize() 149 safe_VkInstanceCreateInfo::safe_VkInstanceCreateInfo(const safe_VkInstanceCreateInfo& src) in safe_VkInstanceCreateInfo() 171 …fe_VkInstanceCreateInfo& safe_VkInstanceCreateInfo::operator=(const safe_VkInstanceCreateInfo& src) in operator =() 256 void safe_VkInstanceCreateInfo::initialize(const safe_VkInstanceCreateInfo* src) in initialize() 292 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks(const safe_VkAllocationCallbacks& src) in safe_VkAllocationCallbacks() 302 …VkAllocationCallbacks& safe_VkAllocationCallbacks::operator=(const safe_VkAllocationCallbacks& src) in operator =() 331 void safe_VkAllocationCallbacks::initialize(const safe_VkAllocationCallbacks* src) in initialize() 360 safe_VkDeviceQueueCreateInfo::safe_VkDeviceQueueCreateInfo(const safe_VkDeviceQueueCreateInfo& src) in safe_VkDeviceQueueCreateInfo() [all …]
|
/external/angle/src/image_util/ |
D | imageformats.cpp | 17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() 26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor() 36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() 44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor() 52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor() 57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor() 67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor() 75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor() 85 void L8A8::readColor(gl::ColorF *dst, const L8A8 *src) in readColor() 94 void L8A8::writeColor(L8A8 *dst, const gl::ColorF *src) in writeColor() [all …]
|
/external/clang/test/CodeGen/ |
D | arm64-lanes.c | 6 int8_t test_vdupb_lane_s8(int8x8_t src) { in test_vdupb_lane_s8() 16 uint8_t test_vdupb_lane_u8(uint8x8_t src) { in test_vdupb_lane_u8() 26 int16_t test_vduph_lane_s16(int16x4_t src) { in test_vduph_lane_s16() 40 uint16_t test_vduph_lane_u16(uint16x4_t src) { in test_vduph_lane_u16() 54 int32_t test_vdups_lane_s32(int32x2_t src) { in test_vdups_lane_s32() 68 uint32_t test_vdups_lane_u32(uint32x2_t src) { in test_vdups_lane_u32() 82 float32_t test_vdups_lane_f32(float32x2_t src) { in test_vdups_lane_f32() 96 int64_t test_vdupd_lane_s64(int64x1_t src) { in test_vdupd_lane_s64() 107 uint64_t test_vdupd_lane_u64(uint64x1_t src) { in test_vdupd_lane_u64() 118 float64_t test_vdupd_lane_f64(float64x1_t src) { in test_vdupd_lane_f64()
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86InstComments.cpp | 24 #define CASE_SSE_INS_COMMON(Inst, src) \ argument 27 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument 30 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument 33 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument 36 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument 41 #define CASE_MOVDUP(Inst, src) \ argument 49 #define CASE_MASK_MOVDUP(Inst, src) \ argument 54 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument 59 #define CASE_PMOVZX(Inst, src) \ argument 67 #define CASE_MASK_PMOVZX(Inst, src) \ argument [all …]
|
/external/angle/src/tests/gl_tests/ |
D | TextureUploadFormatTest.cpp | 324 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<8>(srcVals[0])), in TEST_P() local 350 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<7>(srcVals[0])), in TEST_P() local 364 constexpr uint16_t src[] = {static_cast<uint16_t>((EncodeNormUint<5>(srcVals[0]) << 11) | in TEST_P() local 375 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local 386 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local 396 constexpr uint32_t src[] = { in TEST_P() local 408 constexpr uint32_t src[] = { in TEST_P() local 418 const uint16_t src[] = {static_cast<uint16_t>(EncodeNormUint<16>(srcVals[0]))}; in TEST_P() local 426 constexpr uint32_t src[] = {EncodeNormUint<32>(srcVals[0])}; in TEST_P() local 436 constexpr uint32_t src[] = {EncodeNormUint<24>(srcVals[0]) << 8}; in TEST_P() local [all …]
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_unpack.c | 59 uint32_t *src = (uint32_t *)void_src; in unpack_float_a8b8g8r8_unorm() local 82 uint32_t *src = (uint32_t *)void_src; in unpack_float_x8b8g8r8_unorm() local 103 uint32_t *src = (uint32_t *)void_src; in unpack_float_r8g8b8a8_unorm() local 126 uint32_t *src = (uint32_t *)void_src; in unpack_float_r8g8b8x8_unorm() local 147 uint32_t *src = (uint32_t *)void_src; in unpack_float_b8g8r8a8_unorm() local 170 uint32_t *src = (uint32_t *)void_src; in unpack_float_b8g8r8x8_unorm() local 191 uint32_t *src = (uint32_t *)void_src; in unpack_float_a8r8g8b8_unorm() local 214 uint32_t *src = (uint32_t *)void_src; in unpack_float_x8r8g8b8_unorm() local 235 uint16_t *src = (uint16_t *)void_src; in unpack_float_b5g6r5_unorm() local 256 uint16_t *src = (uint16_t *)void_src; in unpack_float_r5g6b5_unorm() local [all …]
|
/external/skia/src/images/ |
D | SkImageEncoderFns.h | 19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() 23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() 31 static void skcms(char* dst, const char* src, int n, in skcms() 38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() 44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() 50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() 56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() 62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() 68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() 74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86InstComments.cpp | 25 #define CASE_SSE_INS_COMMON(Inst, src) \ argument 28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument 31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument 34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument 37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument 42 #define CASE_MOVDUP(Inst, src) \ argument 50 #define CASE_MASK_MOVDUP(Inst, src) \ argument 55 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument 60 #define CASE_PMOVZX(Inst, src) \ argument 68 #define CASE_MASK_PMOVZX(Inst, src) \ argument [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_ext_inst_debug_test.cpp | 284 const std::string src = R"( in TEST_F() local 302 const std::string src = R"( in TEST_F() local 321 const std::string src = R"( in TEST_F() local 346 const std::string src = R"( in TEST_F() local 372 const std::string src = R"( in TEST_P() local 411 const std::string src = R"( in TEST_P() local 464 const std::string src = R"( in TEST_F() local 493 const std::string src = R"( in TEST_F() local 523 const std::string src = R"( in TEST_F() local 563 const std::string src = R"( in TEST_F() local [all …]
|
/external/clang/INPUTS/ |
D | stpcpy-test.c | 3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) &… argument 4 #define stpcpy(dest, src) __stpcpy (dest, src) argument 5 #define __stpcpy_args(src) __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SM… argument 7 #define __mempcpy(dest, src, n) (__extension__ (__builtin_constant_p (src) && __builtin_constant_p … argument 8 #define mempcpy(dest, src, n) __mempcpy (dest, src, n) argument 9 #define __mempcpy_args(src) ((char *) (src))[0], ((char *) (src))[2], ((char *) (src))[4], ((char *… argument 11 #define __STRING2_SMALL_GET16(src, idx) (((__const unsigned char *) (__const char *) (src))[idx + 1… argument 13 #define __STRING2_SMALL_GET32(src, idx) (((((__const unsigned char *) (__const char *) (src))[idx +… argument
|
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
D | ReferenceBlend.kt | 51 BlendingMode.SRC -> blendEachPair { src, _ -> src } in <lambda>() method 53 BlendingMode.SRC_OVER -> blendEachPair { src, dst -> blendOver(src, dst) } in <lambda>() method 54 BlendingMode.DST_OVER -> blendEachPair { src, dst -> blendOver(dst, src) } in <lambda>() method 55 BlendingMode.SRC_IN -> blendEachPair { src, dst -> blendIn(src, dst) } in <lambda>() method 56 BlendingMode.DST_IN -> blendEachPair { src, dst -> blendIn(dst, src) } in <lambda>() method 57 BlendingMode.SRC_OUT -> blendEachPair { src, dst -> blendOut(src, dst) } in <lambda>() method 58 BlendingMode.DST_OUT -> blendEachPair { src, dst -> blendOut(dst, src) } in <lambda>() method 59 BlendingMode.SRC_ATOP -> blendEachPair { src, dst -> blendAtop(src, dst) } in <lambda>() method 60 BlendingMode.DST_ATOP -> blendEachPair { src, dst -> blendAtop(dst, src) } in <lambda>() method 61 BlendingMode.XOR -> blendEachPair { src, dst -> src xor dst } in <lambda>() method [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/ |
D | README.md | 30 ### From the Google Maven repository 32 #### 1. Add ExoPlayer module dependencies 80 #### 2. Turn on Java 8 support 92 #### 3. Enable multidex 98 ### Locally 133 #### Project branches 139 #### Using Android Studio
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/ |
D | README.md | 30 ### From the Google Maven repository 32 #### 1. Add ExoPlayer module dependencies 80 #### 2. Turn on Java 8 support 92 #### 3. Enable multidex 98 ### Locally 131 #### Project branches 137 #### Using Android Studio
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_ext_inst_debug_test.cpp | 284 const std::string src = R"( in TEST_F() local 302 const std::string src = R"( in TEST_F() local 321 const std::string src = R"( in TEST_F() local 346 const std::string src = R"( in TEST_F() local 372 const std::string src = R"( in TEST_P() local 411 const std::string src = R"( in TEST_P() local 464 const std::string src = R"( in TEST_F() local 493 const std::string src = R"( in TEST_F() local 523 const std::string src = R"( in TEST_F() local 563 const std::string src = R"( in TEST_F() local [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_ext_inst_debug_test.cpp | 284 const std::string src = R"( in TEST_F() local 302 const std::string src = R"( in TEST_F() local 321 const std::string src = R"( in TEST_F() local 346 const std::string src = R"( in TEST_F() local 372 const std::string src = R"( in TEST_P() local 411 const std::string src = R"( in TEST_P() local 464 const std::string src = R"( in TEST_F() local 493 const std::string src = R"( in TEST_F() local 523 const std::string src = R"( in TEST_F() local 563 const std::string src = R"( in TEST_F() local [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmsalpha.c | 65 void copy8(void* dst, const void* src) in copy8() 71 void from8to16(void* dst, const void* src) in from8to16() 78 void from8toFLT(void* dst, const void* src) in from8toFLT() 84 void from8toDBL(void* dst, const void* src) in from8toDBL() 90 void from8toHLF(void* dst, const void* src) in from8toHLF() 104 void from16to8(void* dst, const void* src) in from16to8() 111 void copy16(void* dst, const void* src) in copy16() 116 void from16toFLT(void* dst, const void* src) in from16toFLT() 121 void from16toDBL(void* dst, const void* src) in from16toDBL() 127 void from16toHLF(void* dst, const void* src) in from16toHLF() [all …]
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
D | PropertyChangeSupportTest.java | 64 Object src = new Object(); in testConstructor_Normal() local 73 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Normal() local 109 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Null() local 122 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Duplicate() local 140 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local 176 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullListener() local 194 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() local 213 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate() local 247 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Normal() local 283 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Null() local [all …]
|
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 80 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 93 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 110 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() 157 static void premul_should_swapRB(bool kSwapRB, uint32_t* dst, const uint32_t* src, int count) { in premul_should_swapRB() 193 /*not static*/ inline void RGBA_to_rgbA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA() 197 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA() [all …]
|
/external/icu/libicu/cts_headers/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/icu/icu4c/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.cpp | 295 void AssemblerX8632::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() 307 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() 319 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov() 348 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx() 357 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx() 366 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx() 375 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx() 384 void AssemblerX8632::lea(Type Ty, GPRRegister dst, const AsmAddress &src) { in lea() 394 GPRRegister src) { in cmov() 406 const AsmAddress &src) { in cmov() [all …]
|
D | IceAssemblerX8664.cpp | 278 void AssemblerX8664::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() 291 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() 304 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov() 349 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx() 366 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx() 383 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx() 397 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx() 411 void AssemblerX8664::lea(Type Ty, GPRRegister dst, const AsmAddress &src) { in lea() 422 GPRRegister src) { in cmov() 435 const AsmAddress &src) { in cmov() [all …]
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 391 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor() 396 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor1() 401 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2() 406 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3() 411 inline UnicodeString icu_assign_helper(const UChar* src,int32_t srcLen) in icu_assign_helper() 417 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) in assign() 422 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1() 427 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) in assign2() 432 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch() 438 inline void catenate(const UChar* src,int32_t srcLen, UnicodeString s0) in catenate() [all …]
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 289 struct x86_reg src ) in emit_op_modrm() 651 struct x86_reg src ) in x86_mov() 675 struct x86_reg src ) in x86_mov16() 684 struct x86_reg src ) in x86_mov8() 692 struct x86_reg src ) in x64_mov64() 716 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx8() 723 void x86_movzx16(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx16() 732 struct x86_reg src, in x86_cmovcc() 742 struct x86_reg src ) in x86_xor() 750 struct x86_reg src ) in x86_cmp() [all …]
|
/external/libchrome/base/strings/ |
D | old_utf_string_conversions.cc | 21 void PrepareForUTF8Output(const CHAR* src, in PrepareForUTF8Output() 37 void PrepareForUTF16Or32Output(const char* src, in PrepareForUTF16Or32Output() 62 bool ConvertUnicode(const SRC_CHAR* src, size_t src_len, DEST_STRING* output) { in ConvertUnicode() 83 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() 104 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() 130 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16() 139 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() 150 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16() 164 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() 184 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16() [all …]
|