OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:beforecurrency
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
dcfmtsym.cpp
49
static const char gBeforeCurrencyTag[] = "
beforeCurrency
";
446
UBool
beforeCurrency
,
451
if (
beforeCurrency
) {
460
UBool
beforeCurrency
,
462
if (
beforeCurrency
) {
/external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h
294
* @param
beforeCurrency
: true if the pattern is for before currency symbol.
304
UBool
beforeCurrency
,
311
* @param
beforeCurrency
: true if the pattern is for before currency symbol.
317
UBool
beforeCurrency
,
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormatSymbols.java
604
// * @param
beforeCurrency
true to get the <code>
beforeCurrency
</code> values, false
610
// public String getPatternForCurrencySpacing(int itemType, boolean
beforeCurrency
) {
625
// * @param
beforeCurrency
true if the pattern is for before the currency symbol.
631
// public void setPatternForCurrencySpacing(int itemType, boolean
beforeCurrency
, String pattern) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java
642
* @param
beforeCurrency
true to get the <code>
beforeCurrency
</code> values, false
647
public String getPatternForCurrencySpacing(int itemType, boolean
beforeCurrency
) {
652
if (
beforeCurrency
) {
669
* @param
beforeCurrency
true if the pattern is for before the currency symbol.
674
public void setPatternForCurrencySpacing(int itemType, boolean
beforeCurrency
, String pattern) {
679
if (
beforeCurrency
) {
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java
693
* @param
beforeCurrency
true to get the <code>
beforeCurrency
</code> values, false
699
public String getPatternForCurrencySpacing(int itemType, boolean
beforeCurrency
) {
704
if (
beforeCurrency
) {
721
* @param
beforeCurrency
true if the pattern is for before the currency symbol.
727
public void setPatternForCurrencySpacing(int itemType, boolean
beforeCurrency
, String pattern) {
732
if (
beforeCurrency
) {
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyDisplayInfoProvider.java
190
ICUResourceBundle brb = srb.findWithFallback("
beforeCurrency
");
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyDisplayInfoProvider.java
186
ICUResourceBundle brb = srb.findWithFallback("
beforeCurrency
");
Completed in 479 milliseconds