Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dumsg.cpp70 int32_t actLen; in u_formatMessage() local
75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage()
79 return actLen; in u_formatMessage()
110 int32_t actLen; in u_formatMessageWithError() local
115actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,… in u_formatMessageWithError()
119 return actLen; in u_formatMessageWithError()
373 int32_t actLen; in umsg_format() local
382 actLen = umsg_vformat(fmt,result,resultLength,ap,status); in umsg_format()
387 return actLen; in umsg_format()
Dcalendar.cpp920 int32_t actLen = sizeof(tmp)-1; in makeInstance() local
921 if(len > actLen) { in makeInstance()
922 len = actLen; in makeInstance()
/external/libxml2/
Dxmlschemas.c2683 char len[25], actLen[25]; in xmlSchemaFacetErr() local
2694 snprintf(actLen, 24, "%lu", length); in xmlSchemaFacetErr()
2708 value, (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr()
2711 (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr()