HomeSort by relevance Sort by last modified time
    Searched defs:setSymbol (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/unicode/
dcfmtsym.h 256 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
368 * setSymbol() clones the symbol string.
428 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {
  /external/icu4c/i18n/
udat.cpp 673 setSymbol(UnicodeString *array, int32_t count, int32_t index,
691 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
698 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
705 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
712 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
719 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
726 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
733 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
740 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
747 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode)
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 34 * Constants corresponding to the native type UNumberFormatSymbol, for setSymbol.
412 setSymbol(this.address, UNUM_CURRENCY_SYMBOL, currency.getSymbol());
413 setSymbol(this.address, UNUM_INTL_CURRENCY_SYMBOL, currency.getCurrencyCode());
642 private static native void setSymbol(long addr, int symbol, String str);
  /external/llvm/include/llvm/Object/
ELF.h 383 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
402 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]

Completed in 205 milliseconds