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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
smpdtfmt.h     [all...]
dcfmtsym.h 384 * If DecimalFormatSymbols becomes subclassable and the status of fSymbols changes
386 * or when fSymbols can be set any other way that allows them to be readonly aliases
392 UnicodeString fSymbols[kFormatSymbolCount];
416 strPtr = &fSymbols[symbol];
429 strPtr = &fSymbols[symbol];
444 fSymbols[symbol]=value;
454 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
decimfmt.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h     [all...]
dcfmtsym.h 392 * If DecimalFormatSymbols becomes subclassable and the status of fSymbols changes
394 * or when fSymbols can be set any other way that allows them to be readonly aliases
400 UnicodeString fSymbols[kFormatSymbolCount];
424 strPtr = &fSymbols[symbol];
437 strPtr = &fSymbols[symbol];
452 fSymbols[symbol]=value;
462 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
decimfmt.h     [all...]

Completed in 217 milliseconds