Home
last modified time | relevance | path

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

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