| /aoo41x/main/filter/source/t602/ | 
| H A D | t602filter.cxx | 506             case KOI: ch = koi2lat[ch-128]; break;  in inschrdef()507             case KAM: ch = kam2lat[ch-128]; break;  in inschrdef()
 508             default : ch = kam2lat[ch-128];  in inschrdef()
 619     while((i<20) && *ch && (*ch!='\n') && (*ch!=','))  in readnum()
 665     while (ch && (ch != '\n')) ch = Readchar602();  in Setformat602()
 674 	pcmd[0] = (char) toupper(*ch); inschr(*ch);  in PointCmd602()
 678     if (!isalpha(*ch)) return (*ch<32) ? SETCH : WRITE;  in PointCmd602()
 681     pcmd[1] = (char) toupper(*ch); inschr(*ch);  in PointCmd602()
 686         while (*ch && (*ch != '\n') && (*ch != ','))  in PointCmd602()
 687             { *ch = Readchar602(); inschr(*ch); }  in PointCmd602()
 [all …]
 
 | 
| /aoo41x/main/qadevOOo/tests/java/ifc/i18n/ | 
| H A D | _XCollator.java | 169         for (char ch = 0x0020; ch < 0x007F; ch ++) {  in _compareSubstring()170             chars[0] = ch ; chars[1] = (char) (ch + 1) ;  in _compareSubstring()
 178         for (char ch = 0x0410; ch < 0x0450; ch ++) {  in _compareSubstring()
 187         for (char ch = 0x4E00; ch < 0x4EFD; ch ++) {  in _compareSubstring()
 195         for (char ch = 0x4E00; ch < 0x4EFD; ch ++) {  in _compareSubstring()
 203         for (char ch = 0x4E00; ch < 0x4EFD; ch ++) {  in _compareSubstring()
 230         for (char ch = 0x0020; ch < 0x007F; ch ++) {  in _compareString()
 239         for (char ch = 0x0410; ch < 0x0450; ch ++) {  in _compareString()
 248         for (char ch = 0x4E00; ch < 0x4EFD; ch ++) {  in _compareString()
 256         for (char ch = 0x4E00; ch < 0x4EFD; ch ++) {  in _compareString()
 [all …]
 
 | 
| /aoo41x/main/chart2/prj/ | 
| H A D | build.lst | 2 ch	chart2										usr1	-	all	ch_mkout NULL3 ch	chart2\inc									nmake	-	all	ch_inc NULL
 4 ch	chart2\source\inc							get		-	all	ch_source_inc NULL
 5 ch	chart2\source\inc\chartview					get		-	all	ch_source_inc_chartview NULL
 6 ch	chart2\source\tools							nmake	-	all	ch_source_tools ch_inc NULL
 8 ch	chart2\source\model\main					nmake	-	all ch_source_model_main ch_inc NULL
 10 ch	chart2\source\model\filter					nmake	-	all ch_source_model_filter ch_inc NULL
 12 ch	chart2\source\view\inc						get		-	all	ch_source_view_inc NULL
 16 ch	chart2\source\view\main						nmake	-	all	ch_source_view_main ch_inc NULL
 18 ch	chart2\source\controller\inc				get		-	all	ch_source_controller_inc NULL
 [all …]
 
 | 
| /aoo41x/main/i18npool/source/breakiterator/ | 
| H A D | breakiteratorImpl.cxx | 77 		sal_uInt32 ch=0;  in skipSpace()  local89                             ! (ch == 0x002E || u_isalnum(ch)))) nPos=pos;  in skipSpace()
 92                             ! (ch == 0x002E || u_isalnum(ch)))) nPos=pos;  in skipSpace()
 264 			ch = 0;  in iterateCodePoints()
 295 		sal_uInt32 ch=0;  in beginOfScript()  local
 313 		sal_uInt32 ch=0;  in endOfScript()  local
 332 		sal_uInt32 ch=0;  in previousScript()  local
 360 		sal_uInt32 ch=0;  in nextScript()  local
 391 		sal_uInt32 ch=0;  in endOfCharBlock()  local
 405 	sal_uInt32 ch=0;  in nextCharBlock()  local
 [all …]
 
 | 
| H A D | xdictionary.cxx | 203         sal_uInt32 ch = rText.iterateCodePoints(&indexUtf16, -1);  in seekSegment()  local204         if (u_isWhitespace(ch) || exists(ch))  in seekSegment()
 213         sal_uInt32 ch = rText.iterateCodePoints(&indexUtf16, 1);  in seekSegment()  local
 214         if (u_isWhitespace(ch) || exists(ch))  in seekSegment()
 325         sal_uInt32 ch = rText.iterateCodePoints(&anyPos, -1);  in previousWord()  local
 327         while (anyPos > 0 && u_isWhitespace(ch)) ch = rText.iterateCodePoints(&anyPos, -1);  in previousWord()
 338             sal_uInt32 ch = rText.iterateCodePoints(&anyPos, 1);  in nextWord()  local
 339             while (u_isWhitespace(ch)) ch=rText.iterateCodePoints(&anyPos, 1);  in nextWord()
 363                 sal_uInt32 ch = rText.iterateCodePoints(&indexUtf16, 1);  in getWordBoundary()  local
 364                 if (u_isWhitespace(ch))  in getWordBoundary()
 
 | 
| /aoo41x/main/i18nutil/inc/i18nutil/ | 
| H A D | unicode.hxx | 46     static sal_Bool SAL_CALL isUpper( const sal_Unicode ch);47     static sal_Bool SAL_CALL isLower( const sal_Unicode ch);
 48     static sal_Bool SAL_CALL isTitle( const sal_Unicode ch);
 49     static sal_Bool SAL_CALL isDigit( const sal_Unicode ch);
 50     static sal_Bool SAL_CALL isControl( const sal_Unicode ch);
 51     static sal_Bool SAL_CALL isPrint( const sal_Unicode ch);
 52     static sal_Bool SAL_CALL isBase( const sal_Unicode ch);
 53     static sal_Bool SAL_CALL isAlpha( const sal_Unicode ch);
 54     static sal_Bool SAL_CALL isSpace( const sal_Unicode ch);
 55     static sal_Bool SAL_CALL isWhiteSpace( const sal_Unicode ch);
 [all …]
 
 | 
| /aoo41x/main/i18nutil/source/utility/ | 
| H A D | unicode.cxx | 333 unicode::getUnicodeType( const sal_Unicode ch ) {  in getUnicodeType()  argument337     if (ch == c) return r;  in getUnicodeType()
 338     else c = ch;  in getUnicodeType()
 340     sal_Int16 address = UnicodeTypeIndex[ch >> 8];  in getUnicodeType()
 346 unicode::getUnicodeDirection( const sal_Unicode ch ) {  in getUnicodeDirection()  argument
 350     if (ch == c) return r;  in getUnicodeDirection()
 351     else c = ch;  in getUnicodeDirection()
 403 sal_Bool SAL_CALL func( const sal_Unicode ch) {\
 404     return (bit(getUnicodeType(ch)) & (mask)) != 0;\
 423     return (ch != 0xa0 && isSpace(ch)) || (ch <= 0x1F && (bit(ch) & (CONTROLSPACE)));  in IsType()
 [all …]
 
 | 
| H A D | casefolding.cxx | 47 #define type_i(ch) ((ch) == 0x0069 || (ch) == 0x006a)   argument49 #define cased_letter(ch) (CaseMappingIndex[(ch)>>8] >= 0 && (CaseMappingValue[(CaseMappingIndex[(ch…  argument
 53 …ne accent_above(ch) (((ch) >= 0x0300 && (ch) <= 0x0314) || ((ch) >= 0x033D && (ch) <= 0x0344) || (…  argument
 
 | 
| /aoo41x/extras/l10n/source/vi/ | 
| H A D | localize.sdf | 18827 …chú;chèn và chỉnh sửa\</bookmark_value\>\<bookmark_value\>chèn;cước/kết chú\</bookmark_value\>\<bo…21019 …153308	20			0	vi	Chọn kiểu lời ghi chú cần chèn: cước chú hay kết chú. Cước chú nằm ở cuối trang h…
 32778 …chỉ có thể được hiển thị dạng ký tự nghĩa chữ nếu nó có gạch chéo ngược đi trước. Gạch chéo ngược …
 34068 …chỉnh sửa lời ghi chú chủ, chọn lệnh \<emph\>Xem > Chủ > Ghi chú chủ\</emph\>. Nhấn vào biểu tượng…
 52271 …id3152812	6			0	vi	Để chỉnh sửa chú thích về mục nhập trong danh sách, nhấn-phải vào mục, sau đó c…
 52484 …chỉnh sửa một ghi chú được hiển thị, nhấn đôi vào đoạn văn là ghi chú đó. Để chỉnh sửa một ghi chú…
 52676 …bạn áp dụng gạch dưới chỉ cho chỉ số trên, gạch dưới được nâng lên cấp của chỉ số. Nếu chỉ số trên…
 52735 …chứa số chữ số bên phải dấu tách thập phân hơn số dấu giữ chỗ trong định dạng, con số này bị làm t…
 55089 …ar_id3158397	2			0	vi	Đặt các tùy chọn về chức năng thụt vào, giãn cách và chỉnh canh cho danh sác…
 64556 …48	vi	Hãy chọn một danh sách địa chỉ. Nhắp '%1' để chọn người nhận từ danh sách khác. Nếu không có…
 [all …]
 
 | 
| /aoo41x/main/odk/pack/gendocu/ | 
| H A D | idl_ref_javadoc.patch | 12 >             var ch = url.charAt(i);13 >             if ('a' <= ch && ch <= 'z' ||
 14 >                     'A' <= ch && ch <= 'Z' ||
 15 >                     ch == '$' ||
 16 >                     ch == '_') {
 19 >             } else if ('0' <= ch && ch <= '9'
 20 >                     || ch == '-') {
 23 >             } else if (ch == '/' || ch == '.') {
 28 >                 if (ch == '.')
 30 >                 if (ch == '/' && seenDot)
 
 | 
| /aoo41x/main/sw/source/core/bastyp/ | 
| H A D | calc.cxx | 838 				switch( ch )  in GetToken()933 				if ('<' == ch || '>' == ch)  in GetToken()
 968 	sal_Unicode ch;  in GetToken()  local
 975 	} while ( ch == '\t' || ch == ' ' || ch == cTSep );  in GetToken()
 977 	if( ch == cDSep )  in GetToken()
 978 		ch = '.';  in GetToken()
 980 	switch( ch )  in GetToken()
 1074 								aStr += ch;  in GetToken()
 1109 								ch == '_' || ch == '.' ) )  in GetToken()
 1112 						if( ch )  in GetToken()
 [all …]
 
 | 
| /aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ | 
| H A D | UnoUrl.java | 213 	private static int hexToInt(int ch)  in hexToInt()  argument215 		int c = Character.toLowerCase((char) ch);  in hexToInt()
 231 			int ch = s.charAt(i);  in decodeUTF8()  local
 233 			if (ch == '%') {  in decodeUTF8()
 236 				ch = (hb << 4) | lb;  in decodeUTF8()
 239 			v.addElement(new Integer(ch));  in decodeUTF8()
 336 			int ch = identifier.charAt(i);  in isValidString()  local
 339 				('A' <= ch && ch <= 'Z')  in isValidString()
 340 					|| ('a' <= ch && ch <= 'z')  in isValidString()
 341 					|| ('0' <= ch && ch <= '9');  in isValidString()
 [all …]
 
 | 
| /aoo41x/main/sal/rtl/source/ | 
| H A D | strimp.c | 26 sal_Int16 rtl_ImplGetDigit( sal_Unicode ch, sal_Int16 nRadix )  in rtl_ImplGetDigit()  argument29 	if ( (ch >= '0') && (ch <= '9') )  in rtl_ImplGetDigit()
 30 		n = ch-'0';  in rtl_ImplGetDigit()
 31 	else if ( (ch >= 'a') && (ch <= 'z') )  in rtl_ImplGetDigit()
 32 		n = ch-'a'+10;  in rtl_ImplGetDigit()
 33 	else if ( (ch >= 'A') && (ch <= 'Z') )  in rtl_ImplGetDigit()
 34 		n = ch-'A'+10;  in rtl_ImplGetDigit()
 
 | 
| /aoo41x/main/basic/source/runtime/ | 
| H A D | step0.cxx | 1106 	char ch = 0;  in StepINPUT()  local1112 		if( ch != ' ' && ch != '\t' && ch != '\n' )  in StepINPUT()
 1118 		char sep = ( ch == '"' ) ? ch : 0;  in StepINPUT()
 1128 			else if( !sep && (ch == ',' || ch == '\n') )  in StepINPUT()
 1130 			s += ch;  in StepINPUT()
 1134 		if( ch == ' ' || ch == '\t' )  in StepINPUT()
 1137 			if( ch != ' ' && ch != '\t' && ch != '\n' )  in StepINPUT()
 1354 	if( ch )  in StepWRITE()
 1355 		s += ch;  in StepWRITE()
 1357 	if( ch )  in StepWRITE()
 [all …]
 
 | 
| /aoo41x/main/bean/com/sun/star/beans/ | 
| H A D | LocalOfficeConnection.java | 382 		char	ch;  in parseUnoUrlWithOfficePath()  local389 				switch(ch) {  in parseUnoUrlWithOfficePath()
 401 					buffer.append(ch);  in parseUnoUrlWithOfficePath()
 408 				switch(ch) {  in parseUnoUrlWithOfficePath()
 421 					buffer.append(ch);  in parseUnoUrlWithOfficePath()
 427 				switch(ch) {  in parseUnoUrlWithOfficePath()
 442 				switch(ch) {  in parseUnoUrlWithOfficePath()
 448 					buffer.append(ch);  in parseUnoUrlWithOfficePath()
 455 				switch(ch) {  in parseUnoUrlWithOfficePath()
 483 				switch(ch) {  in parseUnoUrlWithOfficePath()
 [all …]
 
 | 
| /aoo41x/main/qadevOOo/runner/util/ | 
| H A D | XMLTools.java | 401         public void addCharacters(String ch) {  in addCharacters()  argument402             chars.put(ch, "") ;  in addCharacters()
 409             chars.put(ch, outerTag) ;  in addCharactersEnclosed()
 434         public void characters(String ch) {  in characters()  argument
 435             super.characters(ch) ;  in characters()
 437             if (chars.containsKey(ch)) {  in characters()
 453                 chars.remove(ch) ;  in characters()
 650         public void addCharacters(String ch) {  in addCharacters()  argument
 693         public void characters(String ch) {  in characters()  argument
 694             super.characters(ch) ;  in characters()
 [all …]
 
 | 
| /aoo41x/main/i18npool/source/indexentry/ | 
| H A D | indexentrysupplier_asian.cxx | 62     sal_uInt32 ch = rIndexEntry.iterateCodePoints(&i, 0);  in getIndexCharacter()  local73             if (((sal_Int16)(ch >> 8)) <= max_index) {  in getIndexCharacter()
 74                 sal_uInt16 address=idx[0][ch >> 8];  in getIndexCharacter()
 76                     address=idx[1][address+(ch & 0xFF)];  in getIndexCharacter()
 83     return OUString(&idxStr[(ch & 0xFFFFFF00) ? 0 : ch], 1);  in getIndexCharacter()
 130                 sal_uInt32 ch = rIndexEntry.iterateCodePoints(&j, 1);  in getPhoneticCandidate()  local
 131                 if (((sal_Int16)(ch>>8)) <= max_index) {  in getPhoneticCandidate()
 132                     sal_uInt16 address = idx[0][ch>>8];  in getPhoneticCandidate()
 134                         address = idx[1][address + (ch & 0xFF)];  in getPhoneticCandidate()
 
 | 
| /aoo41x/main/bean/com/sun/star/comp/beans/ | 
| H A D | LocalOfficeConnection.java | 540 		char	ch;  in parseUnoUrlWithOfficePath()  local547 				switch(ch) {  in parseUnoUrlWithOfficePath()
 559 					buffer.append(ch);  in parseUnoUrlWithOfficePath()
 566 				switch(ch) {  in parseUnoUrlWithOfficePath()
 579 					buffer.append(ch);  in parseUnoUrlWithOfficePath()
 585 				switch(ch) {  in parseUnoUrlWithOfficePath()
 600 				switch(ch) {  in parseUnoUrlWithOfficePath()
 606 					buffer.append(ch);  in parseUnoUrlWithOfficePath()
 613 				switch(ch) {  in parseUnoUrlWithOfficePath()
 641 				switch(ch) {  in parseUnoUrlWithOfficePath()
 [all …]
 
 | 
| /aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ | 
| H A D | TokenEncoder.java | 192     private int char2int(char ch) {  in char2int()  argument193         if(!Character.isLetter(ch))   in char2int()
 196         ch = Character.toUpperCase(ch);  in char2int()
 197         return ch-'A';  in char2int()
 237         char ch = parseString.charAt(index);  in column()  local
 241         while(isAlpha(ch)) {  in column()
 242             columnStr += ch;  in column()
 244             ch = parseString.charAt(index);  in column()
 267         char ch = parseString.charAt(index);  in row()  local
 273             rowStr += ch;  in row()
 [all …]
 
 | 
| /aoo41x/main/connectivity/source/drivers/hsqldb/ | 
| H A D | HStorageAccess.cxx | 328         Sequence< sal_Int32 > ch(4);  in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()  local331             ch[i] = aData[i];  in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
 332             if (ch[i] < 0 )  in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
 333                 ch[i] = 256 + ch[i];  in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
 336         if ((ch[0] | ch[1] | ch[2] | ch[3]) < 0)  in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
 343         jint nRet = ((ch[0] << 24) + (ch[1] << 16) + (ch[2] << 8) + (ch[3] << 0));  in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
 
 | 
| /aoo41x/main/vcl/unx/generic/fontmanager/ | 
| H A D | parseAFM.cxx | 272     int ch, idx;  in token()  local280     while( ch != -1 && ! is_delimiter_Array[ ch & 255 ] && idx < MAX_NAME-1 )  in token()
 282         ident[idx++] = ch;  in token()
 283         ch = stream->getChar();  in token()
 286     if (ch == -1 && idx < 1) return ((char *)NULL);  in token()
 287     if (idx >= 1 && ch != ':' && ch != -1) stream->ungetChar();  in token()
 307     int ch, idx;  in linetoken()  local
 309     while ((ch = stream->getChar()) == ' ' || ch == '\t' ) ;   in linetoken()
 312     while (ch != -1 && ch != lineterm && ch != '\r' && idx < MAX_NAME-1 )   in linetoken()
 314         ident[idx++] = ch;  in linetoken()
 [all …]
 
 | 
| /aoo41x/main/xmerge/source/palmtests/qa/comparator/ | 
| H A D | PDBUtil.java | 87         char ch[] = new char[4];  in stringID()  local88         ch[0] = (char) (i >>> 24);  in stringID()
 89         ch[1] = (char) ((i >> 16) & 0x00ff);  in stringID()
 90         ch[2] = (char) ((i >> 8) & 0x00ff);  in stringID()
 91         ch[3] = (char) (i & 0x00ff);  in stringID()
 93         return new String(ch);  in stringID()
 
 | 
| /aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/ | 
| H A D | PdbUtil.java | 92         char ch[] = new char[4];  in stringID()  local93         ch[0] = (char) (i >>> 24);  in stringID()
 94         ch[1] = (char) ((i >> 16) & 0x00ff);  in stringID()
 95         ch[2] = (char) ((i >> 8) & 0x00ff);  in stringID()
 96         ch[3] = (char) (i & 0x00ff);  in stringID()
 98         return new String(ch);  in stringID()
 
 | 
| /aoo41x/main/cppuhelper/prj/ | 
| H A D | build.lst | 1 ch	cppuhelper	:	BOOST:boost LIBXSLT:libxslt codemaker cppu offuh NULL2 ch	cppuhelper								usr1	-	all	ch_mkout NULL
 3 ch	cppuhelper\inc							nmake	-	all	ch_include NULL
 4 ch	cppuhelper\source						nmake	-	all	ch_source ch_unotypes ch_include NULL
 5 ch	cppuhelper\unotypes						nmake	-	all	ch_unotypes NULL
 6 ch cppuhelper\qa\propertysetmixin nmake - all ch_qa_propertysetmixin ch_source NULL
 
 | 
| /aoo41x/main/i18npool/source/nativenumber/ | 
| H A D | nativenumbersupplier.cxx | 81             sal_Unicode ch = src[i];  in AsciiToNativeChar()  local82             if (isNumber(ch))  in AsciiToNativeChar()
 85                 if (i > 0 && isNumber(src[i-1]) && isSeparator(ch))  in AsciiToNativeChar()
 88 …            newStr->buffer[i] = isDecimal(ch) ? (DecimalChar[number] ? DecimalChar[number] : ch) :   in AsciiToNativeChar()
 89                             isMinus(ch) ? (MinusChar[number] ? MinusChar[number] : ch) : ch;  in AsciiToNativeChar()
 92                 newStr->buffer[i] = ch;  in AsciiToNativeChar()
 872         sal_Unicode ch = src[i];  in getHebrewNativeNumberString()  local
 873         if (isNumber(ch)) {  in getHebrewNativeNumberString()
 876             value = value * 10 + (ch - NUMBER_ZERO);  in getHebrewNativeNumberString()
 878         else if (isSeparator(ch) && count > 0) continue;  in getHebrewNativeNumberString()
 [all …]
 
 |