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

/external/icu4c/test/cintltst/
H A Dusrchtst.c2525 #define PATTERN_LEN 4 macro
2528 U_STRING_DECL(_pattern, "IS 0", PATTERN_LEN);
2530 UChar pattern[PATTERN_LEN + 1], text[TEXT_LEN + 1];
2532 U_STRING_INIT(_pattern, "IS 0", PATTERN_LEN);
2538 for (pos = 0; pos < PATTERN_LEN; pos++) {
2545 pattern[PATTERN_LEN] = 0x0000;
2567 search = usearch_openFromCollator(pattern, PATTERN_LEN, text,

Completed in 44 milliseconds