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);
366 * setSymbol() clones the symbol string.
423 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {
  /external/icu4c/i18n/
udat.cpp 630 setSymbol(UnicodeString *array, int32_t count, int32_t index,
648 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
655 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
662 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
669 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
676 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
683 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
690 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
697 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
704 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.
407 setSymbol(this.address, UNUM_CURRENCY_SYMBOL, currency.getSymbol());
408 setSymbol(this.address, UNUM_INTL_CURRENCY_SYMBOL, currency.getCurrencyCode());
637 private static native void setSymbol(int addr, int symbol, String str);
  /external/llvm/include/llvm/Object/
ELF.h 366 void setSymbol(uint64_t s) { setSymbolAndType(s, getType()); }
383 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]

Completed in 1717 milliseconds