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

  /external/collada/include/1.4/dom/
domInstance_material.h 249 void setSymbol( xsNCName atSymbol ) { *(daeStringRef*)&attrSymbol = atSymbol; _validAttributeArray[0] = true; }
domProfile_CG.h 457 void setSymbol( xsNCName atSymbol ) { *(daeStringRef*)&attrSymbol = atSymbol; _validAttributeArray[0] = true; }
    [all...]
domProfile_GLSL.h 454 void setSymbol( xsNCName atSymbol ) { *(daeStringRef*)&attrSymbol = atSymbol; _validAttributeArray[0] = true; }
    [all...]
  /external/icu4c/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/icu4c/i18n/unicode/
dcfmtsym.h 266 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
376 * setSymbol() clones the symbol string.
433 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {
  /external/llvm/lib/Object/
ELFObjectFile.cpp 230 void setSymbol(uint64_t s) { setSymbolAndType(s, getType()); }
247 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
    [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/Support/
ELF.h     [all...]

Completed in 123 milliseconds