Home
last modified time | relevance | path

Searched refs:VAL_SP (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
Dusettest.c69 static const UChar VAL_SP[] = {0x53, 0x50, 0}; /* "SP" */ variable
70 static const int32_t VAL_SP_LEN = (sizeof(VAL_SP) / sizeof(VAL_SP[0])) - 1;
183 uset_applyPropertyAlias(set2, PAT_lb, PAT_lb_LEN, VAL_SP, VAL_SP_LEN, &ec); in TestAPI()