Searched refs:standard (Results 1 - 25 of 110) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dstdnmtst.c38 static int dotestname(const char *name, const char *standard, const char *expected) { argument
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
66 const char *standard; local
69 standard = ucnv_getStandard(i, &err);
73 } else if (!standard || !*standard) {
114 dotestconv(const char *name, const char *standard, const char *expected) argument
170 doTestNames(const char *name, const char *standard, const char **expected, int32_t size) argument
222 doTestUCharNames(const char *name, const char *standard, const char **expected, int32_t size) argument
[all...]
/external/icu4c/test/cintltst/
H A Dstdnmtst.c38 static int dotestname(const char *name, const char *standard, const char *expected) { argument
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
66 const char *standard; local
69 standard = ucnv_getStandard(i, &err);
73 } else if (!standard || !*standard) {
114 dotestconv(const char *name, const char *standard, const char *expected) argument
170 doTestNames(const char *name, const char *standard, const char **expected, int32_t size) argument
222 doTestUCharNames(const char *name, const char *standard, const char **expected, int32_t size) argument
[all...]
/external/chromium_org/tools/gyp/test/mac/clang-cxx-language-standard/
H A Dc++98.cc6 #error wrong c++ standard version
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfseg.asm4 ;; [2] should produce standard relocation
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml6 (* Install standard binary operators.
/external/qemu/
H A DAndroid.mk3 # standard QEMU Makefile
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml8 (* Install standard binary operators.
/external/stlport/etc/
H A DSTLport-4.5.1.spec3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
29 C++ standard library, including <complex> and SGI STL iostreams. If you
H A DSTLport-4.5.3.spec3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
29 C++ standard library, including <complex> and SGI STL iostreams. If you
H A DSTLport-4.6.spec3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
29 C++ standard library, including <complex> and SGI STL iostreams. If you
/external/dhcpcd/mk/
H A Dcc.mk6 # Default to using the C99 standard
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dobjc.php97 // C standard library functions
299 3 => 'color: #a61390;', // C standard library functions
H A Dprovidex.php20 * 2. Add standard object control properties
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml13 (* Install standard binary operators.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml13 (* Install standard binary operators.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml13 (* Install standard binary operators.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml13 (* Install standard binary operators.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb10 Lexer code will include this module. It modifies the standard
/external/chromium_org/third_party/icu/source/tools/gencnval/
H A Dgencnval.c60 /* The maximum number of aliases that a standard tag/converter combination can have.
135 /* Were the standard tags declared before the aliases. */
166 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
359 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
642 @param standard When standard is 0, then it's the "empty" tag.
645 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName) { argument
651 if(standard>=MAX_TAG_COUNT) {
652 fprintf(stderr, "%s:%d: error: too many standard tags\n", path, lineNum);
659 aliasList = &tags[standard]
[all...]
/external/icu4c/tools/gencnval/
H A Dgencnval.c60 /* The maximum number of aliases that a standard tag/converter combination can have.
135 /* Were the standard tags declared before the aliases. */
166 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
369 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
652 @param standard When standard is 0, then it's the "empty" tag.
655 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName) { argument
660 if(standard>=MAX_TAG_COUNT) {
661 fprintf(stderr, "%s:%d: error: too many standard tags\n", path, lineNum);
668 aliasList = &tags[standard]
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.c26 * depending on the specified standard.
142 * a standard, or they are really old converters that the
143 * standard doesn't recognize anymore.
650 * Search for an standard name of an alias (what is the default name
651 * that this standard uses?)
656 findTaggedAliasListsOffset(const char *alias, const char *standard, UErrorCode *pErrorCode) { argument
661 uint32_t tagNum = getTagNumber(standard);
677 at the highest standard affinity.
695 /* The standard doesn't know about the alias */
707 findTaggedConverterNum(const char *alias, const char *standard, UErrorCod argument
824 ucnv_openStandardNames(const char *convName, const char *standard, UErrorCode *pErrorCode) argument
950 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
996 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/common/
H A Ducnv_io.cpp26 * depending on the specified standard.
142 * a standard, or they are really old converters that the
143 * standard doesn't recognize anymore.
650 * Search for an standard name of an alias (what is the default name
651 * that this standard uses?)
656 findTaggedAliasListsOffset(const char *alias, const char *standard, UErrorCode *pErrorCode) { argument
661 uint32_t tagNum = getTagNumber(standard);
677 at the highest standard affinity.
695 /* The standard doesn't know about the alias */
707 findTaggedConverterNum(const char *alias, const char *standard, UErrorCod argument
843 ucnv_openStandardNames(const char *convName, const char *standard, UErrorCode *pErrorCode) argument
969 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
1015 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h612 * @param err Pointer to a standard ICU error code. Its input value must
1719 * alias names for a given converter that are recognized by a standard.
1725 * the specified standard name. The returned object must be closed with
1729 * @param standard name of the standard governing the names; MIME and IANA
1733 * by a standard. If any of the parameters are invalid, NULL
1742 const char *standard,
1754 * Gives the name of the standard at given index of standard list.
1755 * @param n index in standard lis
[all...]
/external/icu4c/common/unicode/
H A Ducnv.h650 * @param err Pointer to a standard ICU error code. Its input value must
1757 * alias names for a given converter that are recognized by a standard.
1763 * the specified standard name. The returned object must be closed with
1767 * @param standard name of the standard governing the names; MIME and IANA
1771 * by a standard. If any of the parameters are invalid, NULL
1780 const char *standard,
1792 * Gives the name of the standard at given index of standard list.
1793 * @param n index in standard lis
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Dinteractive.rb9 uses Readline (if available) or standard IO#gets to fetch data on demand.

Completed in 3940 milliseconds

12345