OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fieldMasks
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
DeviceTables.h
31
static const le_uint16
fieldMasks
[];
DeviceTables.cpp
15
const le_uint16 DeviceTable::
fieldMasks
[] = {0x0003, 0x000F, 0x00FF};
34
le_uint16 field = (word >> shift) &
fieldMasks
[format];
39
result |= ~
fieldMasks
[format];
Completed in 324 milliseconds