Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
[mono.git] / mono / metadata / unicode.h
index 1fa938ba2579f4aa2810595255e9cecab5a72f7e..7aa526e39f4b22ef1920035d386d836406747911 100644 (file)
@@ -45,52 +45,7 @@ typedef enum {
        CurrencySymbol          = 26,
        ModifierSymbol          = 27,
        OtherSymbol             = 28,
-       OtherNotAssigned        = 29,
+       OtherNotAssigned        = 29
 } MonoUnicodeCategory;
 
-double 
-ves_icall_System_Char_GetNumericValue    (gunichar2 c);
-
-MonoUnicodeCategory 
-ves_icall_System_Char_GetUnicodeCategory (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsControl          (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsDigit            (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsLetter           (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsLower            (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsUpper            (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsNumber           (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsPunctuation      (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsSeparator        (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsSurrogate        (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsSymbol           (gunichar2 c);
-
-gboolean 
-ves_icall_System_Char_IsWhiteSpace       (gunichar2 c);
-
-gunichar2
-ves_icall_System_Char_ToLower            (gunichar2 c);
-
-gunichar2
-ves_icall_System_Char_ToUpper            (gunichar2 c);
-
 #endif