Home | History | Annotate | Download | only in lib

Lines Matching full:utf8str

55  *            the UTF8 string 'utf8str' of maximum length maxlen (in bytes)
56 * @param utf8str : a string encoded in UTF8
57 * @param maxlen : max length (in bytes) accessible in utf8str
63 picoos_int32 picobase_utf8_length(const picoos_uint8 *utf8str,
80 * Converts the content of 'utf8str' to lowercase and stores it on 'lowercase'
82 * @param utf8str : utf8 string
88 picoos_int32 picobase_lowercase_utf8_str (picoos_uchar utf8str[], picoos_char lowercase[], picoos_int32 lowercaseMaxLen, picoos_uint8 * done);
91 * Converts the content of 'utf8str' to upperrcase and stores it on 'uppercase'
92 * @param utf8str : utf8 string
98 picoos_int32 picobase_uppercase_utf8_str (picoos_uchar utf8str[], picoos_char uppercase[], int uppercaseMaxLen, picoos_uint8 * done);