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

  /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...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
smpdtfmt.h     [all...]
dcfmtsym.h 373 * If DecimalFormatSymbols becomes subclassable and the status of fSymbols changes
375 * or when fSymbols can be set any other way that allows them to be readonly aliases
381 UnicodeString fSymbols[kFormatSymbolCount];
405 strPtr = &fSymbols[symbol];
416 strPtr = &fSymbols[symbol];
428 fSymbols[symbol]=value;
438 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
decimfmt.h     [all...]

Completed in 69 milliseconds