home *** CD-ROM | disk | FTP | other *** search
- CLIB_LOCALE_PROTOS_HCLIB_LOCALE_PROTOS_HEXEC_TYPES_H<exec/types.h>LIBRARIES_LOCALE_H<libraries/locale.h>DOS_DOS_H<dos/dos.h>UTILITY_HOOKS_H<utility/hooks.h>UTILITY_TAGITEM_H<utility/tagitem.h>REXX_STORAGE_H<rexx/storage.h>
- CloseCatalog(Catalog*catalog);
- CloseLocale(Locale*locale);
- ConvToLower(Locale*locale,character);
- ConvToUpper(Locale*locale,character);
- FormatDate(Locale*locale,STRPTR fmtTemplate,
- DateStamp*date,Hook*putCharFunc);
- FormatString(Locale*locale,STRPTR fmtTemplate,dataStream,
- Hook*putCharFunc);
- STRPTR GetCatalogStr(Catalog*catalog,stringNum,
- STRPTR defaultString);
- STRPTR GetLocaleStr(Locale*locale,stringNum);
- BOOL IsAlNum(Locale*locale,character);
- BOOL IsAlpha(Locale*locale,character);
- BOOL IsCntrl(Locale*locale,character);
- BOOL IsDigit(Locale*locale,character);
- BOOL IsGraph(Locale*locale,character);
- BOOL IsLower(Locale*locale,character);
- BOOL IsPrint(Locale*locale,character);
- BOOL IsPunct(Locale*locale,character);
- BOOL IsSpace(Locale*locale,character);
- BOOL IsUpper(Locale*locale,character);
- BOOL IsXDigit(Locale*locale,character);
- Catalog*OpenCatalogA(Locale*locale,STRPTR name,
- TagItem*tags);
- Catalog*OpenCatalog(Locale*locale,STRPTR name,Tag tag1,
- ...);
- Locale*OpenLocale(STRPTR name);
- BOOL ParseDate(Locale*locale,DateStamp*date,
- STRPTR fmtTemplate,Hook*getCharFunc);
- StrConvert(Locale*locale,STRPTR string,buffer,
- bufferSize,type);
- StrnCmp(Locale*locale,STRPTR string1,STRPTR string2,
- length,type);