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

Quelle  nsUConvPropertySearch.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 nsUConvPropertySearch_h_
#define nsUConvPropertySearch_h_

#include "nsStringFwd.h"

struct nsUConvProp {
  const charconst mKey;
  const charconst mValue;
  const uint32_t mValueLength;
};

class nsUConvPropertySearch {
 public:
  /**
   * Looks up a property by value.
   *
   * @param aProperties
   *   the static property array
   * @param aKey
   *   the key to look up
   * @param aValue
   *   the return value (empty string if not found)
   * @return NS_OK if found or NS_ERROR_FAILURE if not found
   */

  static nsresult SearchPropertyValue(const nsUConvProp aProperties[],
                                      int32_t aNumberOfProperties,
                                      const nsACString& aKey,
                                      nsACString& aValue);
};

#endif /* nsUConvPropertySearch_h_ */

Messung V0.5
C=93 H=58 G=77

¤ Dauer der Verarbeitung: 0.20 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.