Home
last modified time | relevance | path

Searched refs:actLen (Results 1 – 5 of 5) 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()
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.cpp943 int32_t actLen = sizeof(tmp)-1; in makeInstance() local
944 if(len > actLen) { in makeInstance()
945 len = actLen; in makeInstance()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DBaseTest.java371 int actLen = jp.getTextLength(); in getAndVerifyText() local
373 String str2 = new String(ch, jp.getTextOffset(), actLen); in getAndVerifyText()
376 if (str.length() != actLen) { in getAndVerifyText()
377 …Token()+"): jp.getText().length() ['"+str+"'] == "+str.length()+"; jp.getTextLength() == "+actLen); in getAndVerifyText()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DBaseTest.java515 int actLen = p.getTextLength(); in getAndVerifyText() local
517 String str2 = new String(ch, p.getTextOffset(), actLen); in getAndVerifyText()
520 if (str.length() != actLen) { in getAndVerifyText()
521 …ntToken()+"): p.getText().length() ['"+str+"'] == "+str.length()+"; p.getTextLength() == "+actLen); in getAndVerifyText()
/external/libxml2/
Dxmlschemas.c2728 char len[25], actLen[25]; in xmlSchemaFacetErr() local
2739 snprintf(actLen, 24, "%lu", length); in xmlSchemaFacetErr()
2753 value, (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr()
2756 (const xmlChar *) actLen, (const xmlChar *) len); in xmlSchemaFacetErr()