Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp267 FX_BOOL CJS_Runtime::GetHValueByName(const CFX_ByteStringC& utf8Name, argument
270 const FX_CHAR* name = utf8Name.GetCStr();
291 GetIsolate(), name, v8::String::kNormalString, utf8Name.GetLength()));
302 FX_BOOL CJS_Runtime::SetHValueByName(const CFX_ByteStringC& utf8Name, argument
305 if (utf8Name.IsEmpty() || hValue == NULL)
307 const FX_CHAR* name = utf8Name.GetCStr();
322 utf8Name.GetLength()),
DJS_Runtime.h62 FX_BOOL GetHValueByName(const CFX_ByteStringC& utf8Name,
64 FX_BOOL SetHValueByName(const CFX_ByteStringC& utf8Name,
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp241 void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Name, in FXJSE_ThrowMessage() argument
250 if (utf8Name == "RangeError") { in FXJSE_ThrowMessage()
252 } else if (utf8Name == "ReferenceError") { in FXJSE_ThrowMessage()
254 } else if (utf8Name == "SyntaxError") { in FXJSE_ThrowMessage()
256 } else if (utf8Name == "TypeError") { in FXJSE_ThrowMessage()
260 if (utf8Name != "Error" && !utf8Name.IsEmpty()) { in FXJSE_ThrowMessage()
263 v8::String::NewFromUtf8(pIsolate, utf8Name.GetCStr(), in FXJSE_ThrowMessage()
265 utf8Name.GetLength())); in FXJSE_ThrowMessage()
Dcontext.cpp106 CFX_ByteString& utf8Name, in FXJSE_ReturnValue_GetMessage() argument
121 utf8Name = *hStringVal0; in FXJSE_ReturnValue_GetMessage()
/external/pdfium/fpdfsdk/include/javascript/
DIJavaScript.h156 virtual FX_BOOL GetHValueByName(const CFX_ByteStringC& utf8Name,
158 virtual FX_BOOL SetHValueByName(const CFX_ByteStringC& utf8Name,
/external/pdfium/xfa/include/fxjse/
Dfxjse.h167 void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Name,
170 CFX_ByteString& utf8Name,
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_doc.h170 const CFX_ByteStringC& utf8Name,
188 FX_BOOL _GetHValueByName(const CFX_ByteStringC& utf8Name,
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp1225 const CFX_ByteStringC& utf8Name, in GetPDFScriptObject() argument
1238 return _GetHValueByName(utf8Name, hValue, in GetPDFScriptObject()
1257 FX_BOOL CPDFXFA_Document::_GetHValueByName(const CFX_ByteStringC& utf8Name, in _GetHValueByName() argument
1260 return runTime->GetHValueByName(utf8Name, hValue); in _GetHValueByName()
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp1522 const char *name, *utf8Name; in FromUnicodeCase() member
1570 cc, cnv, steps[i].utf8Name, in FromUnicodeCase()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h448 const CFX_ByteStringC& utf8Name,