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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 270 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
380 * setSymbol() clones the symbol string.
442 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {
  /external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h 275 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
388 * setSymbol() clones the symbol string.
450 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {
  /external/chromium_org/third_party/icu/source/i18n/
udat.cpp 689 setSymbol(UnicodeString *array, int32_t count, int32_t index,
707 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
714 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
721 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
728 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
735 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
742 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
749 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
756 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
763 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode)
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 692 setSymbol(UnicodeString *array, int32_t count, int32_t index,
710 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
717 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
724 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
731 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
738 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
745 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
752 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
759 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
766 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode)
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 379 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
400 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 33 * Constants corresponding to the native type UNumberFormatSymbol, for setSymbol.
479 setSymbol(this.address, UNUM_CURRENCY_SYMBOL, currencySymbol);
480 setSymbol(this.address, UNUM_INTL_CURRENCY_SYMBOL, currencyCode);
637 private static native void setSymbol(long addr, int symbol, String str);
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]

Completed in 1744 milliseconds