/packages/apps/IM/libwbxml/include/ |
csp13_hash.h | 27 * @return integer value with code page in bit 8-15 and tag token in bit 0-7; -1 if not a CSP 1.3 tag 33 * @return 1 if <code>str</code> is a CSP 1.3 tag of Integer type; 0 if not 40 * @return token value ; -1 if not a valid CSP 1.3 value token
|
csp13_data.h | 48 { 0x09, "WV-CSP-Message" }, 502 { 0x05, "WV-CSP-VersionDiscovery-Request" }, 503 { 0x06, "WV-CSP-VersionDiscovery-Response" }, 548 { 0x05, "xmlns", "http://www.wireless-village.org/CSP" }, 551 { 0x08, "xmlns", "http://www.openmobilealliance.org/DTD/WV-CSP" }, 554 { 0x0B, "xmlns", "http://www.openmobilealliance.org/DTD/IMPS-CSP" },
|
/external/icu4c/common/ |
ucase.c | 67 UCaseProps *csp=(UCaseProps *)context; local 68 uprv_memcpy(csp->formatVersion, pInfo->formatVersion, 4); 78 UCaseProps *csp; local 125 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps)); 126 if(csp==NULL) { 130 uprv_memcpy(csp, cspProto, sizeof(UCaseProps)); 131 return csp; 137 UCaseProps cspProto={ NULL }, *csp; local 144 csp=ucase_openData( 153 return csp; 276 UCaseProps *csp; local 1484 const UCaseProps *csp; local 1572 const UCaseProps *csp=GET_CASE_PROPS(); local [all...] |
ucase.h | 41 ucase_close(UCaseProps *csp); 66 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode); 104 ucase_tolower(const UCaseProps *csp, UChar32 c); 107 ucase_toupper(const UCaseProps *csp, UChar32 c); 110 ucase_totitle(const UCaseProps *csp, UChar32 c); 113 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options); 125 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa); 140 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa); 144 ucase_getType(const UCaseProps *csp, UChar32 c); 148 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) [all...] |
ustrcase.c | 142 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache); 194 if(csm->csp==NULL) { 195 csm->csp=ucase_getSingleton(pErrorCode); 269 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { 281 if(UCASE_NONE!=ucase_getType(csm->csp, c)) { 298 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &csm->locCache); 348 ustr_toLower(const UCaseProps *csp, 356 csm.csp=csp; 368 ustr_toUpper(const UCaseProps *csp, 657 const UCaseProps *csp; local [all...] |
unistr_case.cpp | 106 const UCaseProps *csp=ucase_getSingleton(&errorCode); local 146 newLength = ustr_toLower(csp, getArrayStart(), getCapacity(), 150 newLength = ustr_toUpper(csp, getArrayStart(), getCapacity(), 157 newLength = ustr_toTitle(csp, getArrayStart(), getCapacity(), 162 newLength = ustr_foldCase(csp, getArrayStart(), getCapacity(),
|
ustr_imp.h | 105 const UCaseProps *csp; member in struct:UCaseMap 132 ustr_toLower(const UCaseProps *csp, 142 ustr_toUpper(const UCaseProps *csp, 154 ustr_toTitle(const UCaseProps *csp, 168 ustr_foldCase(const UCaseProps *csp,
|
ucasemap.c | 48 csm->csp=ucase_getSingleton(pErrorCode); 248 c=map(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &locCache); 330 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { 342 if(UCASE_NONE!=ucase_getType(csm->csp, c)) { 359 c=ucase_toFullTitle(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &csm->locCache); 408 utf8_foldCase(const UCaseProps *csp, 430 c=ucase_toFullFolding(csp, c, &s, options); 490 destLength=utf8_foldCase(csm->csp, dest, destCapacity, src, srcLength,
|
unormcmp.cpp | 143 const UCaseProps *csp; local 182 csp=ucase_getSingleton(pErrorCode); 187 csp=NULL; 317 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0 362 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
|
uniset_props.cpp | 1324 const UCaseProps *csp = ucase_getSingleton(&status); local [all...] |
/packages/apps/IM/libwbxml/test/ |
imps_encoder_test.cpp | 47 "<WV-CSP-Message xmlns=\"http://www.openmobilealliance.org/DTD/WV-CSP1.2\"></WV-CSP-Message>" 52 "<!DOCTYPE WV-CSP PUBLIC \"-//OMA//DTD WV-CSP 1.2//EN\" " 53 " \"http://www.openmobilealliance.org/DTD/WV-CSP.DTD\">" 54 "<WV-CSP-Message xmlns=\"http://www.openmobilealliance.org/DTD/WV-CSP1.2\"></WV-CSP-Message>" 63 "<WV-CSP-Message xmlns=\"http://www.wireless-village.org/CSP1.1\">" 65 "</WV-CSP-Message>" 75 "<WV-CSP-Message xmlns=\"http://www.openmobilealliance.org/DTD/WV-CSP1.2\"> [all...] |
imps_parser_test.cpp | 34 <WV-CSP-Message xmlns="http://www.wireless-village.org/CSP1.1"></WV-CSP-Message> 42 <WV-CSP-Message xmlns="http://www.wireless-village.org/CSP1.1" /> 50 <WV-CSP-Message xmlns="http://www.wireless-village.org/CSP1.1"> 52 </WV-CSP-Message> 61 <WV-CSP-Message xmlns="http://www.wireless-village.org/CSP1.1"> 67 </WV-CSP-Message> 82 <WV-CSP-Message xmlns="http://www.wireless-village.org/CSP1.1"> 88 </WV-CSP-Message> 98 <WV-CSP-Message xmlns="http://www.wireless-village.org/CSP1.1" [all...] |
/external/zlib/contrib/dotzlib/DotZLib/ |
AssemblyInfo.cs | 40 // Provider (CSP) on your machine. KeyFile refers to a file which contains
44 // (1) If the KeyName can be found in the CSP, that key is used.
46 // in the KeyFile is installed into the CSP and used.
|
/external/clearsilver/csharp/ |
CS.cs | 86 unsafe CSPARSE *csp; field in class:Clearsilver.CSTContext 88 fixed (CSPARSE **csp_ptr = &csp) { 97 cs_parse_file(csp,filename); 138 cs_render(csp,null,new CSOUTFUNC(ob.handleOutput));
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsConnectionConfig.java | 143 mContentType = "application/vnd.wv.csp.xml"; 145 mContentType = "application/vnd.wv.csp.wbxml"; 147 mContentType = "application/vnd.wv.csp.sms"; 154 mContentType = "application/vnd.wv.csp.xml"; 156 mContentType = "application/vnd.wv.csp.wbxml"; 158 mContentType = "application/vnd.wv.csp.sms"; 166 mContentType = "application/vnd.wv.csp+xml"; 168 mContentType = "application/vnd.wv.csp+wbxml"; 170 mContentType = "application/vnd.wv.csp.sms";
|
DataChannel.java | 24 * channel and a conditional CIR channel. All the exchange of CSP primitives is 66 * Sends a CSP primitive to the IMPS server through this data channel.
|
/packages/apps/IM/libwbxml/src/ |
xml2wbxml.cpp | 30 { "-//OMA//DTD IMPS-CSP 1.3//EN", 33 { "-//OMA//DTD WV-CSP 1.2//EN", 36 { "-//WIRELESSVILLAGE//DTD CSP 1.1//EN",
|
imps_encoder.cpp | 34 { "http://www.wireless-village.org/CSP", 0x05 }, 37 { "http://www.openmobilealliance.org/DTD/WV-CSP", 0x08 }, 40 { "http://www.openmobilealliance.org/DTD/IMPS-CSP", 0x0b },
|
wbxml_parser.cpp | 38 - Attribute value tokens (not used by IMPS CSP) 39 - EXT_* except EXT_T_0 (not used by IMPS CSP) 40 - PI (not used by IMPS CSP)
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduContentTypes.java | 96 "application/vnd.wv.csp.cir", /* 0x46 */ 102 "application/vnd.wv.csp+xml", /* 0x4C */ 103 "application/vnd.wv.csp+wbxml", /* 0x4D */
|
/system/core/fastboot/ |
usbtest.c | 52 printf("dev: csp=%02x/%02x/%02x v=%04x p=%04x ", 55 printf("ifc: csp=%02x/%02x/%02x%s%s\n",
|
/packages/apps/IM/libwbxml/src/gperf/ |
csp13tags.gperf | 34 WV-CSP-Message, 0x0009 448 WV-CSP-VersionDiscovery-Request, 0x0a05 449 WV-CSP-VersionDiscovery-Response, 0x0a06
|
/external/dropbear/libtomcrypt/src/prngs/ |
rng_get_bytes.c | 89 /* Try the Microsoft CSP */
|
/external/openssl/apps/ |
pkcs12.c | 243 else if (!strcmp (*args, "-CSP")) { 357 BIO_printf(bio_err, "-CSP name Microsoft CSP name\n");
|
/hardware/ti/omap3/dspbridge/inc/ |
cfg.h | 49 *! 12-Dec-1996 gp: Moved CFG_FindInSearchPath to CSP module.
|