Home
last modified time | relevance | path

Searched refs:USPOOF_KEY_LENGTH_FIELD (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Duspoof_impl.h173 #define USPOOF_KEY_LENGTH_FIELD(x) (((x)>>29) & 3) macro
Duspoof_conf.cpp575 int32_t length = USPOOF_KEY_LENGTH_FIELD(key); in getMapping()
Duspoof_impl.cpp184 int32_t stringLen = USPOOF_KEY_LENGTH_FIELD(keyFlags) + 1; in confusableLookup()