[icu] Remove glib-ism

This commit is contained in:
Behdad Esfahbod 2012-01-14 21:29:45 -05:00
parent a097043f9a
commit 299ae0c3a3

View File

@ -175,7 +175,7 @@ hb_icu_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED,
return FALSE;
UChar utf16[4], normalized[5];
gint len;
int len;
hb_bool_t ret, err;
UErrorCode icu_err;
@ -209,7 +209,7 @@ hb_icu_unicode_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED,
void *user_data HB_UNUSED)
{
UChar utf16[2], normalized[20];
gint len;
int len;
hb_bool_t ret, err;
UErrorCode icu_err;