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

/external/icu4c/test/cintltst/
H A Dusrchtst.c2526 #define TEXT_LEN 10 macro
2529 U_STRING_DECL(_text, "_0IS 0 OK?", TEXT_LEN);
2530 UChar pattern[PATTERN_LEN + 1], text[TEXT_LEN + 1];
2533 U_STRING_INIT(_text, "_0IS 0 OK?", TEXT_LEN);
2547 for (pos = 0; pos < TEXT_LEN; pos++) {
2554 text[TEXT_LEN] = 0x0000;
2568 TEXT_LEN, coll, NULL, &ec);

Completed in 74 milliseconds