Searched refs:TEXT_LEN (Results 1 – 1 of 1) sorted by relevance
2526 #define TEXT_LEN 10 in TestSearchForNull() macro2529 U_STRING_DECL(_text, "_0IS 0 OK?", TEXT_LEN); in TestSearchForNull()2530 UChar pattern[PATTERN_LEN + 1], text[TEXT_LEN + 1]; in TestSearchForNull()2533 U_STRING_INIT(_text, "_0IS 0 OK?", TEXT_LEN); in TestSearchForNull()2547 for (pos = 0; pos < TEXT_LEN; pos++) { in TestSearchForNull()2554 text[TEXT_LEN] = 0x0000; in TestSearchForNull()2568 TEXT_LEN, coll, NULL, &ec); in TestSearchForNull()