Searched defs:uic (Results 1 - 1 of 1) sorted by last modified time

/system/core/libcutils/
H A Dstrdup16to8.c59 unsigned int uic = *utf16Str++; local
61 if (uic > 0x07ff)
63 else if (uic > 0x7f || uic == 0)
73 unsigned int uic = *utf16Str++; local
76 if (uic > 0x07ff)
78 else if (uic > 0x7f || uic == 0)
116 unsigned int uic = *utf16Str++; local
118 if (uic >
[all...]

Completed in 653 milliseconds