Searched refs:badutf8 (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/ppapi/tests/ |
D | test_char_set.cc | 249 char badutf8[] = "A\xe4Z"; in TestCharSetToUTF16Deprecated() local 251 instance_->pp_instance(), badutf8, 3, "utf8", in TestCharSetToUTF16Deprecated() 259 instance_->pp_instance(), badutf8, 3, "utf8", in TestCharSetToUTF16Deprecated() 269 instance_->pp_instance(), badutf8, 3, "utf8", in TestCharSetToUTF16Deprecated() 279 instance_->pp_instance(), badutf8, 3, "poopiepants", in TestCharSetToUTF16Deprecated() 316 char badutf8[] = "A\xe4Z"; in TestCharSetToUTF16() local 318 badutf8, 3, "utf8", PP_CHARSET_TRUSTED_CONVERSIONERROR_FAIL, in TestCharSetToUTF16() 327 badutf8, 3, "utf8", PP_CHARSET_TRUSTED_CONVERSIONERROR_SKIP, in TestCharSetToUTF16() 337 badutf8, 3, "utf8", PP_CHARSET_TRUSTED_CONVERSIONERROR_SUBSTITUTE, in TestCharSetToUTF16() 348 badutf8, 3, "poopiepants", PP_CHARSET_TRUSTED_CONVERSIONERROR_SUBSTITUTE, in TestCharSetToUTF16()
|