HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /external/chromium/third_party/icu/source/i18n/
unum.cpp 795 DecimalFormatSymbols symbols(*((DecimalFormat *)fmt)->getDecimalFormatSymbols());
796 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
798 ((DecimalFormat *)fmt)->setDecimalFormatSymbols(symbols);
  /external/icu4c/i18n/
unum.cpp 798 DecimalFormatSymbols symbols(*((DecimalFormat *)fmt)->getDecimalFormatSymbols());
799 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
801 ((DecimalFormat *)fmt)->setDecimalFormatSymbols(symbols);
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h 146 * <em>symbols</em>. The pattern may be set directly using
149 * digits. The symbols are stored in a DecimalFormatSymbols
151 * pattern and symbols are read from ICU's locale data.
161 * still happening, and if the symbols are modified, the grouping character
279 * <p>The prefixes, suffixes, and various symbols used for infinity, digits,
282 * be taken that the symbols and strings do not conflict, or parsing will be
342 * between the first and second grouping symbols. These
682 * Create a DecimalFormat using the default pattern and symbols
697 * Create a DecimalFormat from the given pattern and the symbols
714 * Create a DecimalFormat from the given pattern and symbols
    [all...]
  /external/elfutils/src/
ld.h 165 /* List of symbols in this section (set only for merge-able sections). */
166 struct symbol *symbols; member in struct:usedfiles::scninfo
212 /* Indirection table for the symbols defined here. */
215 /* For undefined or common symbols we need a reference to the symbol
691 /* Tail of list of symbols for this section. Only set if the
693 struct symbol *symbols; member in struct:scnhead
703 /* Define hash table for version symbols. */
795 /* If true undefined symbols when building DSOs are not fatal. */
819 /* List of the symbols we created from linker script definitions. */
823 /* Table with known symbols. *
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 135 * <em>symbols</em>. The pattern may be set directly using
138 * digits. The symbols are stored in a DecimalFormatSymbols
140 * pattern and symbols are read from ICU's locale data.
150 * still happening, and if the symbols are modified, the grouping character
268 * <p>The prefixes, suffixes, and various symbols used for infinity, digits,
271 * be taken that the symbols and strings do not conflict, or parsing will be
331 * between the first and second grouping symbols. These
671 * Create a DecimalFormat using the default pattern and symbols
686 * Create a DecimalFormat from the given pattern and the symbols
703 * Create a DecimalFormat from the given pattern and symbols
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 333 'SYMBOLS' => false,
1870 $symbols = $this->hsc($symbols); variable
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 574 const struct res_sym *symbols; local
578 symbols = __p_update_section_syms;
581 symbols = __p_default_section_syms;
584 return (sym_ntos(symbols, section, (int *)0));
  /ndk/build/tools/
build-ndk-sysroot.sh 174 DYNAMIC_LIBS_DIR=$PRODUCT_DIR/symbols/system/lib
dev-system-import.sh 80 3/ For each shared library, also generate a list of symbols exported
82 symbols were added (or even removed) since the last invocation.
217 # Filter the list of symbols from a file
242 # same symbols as a reference shared library, and can be used during
250 # Note that the list of symbols for each generated library is stored
251 # under arch-$ARCH/symbols/<libname>.txt
307 # Write the functions and variables to a symbols file now
308 local symdir=`dirname "$libdir"`/symbols
427 # Remove a few internal symbols that should not be exposed
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
dis-asm.h 90 /* An array of pointers to symbols either at the location being disassembled
95 asymbol **symbols; member in struct:disassemble_info
96 /* Number of symbols in array. */
100 used on Arm to find mapping symbols and determine Arm/Thumb code. */
143 This is used by some ports that want to hide special symbols when
  /sdk/emulator/qtools/
trace_reader_base.h 76 DexSym *symbols; member in struct:DexFileList
  /external/bison/data/
glr.c 112 # symbols on RHS.
131 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
334 /* YYMAXRHS -- Maximum number of symbols on right-hand side of rule. */
336 /* YYMAXLEFT -- Maximum number of symbols to the left of a handle
390 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
965 /** Number of symbols composing the right hand side of rule #RULE. */
    [all...]
yacc.c 104 # symbols on RHS.
123 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
144 /* All symbols defined below should begin with yy or YY, to avoid
148 define necessary library symbols; they are noted "INFRINGES ON
295 /* The parser invokes alloca or malloc; define the necessary symbols. */
495 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
705 /* The symbols being reduced. */
1047 /* The number of symbols on the RHS of the reduced rule.
    [all...]
  /external/bison/doc/
refcard.tex 323 \key{Prepend a prefix to external symbols.} {-p {\it prefix}}
356 \key{Tell {\tt bison} the data type of symbols.}
415 symbols that make up the non-terminal. For example:
440 \section{Grammar Variables and Symbols}
468 \key{Data type associated with symbols.} {YYSTYPE}
  /external/jpeg/
ltconfig 928 # Regexp to match symbols that can be accessed directly from C.
940 # Cannot use undefined symbols on IRIX because inlined functions mess us up.
973 # Now try to grab the symbols.
988 # Make sure that we snagged all the symbols we need.
1007 /* The number of symbols in dld_preloaded_symbols, -1 if unsorted. */
1010 /* The mapping between symbol names and symbols. */
    [all...]
  /system/extras/tests/bionic/libc/
Android.mk 89 # The -Wl,--export-dynamic ensures that dynamic symbols are
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/bison/src/
lalr.c 434 k, symbols[k]->tag,
  /external/elfutils/
elfutils.spec 28 nm (for listing symbols from object files), size (for listing the
30 symbols), readelf (to see the raw ELF file structures), and elflint
  /bionic/libc/
Android.mk 666 # ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
667 # external; if that were the case, then libc would not pull those symbols from libgcc.a as it
668 # should, instead relying on the external symbols from the dependent libraries. That would
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemNumber.java 1130 DecimalFormatSymbols symbols = formatter.getDecimalFormatSymbols(); local
    [all...]
  /cts/tools/dasm/src/java_cup/
emit.java 40 * had seen the LHS symbol rather than all the symbols matching the
59 symbols - emit the symbol constant class
92 unused_term - count of unused terminal symbols.
93 unused_non_term - count of unused non terminal symbols.
94 *_time - a series of symbols indicating how long various
242 public static void symbols(PrintStream out, boolean emit_non_terms) method in class:emit
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 99 mSymbolsKeyboard = new LatinKeyboard(this, R.xml.symbols);
155 // Numbers and dates default to the symbols keyboard, with
161 // Phones will also default to the symbols keyboard, though

Completed in 703 milliseconds

1 2 34 5 6 7