Searched refs:syms (Results 1 - 25 of 68) sorted by relevance

123

/external/icu/icu4c/source/i18n/
H A Dudat.cpp594 const DateFormatSymbols *syms; local
598 syms = sdtfmt->getDateFormatSymbols();
600 syms = rdtfmt->getDateFormatSymbols();
609 res = syms->getEras(count);
613 res = syms->getEraNames(count);
617 res = syms->getMonths(count);
621 res = syms->getShortMonths(count);
625 res = syms->getWeekdays(count);
629 res = syms->getShortWeekdays(count);
633 res = syms
741 const DateFormatSymbols *syms; local
915 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
922 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
929 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
936 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
943 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
950 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
957 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
964 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
971 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
978 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
985 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
992 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
999 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1006 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1013 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1020 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1027 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1034 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1041 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1048 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1055 setShortYearNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1062 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1069 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1076 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
[all...]
/external/zlib/src/examples/
H A Denough.c119 syms: number of symbols remaining to code
125 syms: 3..totsym (totsym == total symbols to code)
126 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
129 syms == 2 is not saved since that immediately leads to a single code. left
132 left ends at syms-1 since left == syms immediately results in a single code.
137 first one (syms) being outermost, and the last one (len) being innermost.
138 We build the array with length max-1 lists for the len index, with syms-3
151 to the num[] array as described above for the (syms, lef
203 count(int syms, int len, int left) argument
258 beenhere(int syms, int len, int left, int mem, int rem) argument
322 examine(int syms, int len, int left, int mem, int rem) argument
403 enough(int syms) argument
460 int syms; /* total number of symbols to code */ local
[all...]
/external/clang/test/CodeGen/
H A D2003-08-21-WideString.c16 } syms = { L"NUL" }; variable in typeref:struct:__anon1687
/external/iproute2/genl/
H A DMakefile32 genl: static-syms.o
33 static-syms.o: static-syms.h
34 static-syms.h: $(wildcard *.c)
/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h58 const SymbolTable *syms = 0; local
63 syms = SymbolTable::ReadText(symbols_fname, opts);
64 if (!syms) {
90 if (i == 1 && initial_symbols && syms == 0 && fst.InputSymbols() != 0)
91 syms = fst.InputSymbols()->Copy();
95 token_type, syms ? syms : fst.InputSymbols());
122 delete syms;
131 delete syms;
H A Dcompile-strings.h56 const SymbolTable *syms = 0,
59 token_type_(token_type), symbols_(syms), done_(false),
60 compiler_(token_type, syms, unknown_label, allow_negative_labels) {
189 const SymbolTable *syms = 0; local
194 syms = SymbolTable::ReadText(symbols_fname, opts);
195 if (!syms) {
201 unknown_label = syms->Find(unknown_symbol);
234 delete syms;
247 syms, unknown_label);
268 delete syms;
[all...]
/external/openfst/src/include/fst/
H A Dsymbol-table-ops.h38 SymbolTable *PruneSymbolTable(const Fst<Arc> &fst, const SymbolTable &syms, argument
51 SymbolTable *pruned = new SymbolTable(syms.Name() + "_pruned");
52 for (SymbolTableIterator stiter(syms); !stiter.Done(); stiter.Next()) {
62 SymbolTable *CompactSymbolTable(const SymbolTable &syms);
/external/iproute2/ip/
H A DMakefile42 ip: static-syms.o
43 static-syms.o: static-syms.h
44 static-syms.h: $(wildcard *.c)
/external/bison/src/
H A Dreader.c83 merger_list *syms;
91 for (syms = &head, n = 1; syms->next; syms = syms->next, n += 1)
92 if (UNIQSTR_EQ (name, syms->next->name))
94 if (syms->next == NULL)
96 syms->next = xmalloc (sizeof syms->next[0]);
97 syms
81 merger_list *syms; local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c27 static asymbol **syms = NULL; variable
77 if (syms)
95 syms = malloc(storage);
96 if (syms == NULL) {
102 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
104 symcount = bfd_canonicalize_symtab(abfd, syms);
108 free(syms);
109 syms = NULL;
144 data->found = bfd_find_nearest_line(abfd, section, syms,
232 if (!syms) {
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c27 static asymbol **syms = NULL; variable
77 if (syms)
95 syms = malloc(storage);
96 if (syms == NULL) {
102 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
104 symcount = bfd_canonicalize_symtab(abfd, syms);
108 free(syms);
109 syms = NULL;
144 data->found = bfd_find_nearest_line(abfd, section, syms,
232 if (!syms) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c27 static asymbol **syms = NULL; variable
77 if (syms)
95 syms = malloc(storage);
96 if (syms == NULL) {
102 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
104 symcount = bfd_canonicalize_symtab(abfd, syms);
108 free(syms);
109 syms = NULL;
144 data->found = bfd_find_nearest_line(abfd, section, syms,
232 if (!syms) {
[all...]
/external/google-breakpad/src/common/linux/
H A Ddump_symbols_unittest.cc102 SymbolTable syms(kLittleEndian, 4, table);
103 syms.AddSymbol("superfunc", (uint32_t)0x1000, (uint32_t)0x10,
107 elf.AddSection(".dynsym", syms,
142 SymbolTable syms(kLittleEndian, 8, table);
143 syms.AddSymbol("superfunc", (uint64_t)0x1000, (uint64_t)0x10,
147 elf.AddSection(".dynsym", syms,
/external/openfst/src/include/fst/script/
H A Dprint-impl.h77 void PrintId(int64 id, const SymbolTable *syms, argument
79 if (syms) {
80 string symbol = syms->Find(id);
84 << ", symbol table = " << syms->Name()
/external/elfutils/src/tests/
H A Drun-nm-self.sh25 for what_arg in --debug-syms --defined-only --dynamic --extern-only; do
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISymbolTable.java180 RBBISymbolTableEntry[] syms = fHashTable.values().toArray(new RBBISymbolTableEntry[0]);
182 for (int i = 0; i < syms.length; i++) {
183 RBBISymbolTableEntry s = syms[i];
192 for (int i = 0; i < syms.length; i++) {
193 RBBISymbolTableEntry s = syms[i];
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc85 SymbolTable *CompactSymbolTable(const SymbolTable &syms) { argument
87 SymbolTableIterator stiter(syms);
91 SymbolTable *compact = new SymbolTable(syms.Name() + "_compact");
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.cpp132 __proc(s, x.syms);
151 auto it = std::find_if(syms.begin(), syms.end(), [&](const symbol &x) {
155 if (it == syms.end())
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua40 local syms = {}
47 -- parse input file, build up syms and symnrs tables
92 syms[sym] = props
103 -- check syms and symnrs
128 checksymtable(syms)
163 for k, v in pairs(syms) do
H A Dpicoloadphones.lua38 local syms = {}
45 -- parse input file, build up syms and symnrs tables
90 syms[sym] = props
101 -- check syms and symnrs
126 checksymtable(syms)
/external/elfutils/src/src/
H A Dnm.c67 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
740 GElf_SymX *syms, size_t nsyms, int longest_name,
806 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_SECTION)
810 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name,
840 if (syms[cnt].sym.st_shndx == SHN_UNDEF)
848 digits, syms[cnt].sym.st_value);
853 digits, syms[cnt].sym.st_size);
860 GELF_ST_BIND (syms[cnt].sym.st_info),
862 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info),
864 sizebuf, longest_where, syms[cn
739 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) argument
920 show_symbols_bsd(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
1052 show_symbols_posix(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestSimpleDateFormatAPI.java111 final DateFormatSymbols syms = pat.getDateFormatSymbols();
112 def.setDateFormatSymbols(syms);
113 pat_fr.setDateFormatSymbols(syms);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_symbol.c166 char** syms = backtrace_symbols((void**)&addr, 1); local
167 strncpy(buf, syms[0], size);
169 free(syms);
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dkernel.cpp64 auto &syms = prog->binaries().begin()->second.syms; local
66 if (kerns && count < syms.size())
70 std::transform(syms.begin(), syms.end(), kerns,
77 *count_ret = syms.size();
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c3 /*--- Reading of syms & debug info from Mach-O files. ---*/
296 to 'syms'; the caller will post-process them and hand them off to
299 void read_symtab( /*OUT*/XArray* /* DiSym */ syms, argument
385 VG_(addToXA)( syms, &disym );
406 static void tidy_up_cand_syms ( /*MOD*/XArray* /* of DiSym */ syms, argument
411 nsyms = VG_(sizeXA)(syms);
413 VG_(setCmpFnXA)(syms, cmp_DiSym_by_start_then_name);
414 VG_(sortXA)(syms);
437 && ((DiSym*)VG_(indexXA)(syms,i))->avmas.main
438 == ((DiSym*)VG_(indexXA)(syms,
903 DiCursor syms = DiCursor_INVALID; local
[all...]

Completed in 5114 milliseconds

123