Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dfile_url.cxx85 const sal_Unicode UNICHAR_DOT = ((sal_Unicode)'.'); variable
580 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf)) in osl_getAbsoluteFileURL_impl_()
592 …else if ((UNICHAR_DOT == *(punresolved + 1)) && ('\0' == *(punresolved + 2) || (UNICHAR_SLASH == *… in osl_getAbsoluteFileURL_impl_()
/trunk/main/sal/osl/os2/
H A Dfile_url.h48 const sal_Unicode UNICHAR_DOT = ((sal_Unicode)'.'); variable
H A Dfile_url.cxx1256 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf))
1268 …else if ((UNICHAR_DOT == *(punresolved + 1)) && ('\0' == *(punresolved + 2) || (UNICHAR_SLASH == *…

Completed in 36 milliseconds