Searched refs:actualLen (Results 1 - 17 of 17) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dpatchram.cpp316 int actualLen = 0; local
322 actualLen = GetStrValue (NAME_NFA_DM_START_UP_CFG, (char*)sConfig, sizeof(sConfig));
323 if (actualLen)
324 sStartupConfig.append (sConfig, actualLen);
327 actualLen = GetStrValue(NAME_PREINIT_DSP_CFG, (char*)sConfig, sizeof(sConfig));
328 if (actualLen)
329 sStartupConfig.append (sConfig, actualLen);
345 actualLen = GetStrValue(NAME_LPTD_CFG, (char*)sConfig, sizeof(sConfig));
346 if (actualLen)
348 sLptdConfig.append (sConfig, actualLen);
429 size_t actualLen = fread(sI2cFixPrmBuf, 1, lenPrmBuffer, fd); local
467 size_t actualLen = fread(sPrmBuf, 1, lenPrmBuffer, fd); local
594 int actualLen = 0; local
[all...]
/external/chromium_org/third_party/icu/source/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;
/external/chromium_org/third_party/icu/source/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;
/external/chromium_org/third_party/icu/source/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;
/external/icu/icu4c/source/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;
/external/icu/icu4c/source/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;
/external/icu/icu4c/source/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;
/external/srec/srec/Recognizer/src/
H A DRecognizerResultImpl.c155 size_t actualLen = 0, i, resultCount; local
173 actualLen += LSTRLEN(lValue);
180 ++actualLen;
183 if (actualLen + 1 > *len)
193 *len = actualLen + 1;
196 *len = actualLen;
/external/chromium_org/third_party/icu/source/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;
/external/icu/icu4c/source/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;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlschemastypes.h80 unsigned long actualLen,
/external/libxml2/include/libxml/
H A Dxmlschemastypes.h80 unsigned long actualLen,
/external/chromium_org/third_party/libxml/src/
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
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...]
/external/libxml2/
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
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c3878 int32_t actualLen; local
3880 actualLen = strlen(destChars);
3882 actualLen = ubidi_getResultLength(pBiDi);
3883 if (actualLen != destLen) {
3886 "Expected:", destLen, "Actual:", actualLen,
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c4118 int32_t actualLen; local
4120 actualLen = strlen(destChars);
4122 actualLen = ubidi_getResultLength(pBiDi);
4123 if (actualLen != destLen) {
4126 "Expected:", destLen, "Actual:", actualLen,

Completed in 583 milliseconds