ICU 56.1
56.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
common
unicode
ucat.h
Go to the documentation of this file.
1
/*
2
**********************************************************************
3
* Copyright (c) 2003-2004, International Business Machines
4
* Corporation and others. All Rights Reserved.
5
**********************************************************************
6
* Author: Alan Liu
7
* Created: March 19 2003
8
* Since: ICU 2.6
9
**********************************************************************
10
*/
11
#ifndef UCAT_H
12
#define UCAT_H
13
14
#include "
unicode/utypes.h
"
15
#include "
unicode/ures.h
"
16
64
U_CDECL_BEGIN
65
71
typedef
UResourceBundle
*
u_nl_catd
;
72
104
U_STABLE
u_nl_catd
U_EXPORT2
105
u_catopen
(
const
char
* name,
const
char
* locale,
UErrorCode
* ec);
106
115
U_STABLE
void
U_EXPORT2
116
u_catclose
(
u_nl_catd
catd);
117
150
U_STABLE
const
UChar
* U_EXPORT2
151
u_catgets
(
u_nl_catd
catd, int32_t set_num, int32_t msg_num,
152
const
UChar
* s,
153
int32_t* len,
UErrorCode
* ec);
154
155
U_CDECL_END
156
157
#endif
/*UCAT_H*/
158
/*eof*/
Generated on Wed Oct 7 2015 21:17:57 for ICU 56.1 by
1.8.1.2