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.cpp1713 const int BUF2_LEN = 64; in testAutoQuoteApostrophe() local
1715 char buf2[BUF2_LEN]; in testAutoQuoteApostrophe()
1716 int32_t len = result.extract(0, result.length(), buf2, BUF2_LEN); in testAutoQuoteApostrophe()
1717 if (len >= BUF2_LEN) { in testAutoQuoteApostrophe()
1718 buf2[BUF2_LEN-1] = 0; in testAutoQuoteApostrophe()