OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VAL_SP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c
69
static const UChar
VAL_SP
[] = {0x53, 0x50, 0}; /* "SP" */
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);
/external/icu4c/test/cintltst/
usettest.c
69
static const UChar
VAL_SP
[] = {0x53, 0x50, 0}; /* "SP" */
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);
Completed in 190 milliseconds