Searched defs:char16 (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Dutf16char.h28 typedef unsigned short char16; typedef
33 char16* utf16_strtok(char16 *utf16_str, size_t *token_size,
34 char16 **utf16_str_next);
36 int utf16_atoi(const char16 *utf16_str);
38 float utf16_atof(const char16 *utf16_str);
40 size_t utf16_strlen(const char16 *utf16_str);
42 int utf16_strcmp(const char16 *str1, const char16 *str2);
43 int utf16_strncmp(const char16 *str
[all...]

Completed in 41 milliseconds