Searched refs:cUC (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/svtools/source/svrtf/ |
| H A D | svparser.cxx | 230 sal_Unicode cUC = USHRT_MAX; in GetNextChar() local 244 cUC = (sal_Unicode(c1) << 8) | c2; in GetNextChar() 246 cUC = (sal_Unicode(c2) << 8) | c1; in GetNextChar() 251 c = cUC; in GetNextChar() 278 sal_Unicode cUC; in GetNextChar() local 283 &c1, 1, &cUC, 1, in GetNextChar() 303 &c1, 1, &cUC, 1, in GetNextChar() 313 c = cUC; in GetNextChar() 345 pImplData->hConv, 0, sBuffer, nLen, &cUC, 1, in GetNextChar() 357 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()
|