OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USPOOF_KEY_LENGTH_FIELD
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h
172
#define
USPOOF_KEY_LENGTH_FIELD
(x) (((x)>>29) & 3)
uspoof_conf.cpp
577
int32_t length =
USPOOF_KEY_LENGTH_FIELD
(key);
uspoof_impl.cpp
191
int32_t stringLen =
USPOOF_KEY_LENGTH_FIELD
(keyFlags) + 1;
/external/icu/icu4c/source/i18n/
uspoof_impl.h
172
#define
USPOOF_KEY_LENGTH_FIELD
(x) (((x)>>29) & 3)
uspoof_conf.cpp
577
int32_t length =
USPOOF_KEY_LENGTH_FIELD
(key);
uspoof_impl.cpp
191
int32_t stringLen =
USPOOF_KEY_LENGTH_FIELD
(keyFlags) + 1;
Completed in 109 milliseconds