Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 80) sorted by last modified time

1234

/aoo41x/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java134 char ch = text.charAt(i); in typeText() local
/aoo41x/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/aoo41x/main/xmlsecurity/tools/uno/
H A DTestTool.java895 int ch = 0; in runBatch() local
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx67 inline bool ascii_isDigit( sal_Unicode ch ) in ascii_isDigit()
72 inline bool ascii_isLetter( sal_Unicode ch ) in ascii_isLetter()
78 inline bool isLetterOrDigit( sal_Unicode ch ) in isLetterOrDigit()
H A Ddatabases.cxx506 sal_Unicode ch = str[ i ]; in getStaticInformationForModule() local
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DDebug.java324 int ch = ((int) bytes[i] & 0xff); in byteArrayToHexString() local
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/
H A DPdbUtil.java92 char ch[] = new char[4]; in stringID() local
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java271 Character ch = new Character(look); in factor() local
H A DTokenEncoder.java192 private int char2int(char ch) { in char2int()
237 char ch = parseString.charAt(index); in column() local
267 char ch = parseString.charAt(index); in row() local
/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A DPDBUtil.java87 char ch[] = new char[4]; in stringID() local
/aoo41x/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx231 void addChar(char ch) in addChar()
H A DXMLScanner.cxx151 void addChar(char ch) in addChar()
155 void addCharU(sal_Unicode ch) in addCharU()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx159 #define Uni_UTF32ToSurrogate1(ch) (((unsigned long) (ch) - 0x10000) / 0x400 + 0xD800) argument
160 #define Uni_UTF32ToSurrogate2(ch) (((unsigned long) (ch) - 0x10000) % 0x400 + 0xDC00) argument
/aoo41x/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx272 int ch, idx; in token() local
307 int ch, idx; in linetoken() local
/aoo41x/main/vcl/source/fontsubset/
H A Dsft.cxx2546 sal_uInt16 MapChar(TrueTypeFont *ttf, sal_uInt16 ch, int bvertical) in MapChar()
/aoo41x/main/unotools/source/config/
H A Dconfigpathes.cxx53 sal_Unicode ch = 0; in lcl_resolveCharEntities() local
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpdirp.cxx43 inline sal_Bool ascii_isLetter( sal_Unicode ch ) in ascii_isLetter()
49 inline sal_Bool ascii_isWhitespace( sal_Unicode ch ) in ascii_isWhitespace()
H A Dftpurl.cxx169 char ch; in parse() local
/aoo41x/main/tools/source/stream/
H A Dstream.cxx1011 sal_Bool SvStream::WriteUniOrByteChar( sal_Unicode ch, rtl_TextEncoding eDestCharSet ) in WriteUniOrByteChar()
/aoo41x/main/tools/source/inet/
H A Dinetmsg.cxx39 inline sal_Bool ascii_isDigit( sal_Unicode ch ) in ascii_isDigit()
44 inline sal_Bool ascii_isLetter( sal_Unicode ch ) in ascii_isLetter()
49 inline sal_Unicode ascii_toLowerCase( sal_Unicode ch ) in ascii_toLowerCase()
H A Dinetstrm.cxx35 inline sal_Bool SAL_CALL ascii_isWhitespace( sal_Unicode ch ) in ascii_isWhitespace()
/aoo41x/main/tools/inc/tools/
H A Dstream.hxx508 sal_Bool WriteUniOrByteChar( sal_Unicode ch ) in WriteUniOrByteChar()
/aoo41x/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleContext.java106 XAccessible ch = oObj.getAccessibleChild(i) ; in _getAccessibleChild() local
H A D_XAccessibleText.java215 char ch = oObj.getCharacter(i); in _getCharacter() local
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1889 sal_Unicode ch = aStr.GetChar( nAktPos ); in OutputTextNode() local

Completed in 210 milliseconds

1234