Searched defs:setSymbol (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddcfmtsym.h270 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) { function in class:DecimalFormatSymbols
/external/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h275 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) { function in class:DecimalFormatSymbols
/external/chromium_org/third_party/icu/source/i18n/
H A Dudat.cpp689 setSymbol(UnicodeString *array, int32_t count, int32_t index, function in class:DateFormatSymbolsSingleSetter
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(sym
[all...]
/external/icu/icu4c/source/i18n/
H A Dudat.cpp692 setSymbol(UnicodeString *array, int32_t count, int32_t index, function in class:DateFormatSymbolsSingleSetter
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(sym
[all...]
/external/llvm/include/llvm/Object/
H A DELFTypes.h379 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); } function in struct:llvm::object::Elf_Rel_Impl
400 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); } function in struct:llvm::object::Elf_Rel_Impl
/external/llvm/include/llvm/Support/
H A DELF.h1502 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); } function in struct:llvm::ELF::Elf32_Rel
1519 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); } function in struct:llvm::ELF::Elf32_Rela
1537 void setSymbol(Elf64_Word s) { setSymbolAndType(s, getType()); } function in struct:llvm::ELF::Elf64_Rel
1556 void setSymbol(Elf64_Word s) { setSymbolAndType(s, getType()); } function in struct:llvm::ELF::Elf64_Rela

Completed in 153 milliseconds