/third_party/skia/third_party/externals/icu/source/i18n/ |
D | udat.cpp | 605 const DateFormatSymbols *syms; in udat_getSymbols() local 752 const DateFormatSymbols *syms; in udat_countSymbols() local 926 setEra(DateFormatSymbols *syms, int32_t index, in setEra() 933 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName() 940 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth() 947 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth() 954 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth() 961 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth() 968 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth() 975 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | udat.cpp | 605 const DateFormatSymbols *syms; in udat_getSymbols() local 752 const DateFormatSymbols *syms; in udat_countSymbols() local 926 setEra(DateFormatSymbols *syms, int32_t index, in setEra() 933 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName() 940 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth() 947 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth() 954 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth() 961 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth() 968 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth() 975 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | udat.cpp | 596 const DateFormatSymbols *syms; in udat_getSymbols() local 743 const DateFormatSymbols *syms; in udat_countSymbols() local 917 setEra(DateFormatSymbols *syms, int32_t index, in setEra() 924 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName() 931 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth() 938 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth() 945 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth() 952 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth() 959 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth() 966 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | udat.cpp | 605 const DateFormatSymbols *syms; in udat_getSymbols() local 760 const DateFormatSymbols *syms; in udat_countSymbols() local 942 setEra(DateFormatSymbols *syms, int32_t index, in setEra() 949 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName() 956 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth() 963 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth() 970 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth() 977 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth() 984 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth() 991 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth() [all …]
|
/third_party/zlib/examples/ |
D | enough.c | 237 local inline size_t map(int syms, int left, int len) { in map() 261 local big_t count(int syms, int left, int len) { in count() 308 local int been_here(int syms, int left, int len, int mem, int rem) { in been_here() 361 local void examine(int syms, int left, int len, int mem, int rem) { in examine() 454 local void enough(int syms) { in enough() 506 int syms = 286; in main() local
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | multiplanar_external_texture.cc | 126 auto& syms = new_binding_symbols[var->symbol]; in Process() local 165 auto& syms = it->second; in Process() local 186 auto& syms = it->second; in Process() local 214 auto& syms = new_binding_symbols[param->symbol]; in Process() local
|
/third_party/musl/Benchmark/musl/ |
D | libc_linker.cpp | 24 static vector<string> syms = { variable
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_filter.py | 19 from ..pygram import python_symbols as syms unknown
|
D | fix_map.py | 26 from ..pygram import python_symbols as syms unknown
|
D | fix_zip.py | 13 from ..pygram import python_symbols as syms unknown
|
D | fix_next.py | 10 from ..pygram import python_symbols as syms unknown
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | test-inspect.c | 38 struct symbol_list *syms = sparse(file); in main() local
|
D | ast-view.c | 31 treeview_main (struct symbol_list *syms) in treeview_main()
|
/third_party/elfio/tests/ |
D | ELFIOTest2.cpp | 259 symbol_section_accessor syms( reader, symsec ); in TEST() local 287 symbol_section_accessor syms( reader, symsec ); in TEST() local 315 symbol_section_accessor syms( reader, symsec ); in TEST() local 343 symbol_section_accessor syms( reader, symsec ); in TEST() local
|
/third_party/python/Lib/lib2to3/ |
D | btm_utils.py | 7 syms = pattern_symbols variable
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestSimpleDateFormatAPI.java | 116 final DateFormatSymbols syms = pat.getDateFormatSymbols(); in TestAPI() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestSimpleDateFormatAPI.java | 119 final DateFormatSymbols syms = pat.getDateFormatSymbols(); in TestAPI() local
|
/third_party/musl/src/internal/ |
D | vdso.c | 61 Sym *syms = 0; in __vdsosym() local
|
/third_party/libabigail/tools/ |
D | abisym.cc | 134 vector<elf_symbol_sptr> syms; in main() local
|
/third_party/musl/ldso/ |
D | dlstart.c | 79 const Sym *syms = (void *)dyn[DT_SYMTAB]; in _dlstart_c() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RBBISymbolTable.java | 181 RBBISymbolTableEntry[] syms = fHashTable.values().toArray(new RBBISymbolTableEntry[0]); in rbbiSymtablePrint() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBISymbolTable.java | 180 RBBISymbolTableEntry[] syms = fHashTable.values().toArray(new RBBISymbolTableEntry[0]); in rbbiSymtablePrint() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | sdtfmtts.cpp | 180 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); in testAPI() local
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 61 Sym *syms; member
|
/third_party/elfutils/tests/ |
D | dwflsyms.c | 112 int syms = dwfl_module_getsymtab (mod); in list_syms() local
|