Searched refs:actualLen (Results 1 - 15 of 15) sorted by path

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp338 SInt16 actualLen, dataLen, i = 0; local
358 me->processEEMCommand(EEMHeader, pipeBuf->indx, i+2, &actualLen);
360 actualLen = EEMHeader & frameLenMask;
361 meLogData(kDataIn, actualLen+2, &pipeBuf->pipeInBuffer[i]);
365 me->receivePacket(&pipeBuf->pipeInBuffer[i+2], actualLen);
367 i += actualLen;
/macosx-10.9.5/CF-855.17/
H A DCFString.c1051 /* In this function, actualLen is the length of the original string; but len is the number of characters in buffer. The buffer is expected to contain the parts of the string relevant to hashing.
1053 CF_INLINE CFHashCode __CFStrHashCharacters(const UniChar *uContents, CFIndex len, CFIndex actualLen) { argument
1054 CFHashCode result = actualLen;
1072 return result + (result << (actualLen & 31));
/macosx-10.9.5/ICU-511.35/icuSources/samples/datefmt/
H A Dutil.cpp57 int32_t actualLen; local
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
60 buf[actualLen] = 0;
/macosx-10.9.5/ICU-511.35/icuSources/samples/msgfmt/
H A Dutil.cpp57 int32_t actualLen; local
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
60 buf[actualLen] = 0;
/macosx-10.9.5/ICU-511.35/icuSources/samples/translit/
H A Dutil.cpp57 int32_t actualLen; local
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
60 buf[actualLen] = 0;
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcbiditst.c3875 int32_t actualLen; local
3877 actualLen = strlen(destChars);
3879 actualLen = ubidi_getResultLength(pBiDi);
3880 if (actualLen != destLen) {
3883 "Expected:", destLen, "Actual:", actualLen,
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/DateFmtPerf/
H A DDateFmtPerf.h130 int32_t actualLen; local
132 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
133 buf[actualLen] = 0;
216 int32_t actualLen; local
218 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
219 buf[actualLen] = 0;
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dxmlschemastypes.h80 unsigned long actualLen,
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtestapi.c35951 unsigned long actualLen; /* the number of list items */ local
35963 actualLen = gen_unsigned_long(n_actualLen, 2);
35966 ret_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen);
35971 des_unsigned_long(n_actualLen, actualLen, 2);
[all...]
H A Dxmlschemastypes.c5060 * @actualLen: the number of list items
5071 unsigned long actualLen,
5081 if (actualLen != facet->val->value.decimal.lo) {
5087 if (actualLen < facet->val->value.decimal.lo) {
5093 if (actualLen > facet->val->value.decimal.lo) {
5069 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlschemastypes.h80 unsigned long actualLen,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtestapi.c35630 unsigned long actualLen; /* the number of list items */ local
35642 actualLen = gen_unsigned_long(n_actualLen, 2);
35645 ret_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen);
35650 des_unsigned_long(n_actualLen, actualLen, 2);
[all...]
H A Dxmlschemastypes.c5053 * @actualLen: the number of list items
5064 unsigned long actualLen,
5074 if (actualLen != facet->val->value.decimal.lo) {
5080 if (actualLen < facet->val->value.decimal.lo) {
5086 if (actualLen > facet->val->value.decimal.lo) {
5062 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
/macosx-10.9.5/vim-53/src/
H A Dos_mac_conv.c32 static char_u *mac_utf16_to_utf8 __ARGS((UniChar *from, size_t fromLen, size_t *actualLen));
33 static UniChar *mac_utf8_to_utf16 __ARGS((char_u *from, size_t fromLen, size_t *actualLen));
330 mac_utf16_to_enc(from, fromLen, actualLen)
333 size_t *actualLen;
369 if (actualLen)
370 *actualLen = utf8_len;
372 else if (actualLen)
373 *actualLen = 0;
384 mac_enc_to_utf16(from, fromLen, actualLen)
387 size_t *actualLen;
471 size_t actualLen = 0; local
[all...]
/macosx-10.9.5/vim-53/src/proto/
H A Dos_mac_conv.pro7 char_u *mac_utf16_to_enc __ARGS((unsigned short *from, size_t fromLen, size_t *actualLen));
8 unsigned short *mac_enc_to_utf16 __ARGS((char_u *from, size_t fromLen, size_t *actualLen));

Completed in 654 milliseconds