Searched refs:actLen (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | umsg.cpp | 47 int32_t actLen; in u_formatMessage() local 52 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage() 56 return actLen; in u_formatMessage() 87 int32_t actLen; in u_formatMessageWithError() local 92 …actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,… in u_formatMessageWithError() 96 return actLen; in u_formatMessageWithError() 352 int32_t actLen; in umsg_format() local 361 actLen = umsg_vformat(fmt,result,resultLength,ap,status); in umsg_format() 366 return actLen; in umsg_format()
|
D | calendar.cpp | 853 int32_t actLen = sizeof(tmp)-1; in createInstance() local 854 if(len > actLen) { in createInstance() 855 len = actLen; in createInstance()
|
/external/libxml2/ |
D | xmlschemas.c | 2644 char len[25], actLen[25]; in xmlSchemaFacetErr() local 2655 snprintf(actLen, 24, "%lu", length); in xmlSchemaFacetErr() 2669 value, (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr() 2672 (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr()
|