OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPROPS_GCB_SHIFT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uprops.h
191
#define
UPROPS_GCB_SHIFT
5
uprops.cpp
406
int32_t gcb=(int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>
UPROPS_GCB_SHIFT
;
475
{ 2, UPROPS_GCB_MASK,
UPROPS_GCB_SHIFT
, defaultGetValue, defaultGetMaxValue },
/external/icu4c/common/
uprops.h
207
#define
UPROPS_GCB_SHIFT
5
uprops.cpp
380
int32_t gcb=(int32_t)(u_getUnicodeProperties(c, 2)&UPROPS_GCB_MASK)>>
UPROPS_GCB_SHIFT
;
449
{ 2, UPROPS_GCB_MASK,
UPROPS_GCB_SHIFT
, defaultGetValue, defaultGetMaxValue },
Completed in 410 milliseconds