Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/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.cpp895 int32_t actLen = sizeof(tmp)-1; in createInstance() local
896 if(len > actLen) { in createInstance()
897 len = actLen; in createInstance()
/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.cpp895 int32_t actLen = sizeof(tmp)-1; in createInstance() local
896 if(len > actLen) { in createInstance()
897 len = actLen; in createInstance()
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c2644 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()
/external/libxml2/
Dxmlschemas.c2663 char len[25], actLen[25]; in xmlSchemaFacetErr() local
2674 snprintf(actLen, 24, "%lu", length); in xmlSchemaFacetErr()
2688 value, (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr()
2691 (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr()