Searched refs:cUC (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svtools/source/svrtf/ |
H A D | svparser.cxx | 231 sal_Unicode cUC = USHRT_MAX; in GetNextChar() local 245 cUC = (sal_Unicode(c1) << 8) | c2; in GetNextChar() 247 cUC = (sal_Unicode(c2) << 8) | c1; in GetNextChar() 252 c = cUC; in GetNextChar() 279 sal_Unicode cUC; in GetNextChar() local 284 &c1, 1, &cUC, 1, in GetNextChar() 304 &c1, 1, &cUC, 1, in GetNextChar() 314 c = cUC; in GetNextChar() 346 pImplData->hConv, 0, sBuffer, nLen, &cUC, 1, in GetNextChar() 358 c = cUC; in GetNextChar() [all …]
|
/aoo42x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 1959 sal_Unicode cUC; in IsHTMLFormat() local 1961 cUC = (sal_Unicode(pHeader[nPos]) << 8) | pHeader[nPos+1]; in IsHTMLFormat() 1963 cUC = (sal_Unicode(pHeader[nPos+1]) << 8) | pHeader[nPos]; in IsHTMLFormat() 1964 if( 0U == cUC ) in IsHTMLFormat() 1967 sTmp.append( cUC < 256U ? (sal_Char)cUC : '.' ); in IsHTMLFormat()
|
Completed in 17 milliseconds