Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/components/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  GeneralCategory.h   Sprache: C

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef intl_components_GeneralCategory_h_
#define intl_components_GeneralCategory_h_

#include <cstdint>

namespace mozilla::intl {

// See https://www.unicode.org/reports/tr44/#General_Category_Values
// for details of these values.

// The values here must match the values used by ICU's UCharCategory.

enum class GeneralCategory : uint8_t {
  Unassigned = 0,
  Uppercase_Letter = 1,
  Lowercase_Letter = 2,
  Titlecase_Letter = 3,
  Modifier_Letter = 4,
  Other_Letter = 5,
  Nonspacing_Mark = 6,
  Enclosing_Mark = 7,
  Spacing_Mark = 8,
  Decimal_Number = 9,
  Letter_Number = 10,
  Other_Number = 11,
  Space_Separator = 12,
  Line_Separator = 13,
  Paragraph_Separator = 14,
  Control = 15,
  Format = 16,
  Private_Use = 17,
  Surrogate = 18,
  Dash_Punctuation = 19,
  Open_Punctuation = 20,
  Close_Punctuation = 21,
  Connector_Punctuation = 22,
  Other_Punctuation = 23,
  Math_Symbol = 24,
  Currency_Symbol = 25,
  Modifier_Symbol = 26,
  Other_Symbol = 27,
  Initial_Punctuation = 28,
  Final_Punctuation = 29,
  GeneralCategoryCount
};

}  // namespace mozilla::intl

#endif

Messung V0.5
C=91 H=100 G=95

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.