Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp68 #define STR16_TO_STR8_SHIFT_WIDTH 10 macro
161 utf32 = (*curUtf16++ - 0xD800) << STR16_TO_STR8_SHIFT_WIDTH; in StrncpyStr16ToStr8()