Home
last modified time | relevance | path

Searched defs:MBCS_ENTRY_TRANSITION_STATE (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Ducnvmbcs.h287 #define MBCS_ENTRY_TRANSITION_STATE(entry) (((uint32_t)entry)>>24) macro
/third_party/icu/icu4c/source/common/
Ducnvmbcs.h287 #define MBCS_ENTRY_TRANSITION_STATE(entry) (((uint32_t)entry)>>24) macro
/third_party/skia/third_party/externals/icu/source/common/
Ducnvmbcs.h287 #define MBCS_ENTRY_TRANSITION_STATE(entry) (((uint32_t)entry)>>24) macro
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1220 static int MBCS_ENTRY_TRANSITION_STATE(int entry) { in MBCS_ENTRY_TRANSITION_STATE() method in CharsetMBCS