home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / devcon / milan_1991 / devcon91.2 / locale / development / fd / locale_lib.fd
Text File  |  1992-09-01  |  1KB  |  52 lines

  1. * "locale.library"
  2. ##base _LocaleBase
  3. ##bias 30
  4. ##public
  5. *--- functions in V36 or higher (distributed as Preliminary Release 2.0) ---
  6. ##private
  7. * ARexx function host entry point
  8. * This function also returns a (struct RexxMsg *) in A1
  9. ARexxHost(parameters)(a0)
  10. ##public
  11. *
  12. * Public entries
  13. *
  14. CloseCatalog(catalog)(a0)
  15. CloseLocale(locale)(a0)
  16. ConvToLower(locale,character)(a0,d0)
  17. ConvToUpper(locale,character)(a0,d0)
  18. FormatDate(locale,template,date,putCharFunc)(a0/a1/a2/a3)
  19. FormatString(locale,string,dataStream,putCharFunc)(a0/a1/a2/a3)
  20. GetCatalogStr(catalog,stringNum,defaultString)(a0,d0/a1)
  21. GetLocaleStr(locale,stringNum)(a0,d0)
  22. IsAlNum(locale,character)(a0,d0)
  23. IsAlpha(locale,character)(a0,d0)
  24. IsCntrl(locale,character)(a0,d0)
  25. IsDigit(locale,character)(a0,d0)
  26. IsGraph(locale,character)(a0,d0)
  27. IsLower(locale,character)(a0,d0)
  28. IsPrint(locale,character)(a0,d0)
  29. IsPunct(locale,character)(a0,d0)
  30. IsSpace(locale,character)(a0,d0)
  31. IsUpper(locale,character)(a0,d0)
  32. IsXDigit(locale,character)(a0,d0)
  33. OpenCatalogA(locale,name,tags)(a0/a1/a2)
  34. OpenLocale(name)(a0)
  35. ParseDate(locale,date,template,getCharFunc)(a0/a1/a2/a3)
  36. ##private
  37. SetDefaultLocale(locale)(a0)
  38. ##public
  39. StrConvert(locale,string,buffer,bufferSize,type)(a0/a1/a2,d0/d1)
  40. StrnCmp(locale,string1,string2,length,type)(a0/a1/a2,d0/d1)
  41. ##private
  42. *
  43. * Reserved entries
  44. *
  45. LocReserved0()()
  46. LocReserved1()()
  47. LocReserved2()()
  48. LocReserved3()()
  49. LocReserved4()()
  50. LocReserved5()()
  51. ##end
  52.