X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=iconvdata%2Fcns11643l1.h;h=126a1446aa2a1e4f6f0e659daeeb0b50eb23a75e;hb=d4abeca50400747402a5a33f3a8aa0941be076d5;hp=be99888ab79b03a51fb4e909a2e187b828733c05;hpb=41bdb6e20c5d2df34a740cbd70e11c05025dfd12;p=platform%2Fupstream%2Fglibc.git diff --git a/iconvdata/cns11643l1.h b/iconvdata/cns11643l1.h index be99888..126a144 100644 --- a/iconvdata/cns11643l1.h +++ b/iconvdata/cns11643l1.h @@ -1,5 +1,5 @@ /* Access functions for CNS 11643, plane 1 handling. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include @@ -26,6 +25,7 @@ extern const uint16_t __cns11643l1_to_ucs4_tab[]; static inline uint32_t +__attribute ((always_inline)) cns11643l1_to_ucs4 (const unsigned char **s, size_t avail, unsigned char offset) { @@ -71,6 +71,7 @@ extern const char __cns11643l1_from_ucs4_tab14[][2]; static inline size_t +__attribute ((always_inline)) ucs4_to_cns11643l1 (uint32_t wch, unsigned char *s, size_t avail) { unsigned int ch = (unsigned int) wch;