Searched refs:UTF8_SEQ_LENGTH (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dstrdup8to16.c30 #define UTF8_SEQ_LENGTH(ch) (((0xe5000000 >> ((ch >> 3) & 0x1e)) & 3) + 1) macro
89 expected = UTF8_SEQ_LENGTH(ic) - 1;
128 seq_len = UTF8_SEQ_LENGTH(**pUtf8Ptr);

Completed in 32 milliseconds