OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STR_bc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c
72
static const UChar
STR_bc
[] = {98,99,0}; /* "bc" */
73
static const int32_t STR_bc_LEN = (sizeof(
STR_bc
) / sizeof(
STR_bc
[0])) - 1;
123
uset_addString(set,
STR_bc
, STR_bc_LEN);
174
if (uset_containsAllCodePoints(set,
STR_bc
, STR_bc_LEN)){
/external/icu4c/test/cintltst/
usettest.c
72
static const UChar
STR_bc
[] = {98,99,0}; /* "bc" */
73
static const int32_t STR_bc_LEN = (sizeof(
STR_bc
) / sizeof(
STR_bc
[0])) - 1;
123
uset_addString(set,
STR_bc
, STR_bc_LEN);
174
if (uset_containsAllCodePoints(set,
STR_bc
, STR_bc_LEN)){
Completed in 1904 milliseconds