Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1710 const int BUF2_LEN = 64; in testAutoQuoteApostrophe() local
1712 char buf2[BUF2_LEN]; in testAutoQuoteApostrophe()
1713 int32_t len = result.extract(0, result.length(), buf2, BUF2_LEN); in testAutoQuoteApostrophe()
1714 if (len >= BUF2_LEN) { in testAutoQuoteApostrophe()
1715 buf2[BUF2_LEN-1] = 0; in testAutoQuoteApostrophe()