OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_GROUPS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
unames.c
92
#define
GET_GROUPS
(names) (const uint16_t *)((const char *)names+names->groupsOffset)
505
const uint16_t *groups=
GET_GROUPS
(names);
707
const uint16_t *groups=
GET_GROUPS
(names);
[
all
...]
/external/icu4c/common/
unames.cpp
94
#define
GET_GROUPS
(names) (const uint16_t *)((const char *)names+names->groupsOffset)
507
const uint16_t *groups=
GET_GROUPS
(names);
721
const uint16_t *groups=
GET_GROUPS
(names);
[
all
...]
Completed in 32 milliseconds