Example #1
0
 public static extern sbyte *strptime_l([NativeTypeName("const char *")] sbyte *__s, [NativeTypeName("const char *")] sbyte *__fmt, [NativeTypeName("struct tm *")] tm *__tp, locale_t __loc);
Example #2
0
 public static extern nuint strftime_l([NativeTypeName("char *")] sbyte *__s, [NativeTypeName("size_t")] nuint __maxsize, [NativeTypeName("const char *")] sbyte *__format, [NativeTypeName("const struct tm *")] tm *__tp, locale_t __loc);
Example #3
0
 public static extern locale_t uselocale(locale_t __dataset);
Example #4
0
 public static extern void freelocale(locale_t __dataset);
Example #5
0
 public static extern locale_t duplocale(locale_t __dataset);
Example #6
0
 public static extern locale_t newlocale(int __category_mask, [NativeTypeName("const char *")] sbyte *__locale, locale_t __base);