chromium/third_party/icu/source/i18n/nfsubs.cpp

// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
******************************************************************************
*   Copyright (C) 1997-2015, International Business Machines
*   Corporation and others.  All Rights Reserved.
******************************************************************************
*   file name:  nfsubs.cpp
*   encoding:   UTF-8
*   tab size:   8 (not used)
*   indentation:4
*
* Modification history
* Date        Name      Comments
* 10/11/2001  Doug      Ported from ICU4J
*/

#include <stdio.h>
#include "utypeinfo.h"  // for 'typeid' to work

#include "nfsubs.h"
#include "fmtableimp.h"
#include "putilimp.h"
#include "number_decimalquantity.h"

#if U_HAVE_RBNF

static const char16_t gLessThan =;
static const char16_t gEquals =;
static const char16_t gGreaterThan =;
static const char16_t gPercent =;
static const char16_t gPound =;
static const char16_t gZero =;
static const char16_t gSpace =;

static const char16_t gEqualsEquals[] =; /* "==" */
static const char16_t gGreaterGreaterGreaterThan[] =; /* ">>>" */
static const char16_t gGreaterGreaterThan[] =; /* ">>" */

U_NAMESPACE_BEGIN

/* U_HAVE_RBNF */
#endif