Home
last modified time | relevance | path

Searched refs:resultlength (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c113 int32_t resultLengthOut,resultlength,i, patternlength; in MessageFormatTest() local
121 resultlength=1; in MessageFormatTest()
128 resultLengthOut=u_formatMessage( "en_US",testCasePatterns[i], patternlength, result, resultlength, in MessageFormatTest()
133 resultlength=resultLengthOut+1; in MessageFormatTest()
134 result=(UChar*)realloc(result,sizeof(UChar) * resultlength); in MessageFormatTest()
135 u_formatMessage( "en_US",testCasePatterns[i], patternlength, result, resultlength, in MessageFormatTest()
159 resultlength=0; in MessageFormatTest()
160 resultLengthOut=u_formatMessageWithError( "en_US",testCasePatterns[i], patternlength, result, resultlength, in MessageFormatTest()
165 resultlength=resultLengthOut+1; in MessageFormatTest()
166 result=(UChar*)malloc(sizeof(UChar) * resultlength); in MessageFormatTest()
284 int32_t resultLengthOut, resultlength; TestSampleMessageFormat() local
385 int32_t resultLengthOut, resultlength; TestNewFormatAndParseAPI() local
488 int32_t resultLengthOut, resultlength; TestSampleFormatAndParseWithError() local
587 int32_t resultLengthOut, resultlength; TestSampleFormatAndParse() local
686 int32_t resultlength,resultLengthOut; TestMsgFormatSelect() local
756 int32_t resultlength,resultLengthOut; TestMsgFormatChoice() local
901 int32_t resultLengthOut,resultlength,i, patternlength; TestMessageFormatWithValist() local
[all...]
H A Dcdattst.c89 int32_t resultlength; in TestDateFormat() local
173 resultlength=0; in TestDateFormat()
174 resultlengthneeded=udat_format(def, d, NULL, resultlength, NULL, &status); in TestDateFormat()
178 resultlength=resultlengthneeded+1; in TestDateFormat()
183 result=(UChar*)malloc(sizeof(UChar) * resultlength); in TestDateFormat()
184 udat_format(def, d, result, resultlength, NULL, &status); in TestDateFormat()
291 resultlength=0; in TestDateFormat()
292 resultlengthneeded=udat_toPattern(def1, false, NULL, resultlength, &status); in TestDateFormat()
296 resultlength=resultlengthneeded + 1; in TestDateFormat()
297 result=(UChar*)malloc(sizeof(UChar) * resultlength); in TestDateFormat()
591 int32_t resultlength; TestSymbols() local
1087 int32_t resultlength, resultlengthout; VerifygetSymbols() local
1121 int32_t resultlength, resultlengthout; VerifysetSymbols() local
1164 int32_t resultlength, resultlengthout; VerifygetsetSymbols() local
1217 int32_t resultlength, resultlengthneeded; myNumformat() local
[all...]
H A Dcformtst.c76 int32_t resultlength, resultlengthneeded; in myDateFormat() local
80 resultlength=0; in myDateFormat()
81 resultlengthneeded=udat_format(dat, d1, NULL, resultlength, NULL, &status); in myDateFormat()
85 resultlength=resultlengthneeded+1; in myDateFormat()
86 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); in myDateFormat()
87 udat_format(dat, d1, result1, resultlength, NULL, &status); in myDateFormat()
H A Dcdtrgtst.c55 int32_t resultlength, resultlengthneeded; in Test4029195() local
73 resultlength=0; in Test4029195()
74 resultlengthneeded=udat_toPattern(df, true, NULL, resultlength, &status); in Test4029195()
78 resultlength=resultlengthneeded + 1; in Test4029195()
79 pat=(UChar*)malloc(sizeof(UChar) * resultlength); in Test4029195()
80 udat_toPattern(df, true, pat, resultlength, &status); in Test4029195()
246 int32_t resultlength, resultlengthneeded; in aux917() local
252 resultlength=0; in aux917()
253 resultlengthneeded=udat_toPattern(fmt, true, NULL, resultlength, &status); in aux917()
257 resultlength in aux917()
608 int32_t resultlength, resultlengthneeded; myFormatit() local
[all...]
H A Dcnumtst.c185 int32_t resultlength; in TestNumberFormat() local
289 resultlength=0; in TestNumberFormat()
291 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status); in TestNumberFormat()
295 resultlength=resultlengthneeded+1; in TestNumberFormat()
296 result=(UChar*)malloc(sizeof(UChar) * resultlength); in TestNumberFormat()
299 unum_format(cur_def, l, result, resultlength, &pos1, &status); in TestNumberFormat()
322 resultlength=0; in TestNumberFormat()
324 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status); in TestNumberFormat()
328 resultlength=resultlengthneeded+1; in TestNumberFormat()
329 result=(UChar*)malloc(sizeof(UChar) * resultlength); in TestNumberFormat()
1234 int32_t resultlength; TestSignificantDigits() local
1316 int32_t resultlength; TestNumberFormatPadding() local
[all...]
H A Dccaltst.c119 int32_t resultlength, resultlengthneeded; in TestCalendar() local
290 resultlength = ucal_getCanonicalTimeZoneID(PST, -1, in TestCalendar()
382 resultlength=0; in TestCalendar()
383 resultlengthneeded=ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", NULL, resultlength, &status); in TestCalendar()
388 resultlength=resultlengthneeded+1; in TestCalendar()
389 result=(UChar*)malloc(sizeof(UChar) * resultlength); in TestCalendar()
390 ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", result, resultlength, &status); in TestCalendar()
412 ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_DST, "en_US", result, resultlength, &status); in TestCalendar()
418 ucal_getTimeZoneDisplayName(caldef, UCAL_STANDARD, "en_US", result, resultlength, &status); in TestCalendar()
424 ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_STANDARD, "en_US", result, resultlength, in TestCalendar()
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c818 size_t resultlength; in verify_stateless_cookie_callback() local
823 && generate_stateless_cookie_callback(ssl, result, &resultlength) in verify_stateless_cookie_callback()
824 && cookie_len == resultlength in verify_stateless_cookie_callback()
825 && memcmp(result, cookie, resultlength) == 0) in verify_stateless_cookie_callback()
/third_party/openssl/apps/lib/
H A Ds_cb.c818 size_t resultlength; in verify_stateless_cookie_callback() local
823 && generate_stateless_cookie_callback(ssl, result, &resultlength) in verify_stateless_cookie_callback()
824 && cookie_len == resultlength in verify_stateless_cookie_callback()
825 && memcmp(result, cookie, resultlength) == 0) in verify_stateless_cookie_callback()

Completed in 14 milliseconds