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

/external/icu/icu4c/source/test/cintltst/
H A Dusettest.c74 static const UChar STR_ab[] = {97,98,0}; /* "ab" */ variable
75 static const int32_t STR_ab_LEN = (sizeof(STR_ab) / sizeof(STR_ab[0])) - 1;
126 uset_removeString(set, STR_ab, STR_ab_LEN);
171 uset_addAllCodePoints(set, STR_ab, STR_ab_LEN);

Completed in 478 milliseconds