Searched refs:utf8Name (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_runtime.cpp | 179 bool CJS_Runtime::GetValueByNameFromGlobalObject(ByteStringView utf8Name, in GetValueByNameFromGlobalObject() argument 185 v8::String::NewFromUtf8(GetIsolate(), utf8Name.unterminated_c_str(), in GetValueByNameFromGlobalObject() 186 v8::NewStringType::kNormal, utf8Name.GetLength()) in GetValueByNameFromGlobalObject() 197 bool CJS_Runtime::SetValueByNameInGlobalObject(ByteStringView utf8Name, in SetValueByNameInGlobalObject() argument 199 if (utf8Name.IsEmpty() || pValue.IsEmpty()) in SetValueByNameInGlobalObject() 207 v8::String::NewFromUtf8(pIsolate, utf8Name.unterminated_c_str(), in SetValueByNameInGlobalObject() 208 v8::NewStringType::kNormal, utf8Name.GetLength()) in SetValueByNameInGlobalObject()
|
D | cjs_runtime.h | 56 bool GetValueByNameFromGlobalObject(ByteStringView utf8Name, 58 bool SetValueByNameInGlobalObject(ByteStringView utf8Name,
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.cpp | 95 std::string utf8Name = pThreadName; in SetCurrentThreadName() local 97 wideName.resize(utf8Name.size() + 1); in SetCurrentThreadName() 98 swprintf_s(&(wideName.front()), wideName.size(), L"%S", utf8Name.c_str()); in SetCurrentThreadName()
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 1697 const char *name, *utf8Name; in FromUnicodeCase() member 1749 cc, cnv, steps[i].utf8Name, in FromUnicodeCase()
|