Home
last modified time | relevance | path

Searched refs:fSymbols (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp158 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =()
189 if(fSymbols[(ENumberFormatSymbol)i] != that.fSymbols[(ENumberFormatSymbol)i]) { in operator ==()
264 void resolveMissingMonetarySeparators(const UnicodeString* fSymbols) { in resolveMissingMonetarySeparators()
268 fSymbols[DecimalFormatSymbols::kDecimalSeparatorSymbol]); in resolveMissingMonetarySeparators()
273 fSymbols[DecimalFormatSymbols::kGroupingSeparatorSymbol]); in resolveMissingMonetarySeparators()
373 fSymbols[kZeroDigitSymbol].setTo(digit); in initialize()
377 fSymbols[i].setTo(digit); in initialize()
436 sink.resolveMissingMonetarySeparators(fSymbols); in initialize()
466 fSymbols[kIntlCurrencySymbol].setTo(curriso, currisoLength); in initialize()
467 fSymbols[kCurrencySymbol] = tempStr; in initialize()
[all …]
Dsmpdtfmt.cpp321 delete fSymbols; in ~SimpleDateFormat()
339 fSymbols(NULL), in SimpleDateFormat()
355 fSymbols(NULL), in SimpleDateFormat()
364 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
376 fSymbols(NULL), in SimpleDateFormat()
385 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
410 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
433 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
448 fSymbols(symbolsToAdopt), in SimpleDateFormat()
470 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat()
[all …]
Dnumber_scientific.cpp46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply()
52 fHandler->fSymbols in apply()
59 fHandler->fSymbols in apply()
72 *fHandler->fSymbols, in apply()
120 fSettings(notation->fUnion.scientific), fSymbols(symbols), fParent(parent) {} in ScientificHandler()
Dnumber_patternmodifier.cpp39 fSymbols = symbols; in setSymbols()
116 a, b, !fPatternInfo->hasBody(), fStrong, *fSymbols, status); in createConstantModifier()
201 *fSymbols, in apply()
278 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol); in getSymbol()
280 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol()
282 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol()
284 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
Dnumber_scientific.h56 const DecimalFormatSymbols *fSymbols; variable
Dnumber_formatimpl.h89 LocalPointer<const DecimalFormatSymbols> fSymbols; variable
Dnumber_patternmodifier.h212 const DecimalFormatSymbols *fSymbols; variable
/external/skqp/src/sksl/ir/
DSkSLSymbolTable.cpp25 const auto& entry = fSymbols.find(name); in operator []()
26 if (entry == fSymbols.end()) { in operator []()
78 const auto& existing = fSymbols.find(name); in addWithoutOwnership()
79 if (existing == fSymbols.end()) { in addWithoutOwnership()
80 fSymbols[name] = symbol; in addWithoutOwnership()
88 fSymbols[name] = u; in addWithoutOwnership()
97 fSymbols[name] = u; in addWithoutOwnership()
107 for (const auto& pair : fSymbols) { in markAllFunctionsBuiltin()
124 return fSymbols.begin(); in begin()
128 return fSymbols.end(); in end()
DSkSLEnum.h21 , fSymbols(std::move(symbols)) {} in Enum()
24 return std::unique_ptr<ProgramElement>(new Enum(fOffset, fTypeName, fSymbols)); in clone()
31 for (const auto& pair : *fSymbols) { in description()
47 const std::shared_ptr<SymbolTable> fSymbols; member
DSkSLBlock.h23 , fSymbols(std::move(symbols)) in INHERITED()
40 return std::unique_ptr<Statement>(new Block(fOffset, std::move(cloned), fSymbols)); in clone()
55 const std::shared_ptr<SymbolTable> fSymbols; member
DSkSLForStatement.h25 , fSymbols(symbols) in ForStatement()
34 fStatement->clone(), fSymbols)); in clone()
56 const std::shared_ptr<SymbolTable> fSymbols; member
DSkSLSwitchStatement.h26 , fSymbols(std::move(symbols)) in SwitchStatement()
35 std::move(cloned), fSymbols)); in clone()
55 const std::shared_ptr<SymbolTable> fSymbols; member
DSkSLProgram.h221 , fSymbols(symbols) in Program()
264 std::shared_ptr<SymbolTable> fSymbols; member
DSkSLSymbolTable.h59 std::unordered_map<StringFragment, const Symbol*> fSymbols; variable
/external/skia/src/sksl/ir/
DSkSLSymbolTable.cpp25 const auto& entry = fSymbols.find(name); in operator []()
26 if (entry == fSymbols.end()) { in operator []()
78 const auto& existing = fSymbols.find(name); in addWithoutOwnership()
79 if (existing == fSymbols.end()) { in addWithoutOwnership()
80 fSymbols[name] = symbol; in addWithoutOwnership()
88 fSymbols[name] = u; in addWithoutOwnership()
97 fSymbols[name] = u; in addWithoutOwnership()
107 for (const auto& pair : fSymbols) { in markAllFunctionsBuiltin()
124 return fSymbols.begin(); in begin()
128 return fSymbols.end(); in end()
DSkSLEnum.h21 , fSymbols(std::move(symbols)) {} in Enum()
24 return std::unique_ptr<ProgramElement>(new Enum(fOffset, fTypeName, fSymbols)); in clone()
31 for (const auto& pair : *fSymbols) { in description()
47 const std::shared_ptr<SymbolTable> fSymbols; member
DSkSLBlock.h23 , fSymbols(std::move(symbols)) in INHERITED()
40 return std::unique_ptr<Statement>(new Block(fOffset, std::move(cloned), fSymbols)); in clone()
55 const std::shared_ptr<SymbolTable> fSymbols; member
DSkSLSwitchStatement.h26 , fSymbols(std::move(symbols)) in SwitchStatement()
35 std::move(cloned), fSymbols)); in clone()
55 const std::shared_ptr<SymbolTable> fSymbols; member
DSkSLForStatement.h25 , fSymbols(symbols) in ForStatement()
34 fStatement->clone(), fSymbols)); in clone()
56 const std::shared_ptr<SymbolTable> fSymbols; member
DSkSLProgram.h231 , fSymbols(symbols) in Program()
274 std::shared_ptr<SymbolTable> fSymbols; member
DSkSLSymbolTable.h59 std::unordered_map<StringFragment, const Symbol*> fSymbols; variable
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h460 UnicodeString fSymbols[kFormatSymbolCount];
502 strPtr = &fSymbols[symbol]; in getSymbol()
514 strPtr = &fSymbols[symbol]; in getConstSymbol()
527 return fSymbols[kZeroDigitSymbol]; in getConstDigitSymbol()
530 return fSymbols[key]; in getConstDigitSymbol()
545 fSymbols[symbol]=value;
557 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
/external/icu/icu4c/source/test/intltest/
Dnumbertest_affixutils.cpp16 DecimalFormatSymbols fSymbols; member in DefaultSymbolProvider
19 DefaultSymbolProvider(UErrorCode &status) : fSymbols(Locale("ar_SA"), status) {} in DefaultSymbolProvider()
26 … return fSymbols.getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol()
28 … return fSymbols.getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol()
30 … return fSymbols.getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java44 fSymbols[i] = new DateFormatSymbols(fCalendar[i], in setLocale()
84 fSymbols[index] = new DateFormatSymbols(c, fDisplayLocale); in setCalendar()
215 String dayName = fSymbols[0].getWeekdays()[dayNum]; in paint()
331 String month = fSymbols[i].getMonths()[ in paint()
353 private DateFormatSymbols[] fSymbols = new DateFormatSymbols[4]; field in CalendarPanel
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java450 fSymbols = new DateFormatSymbols(fDisplayLocale); in set()
609 String dayName = fSymbols.getWeekdays()[dayNum]; in paint()
710 private DateFormatSymbols fSymbols; // Symbols for drawing field in HolidayCalendarDemo.CalendarPanel

12