Searched refs:utf8Name (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
H A Dijs_runtime.h35 virtual bool GetValueByName(const CFX_ByteStringC& utf8Name,
37 virtual bool SetValueByName(const CFX_ByteStringC& utf8Name,
H A Dcjs_runtime.h54 bool GetValueByName(const CFX_ByteStringC& utf8Name,
56 bool SetValueByName(const CFX_ByteStringC& utf8Name,
H A Dcjs_runtime.cpp222 bool CJS_Runtime::GetValueByName(const CFX_ByteStringC& utf8Name, argument
224 const FX_CHAR* name = utf8Name.c_str();
233 GetIsolate(), name, v8::String::kNormalString, utf8Name.GetLength()));
242 bool CJS_Runtime::SetValueByName(const CFX_ByteStringC& utf8Name, argument
244 if (utf8Name.IsEmpty() || !pValue)
246 const FX_CHAR* name = utf8Name.c_str();
259 utf8Name.GetLength()),
H A DDocument.cpp1602 CFX_ByteString utf8Name = wideName.UTF8Encode(); local
1608 CPDF_Array* destArray = nameTree.LookupNamedDest(pDocument, utf8Name);
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp1524 const char *name, *utf8Name; member in struct:__anon7705
1572 cc, cnv, steps[i].utf8Name,

Completed in 586 milliseconds