Home
last modified time | relevance | path

Searched refs:actLen (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dumsg.cpp68 int32_t actLen; in u_formatMessage() local
73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage()
77 return actLen; in u_formatMessage()
108 int32_t actLen; in u_formatMessageWithError() local
113actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,… in u_formatMessageWithError()
117 return actLen; in u_formatMessageWithError()
371 int32_t actLen; in umsg_format() local
380 actLen = umsg_vformat(fmt,result,resultLength,ap,status); in umsg_format()
385 return actLen; in umsg_format()
Dcalendar.cpp922 int32_t actLen = sizeof(tmp)-1; in makeInstance() local
923 if(len > actLen) { in makeInstance()
924 len = actLen; in makeInstance()
/external/libxml2/
Dxmlschemas.c2665 char len[25], actLen[25]; in xmlSchemaFacetErr() local
2676 snprintf(actLen, 24, "%lu", length); in xmlSchemaFacetErr()
2690 value, (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr()
2693 (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr()