Searched refs:utf16_len (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ppapi/thunk/ |
D | ppb_char_set_thunk.cc | 16 const uint16_t* utf16, uint32_t utf16_len, in UTF16ToCharSetDeprecated() argument 27 utf16, utf16_len, output_char_set, on_error, output_length); in UTF16ToCharSetDeprecated() 31 uint32_t utf16_len, in UTF16ToCharSet() argument 47 utf16, utf16_len, output_char_set, on_error, in UTF16ToCharSet()
|
/external/chromium_org/ppapi/shared_impl/private/ |
D | ppb_char_set_shared.cc | 63 uint32_t utf16_len, in UTF16ToCharSetDeprecated() argument 73 UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error, NULL, in UTF16ToCharSetDeprecated() 81 PP_Bool result = UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error, in UTF16ToCharSetDeprecated() 95 uint32_t utf16_len, in UTF16ToCharSet() argument 156 reinterpret_cast<const UChar*>(utf16), utf16_len, &status)); in UTF16ToCharSet()
|
D | ppb_char_set_shared.h | 20 uint32_t utf16_len, 25 uint32_t utf16_len,
|
/external/bluetooth/bluedroid/stack/include/ |
D | utfc.h | 42 extern UINT16 utfc_16_to_8(UINT8 *p_utf8, UINT16 utf8_len, UINT16 *p_utf16, UINT16 utf16_len); 55 extern UINT16 utfc_8_to_16(UINT16 *p_utf16, UINT16 utf16_len, UINT8 *p_utf8);
|
D | obx_api.h | 1592 …_API extern UINT16 utfc_16_to_8(UINT8 *p_utf8, UINT16 utf8_len, UINT16 *p_utf16, UINT16 utf16_len); 1604 OBX_API extern UINT16 utfc_8_to_16(UINT16 *p_utf16, UINT16 utf16_len, UINT8 *p_utf8);
|
/external/chromium_org/base/i18n/ |
D | icu_string_conversions.cc | 214 int utf16_len; in WideToCodepage() 221 u_strFromUTF32(&utf16[0], utf16.size(), &utf16_len, in WideToCodepage() 226 return ConvertFromUTF16(converter, &utf16[0], utf16_len, on_error, encoded); in WideToCodepage()
|
/external/chromium_org/ppapi/api/trusted/ |
D | ppb_char_set_trusted.idl | 49 * the specified code page. |utf16_len| is measured in UTF-16 units, not 61 PP_Bool UTF16ToCharSet([in, size_as=utf16_len] uint16_t[] utf16, 62 [in] uint32_t utf16_len,
|
/external/chromium_org/ppapi/c/dev/ |
D | ppb_char_set_dev.h | 55 const uint16_t* utf16, uint32_t utf16_len,
|
/external/chromium_org/ppapi/c/trusted/ |
D | ppb_char_set_trusted.h | 85 uint32_t utf16_len,
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 167 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
|
D | Path.inc | 899 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len, 901 if (utf16_len) { 903 int len = ::WideCharToMultiByte(CP_UTF8, 0, utf16, utf16_len, utf8.begin(), 913 len = ::WideCharToMultiByte(CP_UTF8, 0, utf16, utf16_len, utf8.data(),
|