Home
last modified time | relevance | path

Searched refs:utf16Path (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumapfile.cpp124 wchar_t utf16Path[MAX_PATH]; in uprv_mapFile() local
126 …u_strFromUTF8(reinterpret_cast<UChar*>(utf16Path), static_cast<int32_t>(UPRV_LENGTHOF(utf16Path)),… in uprv_mapFile()
138 file = CreateFile2(utf16Path, GENERIC_READ, FILE_SHARE_READ, OPEN_EXISTING, NULL); in uprv_mapFile()
/third_party/node/deps/icu-small/source/common/
Dumapfile.cpp148 wchar_t utf16Path[MAX_PATH]; in uprv_mapFile() local
150 …u_strFromUTF8(reinterpret_cast<UChar*>(utf16Path), static_cast<int32_t>(UPRV_LENGTHOF(utf16Path)),… in uprv_mapFile()
161 file = CreateFileW(utf16Path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
/third_party/skia/third_party/externals/icu/source/common/
Dumapfile.cpp148 wchar_t utf16Path[MAX_PATH]; in uprv_mapFile() local
150 …u_strFromUTF8(reinterpret_cast<UChar*>(utf16Path), static_cast<int32_t>(UPRV_LENGTHOF(utf16Path)),… in uprv_mapFile()
161 file = CreateFileW(utf16Path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
/third_party/icu/icu4c/source/common/
Dumapfile.cpp148 wchar_t utf16Path[MAX_PATH]; in uprv_mapFile() local
150 …u_strFromUTF8(reinterpret_cast<UChar*>(utf16Path), static_cast<int32_t>(UPRV_LENGTHOF(utf16Path)),… in uprv_mapFile()
161 file = CreateFileW(utf16Path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()