Searched refs:UNICHAR_DOT (Results 1 – 3 of 3) sorted by relevance
85 const sal_Unicode UNICHAR_DOT = ((sal_Unicode)'.'); variable580 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_()
48 const sal_Unicode UNICHAR_DOT = ((sal_Unicode)'.'); variable
1256 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf))1268 …else if ((UNICHAR_DOT == *(punresolved + 1)) && ('\0' == *(punresolved + 2) || (UNICHAR_SLASH == *…
Completed in 30 milliseconds