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

/external/icu4c/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/icu4c/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/icu4c/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/icu4c/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/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/libxml2/include/libxml/
H A Dxmlschemastypes.h80 unsigned long actualLen,
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dselfhtml.js43 var actualLen = actual.length;
50 for(j = 0; j < actualLen; j++) {
85 var actualLen = actual.length;
92 for(j = 0; j < actualLen; j++) {
/external/webkit/LayoutTests/dom/html/level2/core/
H A Dselfhtml.js43 var actualLen = actual.length;
50 for(j = 0; j < actualLen; j++) {
85 var actualLen = actual.length;
92 for(j = 0; j < actualLen; j++) {
/external/webkit/LayoutTests/dom/html/level2/events/
H A Dselfhtml.js43 var actualLen = actual.length;
50 for(j = 0; j < actualLen; j++) {
85 var actualLen = actual.length;
92 for(j = 0; j < actualLen; j++) {
/external/webkit/LayoutTests/dom/html/level2/html/
H A Dselfhtml.js43 var actualLen = actual.length;
50 for(j = 0; j < actualLen; j++) {
85 var actualLen = actual.length;
92 for(j = 0; j < actualLen; j++) {
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dselfxhtml.js42 var actualLen = actual.length;
49 for(j = 0; j < actualLen; j++) {
84 var actualLen = actual.length;
91 for(j = 0; j < actualLen; j++) {
/external/webkit/LayoutTests/dom/xhtml/level2/core/
H A Dselfxhtml.js42 var actualLen = actual.length;
49 for(j = 0; j < actualLen; j++) {
84 var actualLen = actual.length;
91 for(j = 0; j < actualLen; j++) {
/external/webkit/LayoutTests/dom/xhtml/level2/events/
H A Dselfxhtml.js42 var actualLen = actual.length;
49 for(j = 0; j < actualLen; j++) {
84 var actualLen = actual.length;
91 for(j = 0; j < actualLen; j++) {
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A Dselfxhtml.js42 var actualLen = actual.length;
49 for(j = 0; j < actualLen; j++) {
84 var actualLen = actual.length;
91 for(j = 0; j < actualLen; j++) {
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dselfxhtml.js42 var actualLen = actual.length;
49 for(j = 0; j < actualLen; j++) {
84 var actualLen = actual.length;
91 for(j = 0; j < actualLen; j++) {
/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/icu4c/test/cintltst/
H A Dcbiditst.c3447 int32_t actualLen; local
3449 actualLen = strlen(destChars);
3451 actualLen = ubidi_getResultLength(pBiDi);
3452 if (actualLen != destLen) {
3455 "Expected:", destLen, "Actual:", actualLen,

Completed in 316 milliseconds