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

/external/pdfium/fpdfsdk/src/javascript/
H A 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()),
/external/pdfium/xfa/src/fxjse/src/
H A Dcontext.cpp106 CFX_ByteString& utf8Name,
121 utf8Name = *hStringVal0;
105 FXJSE_ReturnValue_GetMessage(FXJSE_HVALUE hRetValue, CFX_ByteString& utf8Name, CFX_ByteString& utf8Message) argument
H A Dvalue.cpp241 void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Name, argument
250 if (utf8Name == "RangeError") {
252 } else if (utf8Name == "ReferenceError") {
254 } else if (utf8Name == "SyntaxError") {
256 } else if (utf8Name == "TypeError") {
260 if (utf8Name != "Error" && !utf8Name.IsEmpty()) {
263 v8::String::NewFromUtf8(pIsolate, utf8Name.GetCStr(),
265 utf8Name.GetLength()));
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp1522 const char *name, *utf8Name; member in struct:__anon6888
1570 cc, cnv, steps[i].utf8Name,
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_doc.cpp1225 const CFX_ByteStringC& utf8Name,
1238 return _GetHValueByName(utf8Name, hValue,
1257 FX_BOOL CPDFXFA_Document::_GetHValueByName(const CFX_ByteStringC& utf8Name, argument
1260 return runTime->GetHValueByName(utf8Name, hValue);
1224 GetPDFScriptObject(IXFA_Doc* hDoc, const CFX_ByteStringC& utf8Name, FXJSE_HVALUE hValue) argument

Completed in 146 milliseconds