Searched refs:BUF2_LEN (Results 1 – 1 of 1) sorted by relevance
1713 const int BUF2_LEN = 64; in testAutoQuoteApostrophe() local1715 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()