Searched refs:utf8Name (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | cjs_runtime.cpp | 222 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()
|
D | ijs_runtime.h | 35 virtual bool GetValueByName(const CFX_ByteStringC& utf8Name, 37 virtual bool SetValueByName(const CFX_ByteStringC& utf8Name,
|
D | cjs_runtime.h | 54 bool GetValueByName(const CFX_ByteStringC& utf8Name, 56 bool SetValueByName(const CFX_ByteStringC& utf8Name,
|
D | Document.cpp | 1602 CFX_ByteString utf8Name = wideName.UTF8Encode(); in gotoNamedDest() local 1608 CPDF_Array* destArray = nameTree.LookupNamedDest(pDocument, utf8Name); in gotoNamedDest()
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 1524 const char *name, *utf8Name; in FromUnicodeCase() member 1572 cc, cnv, steps[i].utf8Name, in FromUnicodeCase()
|