Searched refs:actLen (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | umsg.cpp | 68 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 113 …actLen = 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()
|
D | calendar.cpp | 895 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/ |
D | umsg.cpp | 68 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 113 …actLen = 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()
|
D | calendar.cpp | 895 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/ |
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()
|
/external/libxml2/ |
D | xmlschemas.c | 2663 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()
|