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/
udat.cpp 624 setSymbol(UnicodeString *array, int32_t count, int32_t index,
642 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
649 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
656 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
663 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode);
670 setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode);
677 setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorCode);
684 setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLength, errorCode);
691 setSymbol(syms->fStandaloneNarrowMonths, syms->fStandaloneNarrowMonthsCount, index, value, valueLength, errorCode);
698 setSymbol(syms->fWeekdays, syms->fWeekdaysCount, index, value, valueLength, errorCode)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 261 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
369 * setSymbol() clones the symbol string.
426 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {
  /external/icu4c/i18n/unicode/
dcfmtsym.h 256 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
368 * setSymbol() clones the symbol string.
426 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {
  /external/icu4c/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...]
  /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/chromium_org/third_party/angle/src/compiler/
intermediate.h 365 void setSymbol(const TString& sym) { symbol = sym; }
  /external/llvm/include/llvm/Object/
ELF.h 410 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
430 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]

Completed in 1326 milliseconds