Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dnumber_scientific.h56 const DecimalFormatSymbols *fSymbols; variable
H A Dnumber_formatimpl.h112 LocalPointer<const DecimalFormatSymbols> fSymbols; variable
H A Dnumber_patternmodifier.h220 const DecimalFormatSymbols *fSymbols; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
H A Dnumber_scientific.h56 const DecimalFormatSymbols *fSymbols; variable
H A Dnumber_formatimpl.h98 LocalPointer<const DecimalFormatSymbols> fSymbols; variable
H A Dnumber_patternmodifier.h209 const DecimalFormatSymbols *fSymbols; variable
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dnumber_scientific.h56 const DecimalFormatSymbols *fSymbols; variable
H A Dnumber_formatimpl.h112 LocalPointer<const DecimalFormatSymbols> fSymbols; variable
H A Dnumber_patternmodifier.h219 const DecimalFormatSymbols *fSymbols; variable
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dnumber_scientific.h56 const DecimalFormatSymbols *fSymbols; variable
H A Dnumber_formatimpl.h112 LocalPointer<const DecimalFormatSymbols> fSymbols; variable
H A Dnumber_patternmodifier.h219 const DecimalFormatSymbols *fSymbols; variable
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLModule.h53 std::unique_ptr<SymbolTable> fSymbols; member
H A DSkSLInliner.cpp693 SymbolTable* fSymbols; // the SymbolTable of the candidate member
/aosp_15_r20/external/skia/src/sksl/transform/
H A DSkSLFindAndDeclareBuiltinVariables.cpp121 const SymbolTable& fSymbols; member in SkSL::Transform::__anonf59ac26e0111::BuiltinVariableScanner
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1598 DateFormatSymbols* fSymbols = nullptr; // Owned variable
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dsmpdtfmt.h1256 DateFormatSymbols* fSymbols = nullptr; // Owned variable
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1256 DateFormatSymbols* fSymbols = nullptr; // Owned variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1586 DateFormatSymbols* fSymbols; // Owned variable
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLSymbolTable.h227 skia_private::THashMap<SymbolKey, Symbol*, SymbolKey::Hash> fSymbols; variable
H A DSkSLProgram.h158 std::unique_ptr<SymbolTable> fSymbols; member
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dnumbertest_affixutils.cpp16 DecimalFormatSymbols fSymbols; member in DefaultSymbolProvider
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dnumbertest_affixutils.cpp16 DecimalFormatSymbols fSymbols; member in DefaultSymbolProvider
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/calendar/
H A DCalendarPanel.java353 private DateFormatSymbols[] fSymbols = new DateFormatSymbols[4]; field in CalendarPanel
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java710 private DateFormatSymbols fSymbols; // Symbols for drawing field in HolidayCalendarDemo.CalendarPanel