/** * Matches a currency, either a custom currency or one from the data bundle. The class is called * "combined" to emphasize that the currency string may come from one of multiple sources. * * Will match currency spacing either before or after the number depending on whether we are currently in * the prefix or suffix. * * The implementation of this class is slightly different between J and C. See #13584 for a follow-up. * * @author sffc
*/ // Exported as U_I18N_API for tests class U_I18N_API CombinedCurrencyMatcher : public NumberParseMatcher, public UMemory { public:
CombinedCurrencyMatcher() = default; // WARNING: Leaves the object in an unusable state
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.