Searched refs:actLen (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dumsg.cpp68 int32_t actLen; local
73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
77 return actLen;
108 int32_t actLen; local
113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
117 return actLen;
371 int32_t actLen; local
380 actLen = umsg_vformat(fmt,result,resultLength,ap,status);
385 return actLen;
H A Dcalendar.cpp895 int32_t actLen = sizeof(tmp)-1; local
896 if(len > actLen) {
897 len = actLen;
/external/icu/icu4c/source/i18n/
H A Dumsg.cpp68 int32_t actLen; local
73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
77 return actLen;
108 int32_t actLen; local
113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
117 return actLen;
371 int32_t actLen; local
380 actLen = umsg_vformat(fmt,result,resultLength,ap,status);
385 return actLen;
H A Dcalendar.cpp895 int32_t actLen = sizeof(tmp)-1; local
896 if(len > actLen) {
897 len = actLen;
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c2644 char len[25], actLen[25]; local
2655 snprintf(actLen, 24, "%lu", length);
2669 value, (const xmlChar *) actLen, (const xmlChar *) len);
2672 (const xmlChar *) actLen, (const xmlChar *) len);
/external/libxml2/
H A Dxmlschemas.c2663 char len[25], actLen[25]; local
2674 snprintf(actLen, 24, "%lu", length);
2688 value, (const xmlChar *) actLen, (const xmlChar *) len);
2691 (const xmlChar *) actLen, (const xmlChar *) len);

Completed in 956 milliseconds