HomeSort by relevance Sort by last modified time
    Searched refs:UTF16ToCharSet (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_char_set_thunk.cc 30 PP_Bool UTF16ToCharSet(const uint16_t utf16[],
46 return PPB_CharSet_Shared::UTF16ToCharSet(
91 &UTF16ToCharSet,
  /external/chromium_org/ppapi/tests/
test_char_set.cc 30 RUN_TEST(UTF16ToCharSet, filter);
43 char* utf8result = char_set_interface_->UTF16ToCharSet(
54 utf8result = char_set_interface_->UTF16ToCharSet(
65 utf8result = char_set_interface_->UTF16ToCharSet(
72 utf8result = char_set_interface_->UTF16ToCharSet(
81 utf8result = char_set_interface_->UTF16ToCharSet(
93 utf8result = char_set_interface_->UTF16ToCharSet(
102 utf8result = char_set_interface_->UTF16ToCharSet(
117 PP_Bool result = char_set_trusted_interface_->UTF16ToCharSet(
126 result = char_set_trusted_interface_->UTF16ToCharSet(
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppb_char_set_dev.h 54 char* (*UTF16ToCharSet)(PP_Instance instance,
60 // Same as UTF16ToCharSet except converts in the other direction. The input
  /external/chromium_org/ppapi/c/trusted/
ppb_char_set_trusted.h 84 PP_Bool (*UTF16ToCharSet)(const uint16_t utf16[],
91 * Same as UTF16ToCharSet except converts in the other direction. The input
  /external/chromium_org/ppapi/shared_impl/private/
ppb_char_set_shared.h 24 static PP_Bool UTF16ToCharSet(const uint16_t utf16[],
ppb_char_set_shared.cc 73 UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error, NULL,
81 PP_Bool result = UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error,
93 PP_Bool PPB_CharSet_Shared::UTF16ToCharSet(
  /external/chromium_org/ppapi/api/trusted/
ppb_char_set_trusted.idl 61 PP_Bool UTF16ToCharSet([in, size_as=utf16_len] uint16_t[] utf16,
69 * Same as UTF16ToCharSet except converts in the other direction. The input

Completed in 393 milliseconds