Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp95 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()
/third_party/icu/icu4c/source/test/intltest/
Dconvtest.cpp1670 const char *name, *utf8Name; in FromUnicodeCase() member
1722 cc, cnv, steps[i].utf8Name, in FromUnicodeCase()
/third_party/node/doc/api/
Dn-api.md4040 const char* utf8Name,
4046 * `[in] utf8Name`: The name of the property to set.
4052 created from the string passed in as `utf8Name`.
4063 const char* utf8Name,
4069 * `[in] utf8Name`: The name of the property to get.
4075 created from the string passed in as `utf8Name`.
4086 const char* utf8Name,
4092 * `[in] utf8Name`: The name of the property whose existence to check.
4098 created from the string passed in as `utf8Name`.
4375 * `[in] utf8Name`: The name of the function encoded as UTF8. This is visible