Home
last modified time | relevance | path

Searched refs:buffer4 (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/programs/test/
H A Dselftest.c65 unsigned char *buffer4 = mbedtls_calloc(buffer_4_size, 1); in calloc_self_test() local
154 if (buffer4[i] != 0) { in calloc_self_test()
172 mbedtls_free(buffer4); in calloc_self_test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2414 StringBuffer buffer4 = new StringBuffer(); in TestFieldPositionCurrency()
2415 nf.format(negAmount, buffer4, cp); in TestFieldPositionCurrency()
2416 assertEquals("-34,57 €", "-34,57 €", buffer4.toString()); in TestFieldPositionCurrency()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2411 StringBuffer buffer4 = new StringBuffer(); in TestFieldPositionCurrency()
2412 nf.format(negAmount, buffer4, cp); in TestFieldPositionCurrency()
2413 assertEquals("-34,57 €", "-34,57 €", buffer4.toString()); in TestFieldPositionCurrency()

Completed in 21 milliseconds