Searched refs:windowsPath (Results 1 – 2 of 2) sorted by relevance
25 final String windowsPath = "C:\\Documents and Settings\\davris\\FileSchemeURIs.doc"; in urlShouldReturnCorrectURLForWindowsLocal() local26 assertThat(Util.url(windowsPath)) in urlShouldReturnCorrectURLForWindowsLocal()
1333 wchar_t windowsPath[MAX_PATH]; in getIcuDataDirectoryUnderWindowsDirectory() local1336 UINT length = GetSystemWindowsDirectoryW(windowsPath, UPRV_LENGTHOF(windowsPath)); in getIcuDataDirectoryUnderWindowsDirectory()1337 if ((length > 0) && (length < (UPRV_LENGTHOF(windowsPath) - 1))) { in getIcuDataDirectoryUnderWindowsDirectory()1342 &windowsPathUtf8Len, reinterpret_cast<const UChar*>(windowsPath), -1, &status); in getIcuDataDirectoryUnderWindowsDirectory()