Home
last modified time | relevance | path

Searched refs:utf8_value (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Define.h354 v8::String::Utf8Value utf8_value(property); in JSSpecialPropQuery()
356 CFX_WideString::FromUTF8(*utf8_value, utf8_value.length()); in JSSpecialPropQuery()
377 v8::String::Utf8Value utf8_value(property); in JSSpecialPropGet()
379 CFX_WideString::FromUTF8(*utf8_value, utf8_value.length()); in JSSpecialPropGet()
404 v8::String::Utf8Value utf8_value(property); in JSSpecialPropPut()
406 CFX_WideString::FromUTF8(*utf8_value, utf8_value.length()); in JSSpecialPropPut()
427 v8::String::Utf8Value utf8_value(property); in JSSpecialPropDel()
429 CFX_WideString::FromUTF8(*utf8_value, utf8_value.length()); in JSSpecialPropDel()
/external/v8/samples/
Dprocess.cc381 String::Utf8Value utf8_value(value); in ObjectToString() local
382 return string(*utf8_value); in ObjectToString()