File: gtm_icu.h

package info (click to toggle)
fis-gtm 7.1-006-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 32,908 kB
  • sloc: ansic: 344,906; asm: 5,184; csh: 4,859; sh: 2,000; awk: 294; makefile: 73; sed: 13
file content (42 lines) | stat: -rwxr-xr-x 1,103 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/****************************************************************
 *								*
 *	Copyright 2006, 2009 Fidelity Information Services, Inc	*
 *								*
 *	This source code contains the intellectual property	*
 *	of its copyright holder(s), and is made available	*
 *	under a license.  If you do not know the terms of	*
 *	the license, please stop and do not read further.	*
 *								*
 ****************************************************************/

ICU_DEF(u_getVersion)
ICU_DEF(u_isalpha)
ICU_DEF(u_islower)
ICU_DEF(u_isupper)
ICU_DEF(u_istitle)
ICU_DEF(u_iscntrl)
ICU_DEF(u_ispunct)
ICU_DEF(u_isdigit)
ICU_DEF(u_isspace)
ICU_DEF(u_isblank)
ICU_DEF(u_isprint)
ICU_DEF(u_getIntPropertyValue)
ICU_DEF(u_strFromUTF8)
ICU_DEF(u_strToUTF8)
ICU_DEF(u_strToLower)
ICU_DEF(u_strToUpper)
ICU_DEF(u_strToTitle)
ICU_DEF(u_strlen)
ICU_DEF(u_toupper)
ICU_DEF(u_finit)
ICU_DEF(u_fgets)
ICU_DEF(u_fclose)
ICU_DEF(u_feof)
ICU_DEF(ucnv_open)
ICU_DEF(ucnv_close)
ICU_DEF(ucnv_convertEx)
ICU_DEF(ucnv_getMaxCharSize)
ICU_DEF(ucnv_getMinCharSize)
ICU_DEF(ucnv_setToUCallBack)
ICU_DEF(ucnv_getName)
ICU_DEF(u_charType)