Home
last modified time | relevance | path

Searched refs:utf16_len (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_char_set_thunk.cc16 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/
Dppb_char_set_shared.cc63 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()
Dppb_char_set_shared.h20 uint32_t utf16_len,
25 uint32_t utf16_len,
/external/bluetooth/bluedroid/stack/include/
Dutfc.h42 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);
Dobx_api.h1592 …_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/
Dicu_string_conversions.cc214 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/
Dppb_char_set_trusted.idl49 * 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/
Dppb_char_set_dev.h55 const uint16_t* utf16, uint32_t utf16_len,
/external/chromium_org/ppapi/c/trusted/
Dppb_char_set_trusted.h85 uint32_t utf16_len,
/external/llvm/lib/Support/Windows/
DWindowsSupport.h167 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
DPath.inc899 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(),