os/textandloc/fontservices/textshaperplugin/IcuSource/common/unicode/udeprctd.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 *******************************************************************************
     3 *   Copyright (C) 2005, International Business Machines
     4 *   Corporation and others.  All Rights Reserved.
     5 *******************************************************************************
     6 *
     7 *   file name:  udeprctd.h
     8 *   encoding:   US-ASCII
     9 *   tab size:   8 (not used)
    10 *   indentation:4
    11 *
    12 *   Created by: gendraft.pl, a perl script written by Ram Viswanadha
    13 *
    14 *  Contains data for commenting out APIs.
    15 *  Gets included by umachine.h
    16 *
    17 *  THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
    18 *  YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN!
    19 */
    20 
    21 #ifndef UDEPRCTD_H
    22 #define UDEPRCTD_H
    23 
    24 #ifdef U_HIDE_DEPRECATED_API
    25 
    26 #define LEUnicode_3_4 LEUnicode_DEPRECATED_API_DO_NOT_USE
    27 #define UBRK_TITLE_3_4 UBRK_TITLE_DEPRECATED_API_DO_NOT_USE
    28 #define ucol_getContractions_3_4 ucol_getContractions_DEPRECATED_API_DO_NOT_USE
    29 #define ucol_getLocale_3_4 ucol_getLocale_DEPRECATED_API_DO_NOT_USE
    30 #define ULOC_REQUESTED_LOCALE_3_4 ULOC_REQUESTED_LOCALE_DEPRECATED_API_DO_NOT_USE
    31 #define RES_NONE_3_4 RES_NONE_DEPRECATED_API_DO_NOT_USE
    32 #define RES_STRING_3_4 RES_STRING_DEPRECATED_API_DO_NOT_USE
    33 #define RES_BINARY_3_4 RES_BINARY_DEPRECATED_API_DO_NOT_USE
    34 #define RES_TABLE_3_4 RES_TABLE_DEPRECATED_API_DO_NOT_USE
    35 #define RES_ALIAS_3_4 RES_ALIAS_DEPRECATED_API_DO_NOT_USE
    36 #define RES_INT_3_4 RES_INT_DEPRECATED_API_DO_NOT_USE
    37 #define RES_ARRAY_3_4 RES_ARRAY_DEPRECATED_API_DO_NOT_USE
    38 #define RES_INT_VECTOR_3_4 RES_INT_VECTOR_DEPRECATED_API_DO_NOT_USE
    39 #define RES_RESERVED_3_4 RES_RESERVED_DEPRECATED_API_DO_NOT_USE
    40 #define ures_countArrayItems_3_4 ures_countArrayItems_DEPRECATED_API_DO_NOT_USE
    41 #define ures_getVersionNumber_3_4 ures_getVersionNumber_DEPRECATED_API_DO_NOT_USE
    42 #define ures_getLocale_3_4 ures_getLocale_DEPRECATED_API_DO_NOT_USE
    43 #define utrans_open_3_4 utrans_open_DEPRECATED_API_DO_NOT_USE
    44 #define utrans_getID_3_4 utrans_getID_DEPRECATED_API_DO_NOT_USE
    45 #define utrans_unregister_3_4 utrans_unregister_DEPRECATED_API_DO_NOT_USE
    46 #define utrans_getAvailableID_3_4 utrans_getAvailableID_DEPRECATED_API_DO_NOT_USE
    47 
    48 #endif /* U_HIDE_DEPRECATED_API */
    49 #endif /* UDEPRCTD_H */
    50