home *** CD-ROM | disk | FTP | other *** search
- ' locale BASIC header
-
- '$include locale.bc
- LIBRARY DECLARE "locale.library"
- DECLARE SUB CloseCatalog LIBRARY 'catalog&
- DECLARE SUB CloseLocale LIBRARY 'locale&
- DECLARE FUNCTION ConvToLower& LIBRARY 'locale&, character&
- DECLARE FUNCTION ConvToUpper& LIBRARY 'locale&, character&
- DECLARE SUB FormatDate LIBRARY 'locale&, fmtTemplate&, date&, putCharFunc&
- DECLARE FUNCTION FormatString& LIBRARY 'locale&, fmtTemplate&, dataStream&, putCharFunc&
- DECLARE FUNCTION GetCatalogStr& LIBRARY 'catalog&, stringNum&, defaultString&
- DECLARE FUNCTION GetLocaleStr& LIBRARY 'locale&, stringNum&
- DECLARE FUNCTION IsAlNum& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsAlpha& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsCntrl& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsDigit& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsGraph& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsLower& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsPrint& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsPunct& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsSpace& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsUpper& LIBRARY 'locale&, character&
- DECLARE FUNCTION IsXDigit& LIBRARY 'locale&, character&
- DECLARE FUNCTION OpenCatalogA& LIBRARY 'locale&, Catalogname&, tags&
- DECLARE FUNCTION OpenLocale& LIBRARY 'Catalogname&
- DECLARE FUNCTION ParseDate& LIBRARY 'locale&, date&, fmtTemplate&, getCharFunc&
- DECLARE FUNCTION StrConvert& LIBRARY 'locale&, string&, Catalogbuffer&, bufferSize&, Catalogtype&
- DECLARE FUNCTION StrnCmp& LIBRARY 'locale&, string1&, string2&, Cataloglength&, Catalogtype&
-