Searched refs:TEXT_LEN (Results 1 – 1 of 1) sorted by relevance
2528 #define TEXT_LEN 10 in TestSearchForNull() macro2531 U_STRING_DECL(_text, "_0IS 0 OK?", TEXT_LEN); in TestSearchForNull()2532 UChar pattern[PATTERN_LEN + 1], text[TEXT_LEN + 1]; in TestSearchForNull()2535 U_STRING_INIT(_text, "_0IS 0 OK?", TEXT_LEN); in TestSearchForNull()2549 for (pos = 0; pos < TEXT_LEN; pos++) { in TestSearchForNull()2556 text[TEXT_LEN] = 0x0000; in TestSearchForNull()2570 TEXT_LEN, coll, NULL, &ec); in TestSearchForNull()