/* 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_NumberPart_h_ #define intl_components_NumberPart_h_
enumclass NumberPartSource : int16_t { Shared, Start, End };
// Because parts fully partition the formatted string, we only track the // index of the end of each part -- the beginning is implicitly the last // part's end. struct NumberPart {
NumberPartType type;
NumberPartSource source;
size_t endIndex;
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.