Searched defs:actLen (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Dumsg.cpp47 int32_t actLen; local
52 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
56 return actLen;
87 int32_t actLen; local
92 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
96 return actLen;
352 int32_t actLen; local
361 actLen = umsg_vformat(fmt,result,resultLength,ap,status);
366 return actLen;
H A Dcalendar.cpp853 int32_t actLen = sizeof(tmp)-1; local
854 if(len > actLen) {
855 len = actLen;
/external/libxml2/
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);

Completed in 164 milliseconds