Home
last modified time | relevance | path

Searched refs:c (Results 76 – 100 of 1139) sorted by relevance

12345678910>>...46

/trunk/main/libxml2/
H A D0e1a49c8907645d2e155f0d89d4d9895ac5112b5.patch13 parser.c | 3 ++-
16 diff --git misc/libxml2-2.9.10/parser.c misc/build/libxml2-2.9.10/parser.c
18 --- misc/libxml2-2.9.10/parser.c
19 +++ misc/build/libxml2-2.9.10/parser.c
22 c = 0;
23 while ((c != 0) && (c != end) && /* non input consuming loop */
24 - (c != end2) && (c != end3)) {
25 + (c != end2) && (c != end3) &&
28 if (c == 0) break;
29 if ((c == '&') && (str[1] == '#')) {
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java105 int c = lArgs.length; in executeAsync() local
106 for (int i=0; i<c; ++i) in executeAsync()
128 c = lEnvironment.length; in executeAsync()
129 for (int i=0; i<c; ++i) in executeAsync()
161 for (int i=0; i<c; ++i) in executeAsync()
183 c = 1; in executeAsync()
198 ++c; in executeAsync()
207 ++c; in executeAsync()
353 for (int i=0; i<c; ++i) in formatOutArgs()
363 for (int i=0; i<c; ++i) in formatOutArgs()
[all …]
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dvietnamese.lm6 c 8394
127 ác 606
134 cû 586
137 cûa 585
140 có 583
148 có_ 574
219 cá 371
236 ®c 351
322 úc 278
338 các 265
[all …]
/trunk/main/sal/textenc/
H A Dtcvtutf7.c150 sal_uChar c ='\0'; in ImplUTF7ToUnicode() local
191 c = (sal_uChar)*pSrcBuf; in ImplUTF7ToUnicode()
195 if ( c <= 0x7F ) in ImplUTF7ToUnicode()
225 if ( (c == IMPL_SHIFT_IN_CHAR) || (c == IMPL_SHIFT_OUT_CHAR) ) in ImplUTF7ToUnicode()
340 if ( c == IMPL_SHIFT_IN_CHAR ) in ImplUTF7ToUnicode()
350 if ( c > 0x7F ) in ImplUTF7ToUnicode()
376 *pDestBuf = c; in ImplUTF7ToUnicode()
446 sal_Unicode c = '\0'; in ImplUnicodeToUTF7() local
481 c = *pSrcBuf; in ImplUnicodeToUTF7()
483 bNeedShift = (c > 0x7F) || aImplMustShiftTab[c]; in ImplUnicodeToUTF7()
[all …]
H A Dconvertsinglebytetobmpunicode.cxx53 sal_Unicode c = map[static_cast< sal_uInt8 >(b)]; in rtl_textenc_convertSingleByteToBmpUnicode() local
54 if (c == 0xFFFF) { in rtl_textenc_convertSingleByteToBmpUnicode()
60 *destBufPtr++ = c; in rtl_textenc_convertSingleByteToBmpUnicode()
114 sal_uInt32 c = *srcBuf++; in rtl_textenc_convertBmpUnicodeToSingleByte() local
116 if (ImplIsHighSurrogate(c)) { in rtl_textenc_convertBmpUnicodeToSingleByte()
117 highSurrogate = static_cast< sal_Unicode >(c); in rtl_textenc_convertBmpUnicodeToSingleByte()
120 } else if (ImplIsLowSurrogate(c)) { in rtl_textenc_convertBmpUnicodeToSingleByte()
121 c = ImplCombineSurrogates(highSurrogate, c); in rtl_textenc_convertBmpUnicodeToSingleByte()
126 if (ImplIsLowSurrogate(c) || ImplIsNoncharacter(c)) { in rtl_textenc_convertBmpUnicodeToSingleByte()
133 if (c < ranges[i].unicode) { in rtl_textenc_convertBmpUnicodeToSingleByte()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dproptypehlp.hxx70 b = ( sal_Bool ) c; in convertPropertyValue()
119 sal_Unicode c; in convertPropertyValue() local
173 sal_Unicode c; in convertPropertyValue() local
218 sal_Unicode c; in convertPropertyValue() local
266 sal_Unicode c; in convertPropertyValue() local
305 sal_Unicode c; in convertPropertyValue() local
338 sal_Unicode c; in convertPropertyValue() local
410 sal_Unicode c; in convertPropertyValue() local
412 f = ( float ) c; in convertPropertyValue()
477 sal_Unicode c; in convertPropertyValue() local
[all …]
/trunk/main/tools/source/string/
H A Dstrimp.cxx381 mpData->maStr[0] = c; in STRING()
496 mpData->maStr[0] = c; in Assign()
1521 if ( *pStr == c ) in Search()
1637 if ( *pStr == c ) in SearchBackward()
1687 STRCODE c =*pStr; in SearchCharBackward() local
1711 if ( *pStr == c ) in SearchAndReplace()
1766 if ( *pStr == c ) in SearchAndReplaceAll()
1947 STRCODE c = *pStr; in GetQuotedTokenCount() local
1970 if ( c == cTok ) in GetQuotedTokenCount()
2004 STRCODE c = *pStr; in GetQuotedToken() local
[all …]
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c220 register int c; local
236 c = *ap++; /* Option byte */
238 c = toupper(c);
366 int c; local
391 c=fgetc(fp);
392 if ( c != ' ' && c != CR && c != NL && c != HT && c != EOF)
394 *poptbuff++=(char)c;
395 if( c == '"' )
400 if( c != EOF && bInQuotes )
401 *poptbuff++=(char)c;
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DComponentBase_Test.java86 for (int c= 0; c < i; c++) in dispose()
87 bOk= bOk && r[c]; in dispose()
106 for(int c= 0; c < 100; c++) in test_finalize()
120 for (int c= 0; c < i; c++) in test_finalize()
121 bOk= bOk && r[c]; in test_finalize()
139 for (int c= 0; c < i; c++) in main()
140 bOk= bOk && r[c]; in main()
H A DPropertySet_Test.java67 for (int c= 0; c < i; c++) in convertPropertyValue()
89 for (int c= 0; c < i; c++) in setPropertyValueNoBroadcast()
591 for (int c= 0; c < i; c++) in setPropertyValue()
786 for (int c= 0; c < i; c++) in addPropertyChangeListener()
838 for (int c= 0; c < i; c++) in getPropertySetInfo()
869 for (int c= 0; c < i; c++) in setFastPropertyValue()
895 for (int c= 0; c < i; c++) in getFastPropertyValue()
930 for (int c= 0; c < i; c++) in setPropertyValues()
959 for (int c= 0; c < i; c++) in getPropertyValues()
1001 for (int c= 0; c < i; c++) in addPropertiesChangeListener()
[all …]
/trunk/main/tools/source/stream/
H A Dstream.cxx49 #define SWAPNIBBLES(c) c=_crotl(c,4); argument
55 c |= nSwapTmp;
101 s.c = SWAPLONG( s.c ); in SwapFloat()
119 s.c[0] ^= s.c[1]; // zwei 32-Bit-Werte in situ vertauschen in SwapDouble()
120 s.c[1] ^= s.c[0]; in SwapDouble()
121 s.c[0] ^= s.c[1]; in SwapDouble()
123 s.c[1] = SWAPLONG(s.c[1]); in SwapDouble()
719 if ( c == '\n' || c == '\r' ) in ReadLine()
728 if ( c ) in ReadLine()
798 if ( c == '\n' || c == '\r' ) in ReadUniStringLine()
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/newcerts/
H A D1000.pem15 00:c7:00:aa:e0:5a:42:af:9c:b5:43:8c:f4:7d:7a:
17 a1:2b:32:39:5c:71:88:10:e3:77:87:b6:d5:38:85:
18 de:4b:91:c6:17:97:8e:3d:96:b3:af:8c:9d:74:8c:
19 88:7f:2a:72:9a:ca:1a:1b:56:6c:63:2e:a4:a0:fc:
21 5e:31:84:71:a4:fd:be:9b:06:6a:0c:47:1d:f9:e4:
37 9e:cd:db:45:da:15:53:95:e7:c8:74:7b:e0:e4:2c:8c:f6:4d:
38 1c:73:6e:2c:11:eb:c1:dc:4c:1d:50:e3:e8:10:2f:03:20:06:
40 9d:c9:53:55:c5:da:69:b0:96:99:fd:ac:c4:16:40:ea:0c:1b:
41 32:c3:fd:65:1d:03:ad:be:60:88:7c:70:53:35:91:ce:13:e2:
42 3d:23:6b:e8:23:c0:3c:9a:57:5f:ad:4b:03:94:92:16:62:f9:
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DPopupWindow.java103 public java.awt.Component add(java.awt.Component c) { in add() argument
104 popupLayer.add(c); in add()
107 if (c instanceof javax.accessibility.Accessible) { in add()
116 return c; in add()
119 public void remove(java.awt.Component c) { in remove() argument
122 if (c instanceof javax.accessibility.Accessible) { in remove()
131 popupLayer.remove(c); in remove()
162 public java.awt.Component add(java.awt.Component c) { in add() argument
172 return super.add(c); in add()
175 public void remove(java.awt.Component c) { in remove() argument
[all …]
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx859 if (c == '$' || c == '\\') { in rtl_bootstrap_encode()
862 b.append(c); in rtl_bootstrap_encode()
869 int hex(sal_Unicode c) { in hex() argument
871 c >= '0' && c <= '9' ? c - '0' : in hex()
872 c >= 'A' && c <= 'F' ? c - 'A' + 10 : in hex()
873 c >= 'a' && c <= 'f' ? c - 'a' + 10 : -1; in hex()
880 if (c == '\\') { in read()
898 return c; in read()
920 buf.append(c); in expandMacros()
1028 (c == ' ' || c == '$' || c == '-' || c == '/' || in expandMacros()
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Root_10/demoCA/newcerts/
H A D1000.pem20 ac:4c:fe:88:01:1a:73:4e:f5:32:15:3a:d0:cb:6b:
21 97:84:1b:6c:d0:d6:91:a8:a4:5a:87:2a:69:61:36:
22 1d:42:cc:16:d0:03:9c:c6:90:5c:61:20:8b:b1:be:
36 6b:0f:75:6d:56:b0:4e:45:19:65:ad:50:ef:4e:87:6c:95:5d:
37 05:39:5a:43:5c:b4:51:25:9a:ec:f4:93:d1:f0:f6:91:dd:a3:
38 77:95:0c:74:3c:a9:7c:c2:f6:62:ce:bf:58:5f:66:1f:d0:55:
39 ca:d8:2d:c4:1e:29:3a:ad:55:2c:9d:2c:8f:8e:9e:ce:ac:17:
40 7e:1b:d1:16:d9:12:76:5c:2d:3f:9d:70:66:aa:39:34:f0:ec:
41 31:4b:4b:5a:14:0c:c5:5b:3c:c8:47:02:90:cb:77:d7:4f:88:
42 10:a7:80:3d:ca:19:5c:b5:04:c9:f0:e1:1b:5a:5f:fb:61:b2:
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1008.pem15 00:a6:a8:3f:60:a7:9a:3b:20:c9:2c:8c:4f:cd:11:
16 1f:0d:a9:2a:2c:eb:12:80:0c:55:8a:4d:06:ef:b2:
18 1c:13:85:47:c7:c9:b9:76:09:10:a9:b1:94:5c:8d:
20 cd:7e:4c:4e:ab:18:78:5a:fb:b2:ec:a3:87:a1:0e:
22 10:c5:de:b7:a2:6c:0b:0c:9d:ab:32:a3:1a:c9:ae:
36 4c:d5:2f:ab:fb:83:f8:11:c9:d2:df:aa:dc:e9:b8:38:2e:53:
38 af:1b:9c:8e:4a:f5:cf:0b:ac:e9:06:16:ca:59:f1:7f:d7:45:
42 dc:46:5e:6b:9c:f6:70:0f:b2:0f:dc:0f:9c:9f:09:6c:fa:31:
43 6c:01
H A D1009.pem15 00:b4:3b:c7:b0:6c:b5:f2:b3:a5:79:89:54:de:af:
16 03:3c:0e:c9:57:15:8e:73:2a:48:83:18:59:ce:b4:
17 12:fb:5c:92:28:69:75:18:f9:0f:24:15:95:38:b2:
18 4c:81:07:90:97:3b:d7:3a:ab:a6:92:5a:9f:5a:1f:
21 b5:f1:1c:91:3a:d4:49:8a:60:1e:a7:01:2f:bc:d9:
22 cd:b4:f4:70:b4:38:d1:3c:d3:ee:00:df:b3:83:45:
23 63:5c:5d:28:47:bc:b1:b9:57
36 98:f3:ac:db:7b:a0:00:d2:58:be:74:21:ff:09:29:4c:0c:1a:
39 17:7c:f2:f9:46:03:62:7f:32:6b:f0:7c:75:a4:05:44:cb:10:
40 42:36:ce:12:c0:b9:e5:5f:e0:7b:c6:c8:39:5c:0c:50:30:a0:
[all …]
H A D1012.pem15 00:e9:8c:31:90:52:8d:ef:c6:6a:10:17:7d:37:a3:
18 fb:64:35:54:c9:50:36:18:6c:b6:b0:cf:d6:1e:30:
20 00:b9:b9:87:8c:75:e5:28:a6:74:a9:b4:96:36:b8:
21 15:62:84:0c:7a:a2:f3:07:9c:5c:8f:7a:22:3d:ba:
36 06:5b:fb:65:55:34:ca:2c:1a:c2:2d:2a:97:1b:a1:68:f6:0c:
37 13:18:03:44:f9:0d:37:a1:8c:b1:f7:bc:b7:74:a8:aa:c1:e7:
38 36:e7:b9:e0:64:79:76:63:98:7b:1d:d8:80:8c:d9:26:61:a8:
39 e7:07:96:60:e9:8a:24:78:cb:9c:f3:35:15:c9:d9:0c:2e:68:
40 68:48:9c:df:6b:56:3f:aa:47:34:36:b0:ef:0e:d2:e0:ee:a9:
41 a9:6a:27:93:60:27:5f:42:76:9c:e0:aa:74:6c:b9:aa:de:fe:
H A D1019.pem15 00:9c:cd:78:e7:11:1d:61:d4:0c:c6:87:c9:28:47:
17 d9:4b:1b:20:ff:06:42:bb:22:33:c5:22:12:2c:bb:
18 e6:c8:08:69:0e:af:e9:22:45:9f:ef:2c:26:46:d7:
19 1b:36:db:70:58:32:bc:3d:d7:7d:64:27:44:54:6c:
22 46:81:ea:90:df:44:0c:6c:bb:f8:47:c8:e9:79:d1:
36 7c:65:0b:e2:cd:ca:00:e8:40:0f:37:70:a1:89:54:5d:03:06:
37 2c:60:56:dc:2f:b7:01:ac:75:58:f6:82:8f:91:63:e2:91:d1:
38 17:7b:bd:63:b9:9c:4e:46:86:3e:a6:f5:a6:56:ac:90:2a:f4:
39 d8:a0:6c:02:15:6e:d9:f6:2a:f8:9a:c4:48:bd:cd:54:82:55:
40 c6:d5:52:76:09:e3:3d:17:8d:5c:46:16:ae:9e:56:df:9f:c3:
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Root_5/demoCA/newcerts/
H A D1001.pem15 00:97:fa:a2:49:d3:bf:c1:2e:7a:ed:83:83:3c:78:
17 a8:2a:e4:20:2f:3b:3d:ce:53:4f:72:fc:6c:0b:93:
18 38:c3:df:66:6e:d5:79:d0:a4:4e:41:84:43:3c:99:
19 79:0c:e0:5f:19:1a:3d:f5:4b:11:28:0f:80:b0:a0:
22 a7:60:a0:5c:2a:7c:37:99:fa:27:97:08:e8:89:ba:
39 6d:ca:34:05:99:ff:99:49:d3:6d:9d:ad:c6:99:da:9d:6c:94:
40 62:77:ed:1c:39:23:d2:e8:b6:3e:df:63:dc:7c:10:3f:c2:ed:
41 f4:04:26:58:05:01:4c:ed:a9:83:43:3a:5d:fe:60:6d:5b:58:
42 dc:93:8c:94:69:b6:7f:02:48:30:9c:31:f4:7d:de:e0:de:04:
43 d2:dc:79:b7:60:c2:87:f7:c7:92:a2:f5:86:a7:0c:70:3b:a3:
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Root_8/demoCA/newcerts/
H A D1001.pem16 97:e5:c5:07:8f:5b:46:3a:3c:d9:49:5e:9a:4b:51:
17 4c:b7:7d:e9:d1:4f:a7:15:8c:c6:10:f6:fa:5f:a9:
19 37:f9:b7:9f:76:ca:46:96:4c:1a:81:f4:a2:ce:88:
20 8b:9e:00:6d:42:b3:d6:68:d1:67:d6:9f:b8:9c:3f:
21 43:c7:36:bf:41:88:1b:e8:74:26:a0:51:5c:e2:ee:
22 6d:9d:73:bb:0d:36:e1:5c:68:9f:21:3b:b2:aa:ed:
39 89:f8:8d:a8:e5:0b:2a:fb:f3:6a:80:2c:26:a1:a7:36:7e:a0:
40 c5:61:65:9d:7e:d6:47:60:b4:f6:72:e9:6e:2c:d9:f8:7f:c8:
42 3b:b5:f6:ee:70:9c:04:7a:6c:88:05:75:7f:12:cf:b9:76:e8:
43 c0:17:0c:5e:eb:10:38:1e:54:41:58:56:f6:3c:ec:07:a5:c0:
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/
H A Dcacert.pem20 ac:4c:fe:88:01:1a:73:4e:f5:32:15:3a:d0:cb:6b:
21 97:84:1b:6c:d0:d6:91:a8:a4:5a:87:2a:69:61:36:
22 1d:42:cc:16:d0:03:9c:c6:90:5c:61:20:8b:b1:be:
36 6b:0f:75:6d:56:b0:4e:45:19:65:ad:50:ef:4e:87:6c:95:5d:
37 05:39:5a:43:5c:b4:51:25:9a:ec:f4:93:d1:f0:f6:91:dd:a3:
38 77:95:0c:74:3c:a9:7c:c2:f6:62:ce:bf:58:5f:66:1f:d0:55:
39 ca:d8:2d:c4:1e:29:3a:ad:55:2c:9d:2c:8f:8e:9e:ce:ac:17:
40 7e:1b:d1:16:d9:12:76:5c:2d:3f:9d:70:66:aa:39:34:f0:ec:
41 31:4b:4b:5a:14:0c:c5:5b:3c:c8:47:02:90:cb:77:d7:4f:88:
42 10:a7:80:3d:ca:19:5c:b5:04:c9:f0:e1:1b:5a:5f:fb:61:b2:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/
H A Dcacert.pem15 00:97:fa:a2:49:d3:bf:c1:2e:7a:ed:83:83:3c:78:
17 a8:2a:e4:20:2f:3b:3d:ce:53:4f:72:fc:6c:0b:93:
18 38:c3:df:66:6e:d5:79:d0:a4:4e:41:84:43:3c:99:
19 79:0c:e0:5f:19:1a:3d:f5:4b:11:28:0f:80:b0:a0:
22 a7:60:a0:5c:2a:7c:37:99:fa:27:97:08:e8:89:ba:
39 6d:ca:34:05:99:ff:99:49:d3:6d:9d:ad:c6:99:da:9d:6c:94:
40 62:77:ed:1c:39:23:d2:e8:b6:3e:df:63:dc:7c:10:3f:c2:ed:
41 f4:04:26:58:05:01:4c:ed:a9:83:43:3a:5d:fe:60:6d:5b:58:
42 dc:93:8c:94:69:b6:7f:02:48:30:9c:31:f4:7d:de:e0:de:04:
43 d2:dc:79:b7:60:c2:87:f7:c7:92:a2:f5:86:a7:0c:70:3b:a3:
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/
H A Dcacert.pem16 97:e5:c5:07:8f:5b:46:3a:3c:d9:49:5e:9a:4b:51:
17 4c:b7:7d:e9:d1:4f:a7:15:8c:c6:10:f6:fa:5f:a9:
19 37:f9:b7:9f:76:ca:46:96:4c:1a:81:f4:a2:ce:88:
20 8b:9e:00:6d:42:b3:d6:68:d1:67:d6:9f:b8:9c:3f:
21 43:c7:36:bf:41:88:1b:e8:74:26:a0:51:5c:e2:ee:
22 6d:9d:73:bb:0d:36:e1:5c:68:9f:21:3b:b2:aa:ed:
39 89:f8:8d:a8:e5:0b:2a:fb:f3:6a:80:2c:26:a1:a7:36:7e:a0:
40 c5:61:65:9d:7e:d6:47:60:b4:f6:72:e9:6e:2c:d9:f8:7f:c8:
42 3b:b5:f6:ee:70:9c:04:7a:6c:88:05:75:7f:12:cf:b9:76:e8:
43 c0:17:0c:5e:eb:10:38:1e:54:41:58:56:f6:3c:ec:07:a5:c0:
[all …]
/trunk/main/vos/inc/vos/
H A Ddiagnose.hxx42 #define VOS_ASSERT(c) _OSL_ASSERT(c, VOS_THIS_FILE, __LINE__) argument
43 #define VOS_VERIFY(c) OSL_VERIFY(c) argument
44 #define VOS_ENSHURE(c, m) _OSL_ENSURE(c, VOS_THIS_FILE, __LINE__, m) argument
45 #define VOS_ENSURE(c, m) _OSL_ENSURE(c, VOS_THIS_FILE, __LINE__, m) argument
47 #define VOS_PRECOND(c, m) VOS_ENSHURE(c, m) argument
48 #define VOS_POSTCOND(c, m) VOS_ENSHURE(c, m) argument

Completed in 94 milliseconds

12345678910>>...46