Searched refs:TEXT_LEN (Results 1 – 1 of 1) sorted by relevance
2530 #define TEXT_LEN 10 in TestSearchForNull() macro2533 U_STRING_DECL(_text, "_0IS 0 OK?", TEXT_LEN); in TestSearchForNull()2534 UChar pattern[PATTERN_LEN + 1], text[TEXT_LEN + 1]; in TestSearchForNull()2537 U_STRING_INIT(_text, "_0IS 0 OK?", TEXT_LEN); in TestSearchForNull()2551 for (pos = 0; pos < TEXT_LEN; pos++) { in TestSearchForNull()2558 text[TEXT_LEN] = 0x0000; in TestSearchForNull()2572 TEXT_LEN, coll, NULL, &ec); in TestSearchForNull()