Home
last modified time | relevance | path

Searched refs:BUF2_LEN (Results 1 – 2 of 2) sorted by relevance

/external/ltp/lib/newlib_tests/
Dtest_guarded_buf.c15 #define BUF2_LEN 4096 macro
40 buf2[BUF2_LEN - 1] = 0; in do_test()
49 buf2[BUF2_LEN] = 0; in do_test()
89 {&buf2, .size = BUF2_LEN},
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1718 const int BUF2_LEN = 64; in testAutoQuoteApostrophe() local
1720 char buf2[BUF2_LEN]; in testAutoQuoteApostrophe()
1721 int32_t len = result.extract(0, result.length(), buf2, BUF2_LEN); in testAutoQuoteApostrophe()
1722 if (len >= BUF2_LEN) { in testAutoQuoteApostrophe()
1723 buf2[BUF2_LEN-1] = 0; in testAutoQuoteApostrophe()