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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusrchtst.c2426 #define PATTERN_LEN 4 macro
2429 U_STRING_DECL(_pattern, "IS 0", PATTERN_LEN);
2431 UChar pattern[PATTERN_LEN + 1], text[TEXT_LEN + 1];
2433 U_STRING_INIT(_pattern, "IS 0", PATTERN_LEN);
2439 for (pos = 0; pos < PATTERN_LEN; pos++) {
2446 pattern[PATTERN_LEN] = 0x0000;
2468 search = usearch_openFromCollator(pattern, PATTERN_LEN, text,
/external/icu/icu4c/source/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 108 milliseconds