Home
last modified time | relevance | path

Searched refs:U_MULTIPLE_DECIMAL_SEPARATORS (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutypes.h629 U_MULTIPLE_DECIMAL_SEPARATORS, /**< More than one decimal separator in number pattern */ enumerator
630 …U_MULTIPLE_DECIMAL_SEPERATORS = U_MULTIPLE_DECIMAL_SEPARATORS, /**< Typo: kept for backward compat…
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h629 U_MULTIPLE_DECIMAL_SEPARATORS, /**< More than one decimal separator in number pattern */ enumerator
630 …U_MULTIPLE_DECIMAL_SEPERATORS = U_MULTIPLE_DECIMAL_SEPARATORS, /**< Typo: kept for backward compat…
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutypes.h629 U_MULTIPLE_DECIMAL_SEPARATORS, /**< More than one decimal separator in number pattern */ enumerator
630 …U_MULTIPLE_DECIMAL_SEPERATORS = U_MULTIPLE_DECIMAL_SEPARATORS, /**< Typo: kept for backward compat…
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h629 U_MULTIPLE_DECIMAL_SEPARATORS, /**< More than one decimal separator in number pattern */ enumerator
630 …U_MULTIPLE_DECIMAL_SEPERATORS = U_MULTIPLE_DECIMAL_SEPARATORS, /**< Typo: kept for backward compat…
/external/icu4c/common/unicode/
Dutypes.h729 U_MULTIPLE_DECIMAL_SEPARATORS, /**< More than one decimal separator in number pattern */ enumerator
730 …U_MULTIPLE_DECIMAL_SEPERATORS = U_MULTIPLE_DECIMAL_SEPARATORS, /**< Typo: kept for backward compat…
/external/icu4c/i18n/
Ddecimfmt.cpp3819 status = U_MULTIPLE_DECIMAL_SEPARATORS; in applyPatternWithoutExpandAffix()