A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/ptypes_8h_source.html below:

ICU 77.1: common/unicode/ptypes.h Source File

Go to the documentation of this file. 1 // © 2016 and later: Unicode, Inc. and others. 2 // License & terms of use: http://www.unicode.org/copyright.html 4 ****************************************************************************** 6 * Copyright (C) 1997-2012, International Business Machines 7 * Corporation and others. All Rights Reserved. 9 ****************************************************************************** 11 * FILE NAME : ptypes.h 13 * Date Name Description 14 * 05/13/98 nos Creation (content moved here from ptypes.h). 15 * 03/02/99 stephen Added AS400 support. 16 * 03/30/99 stephen Added Linux support. 17 * 04/13/99 stephen Reworked for autoconf. 18 * 09/18/08 srl Moved basic types back to ptypes.h from platform.h 19 ****************************************************************************** 38 #ifndef __STDC_LIMIT_MACROS 39 #define __STDC_LIMIT_MACROS 42 /* NULL, size_t, wchar_t */ 45 /* More platform-specific definitions. */ 48 /*===========================================================================*/ 49 /* Generic data types */ 50 /*===========================================================================*/ 54 // C++11 and C11 both specify that the data type char16_t should exist, C++11 55 // as a keyword and C11 as a typedef in the uchar.h header file, but not all 56 // implementations (looking at you, Apple, spring 2024) actually do this, so 57 // ICU4C must detect and deal with that. 58 #if !defined(__cplusplus) && !defined(U_IN_DOXYGEN) 62  typedef

uint16_t char16_t;

66 #endif /* _PTYPES_H */

Basic types for the platform.

C API: Unicode Properties.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4