HomeSort by relevance Sort by last modified time
    Searched full:algorithmic (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/icu4c/i18n/unicode/
numsys.h 46 * More complicated numbering systems are algorithmic in nature, and require use
48 * the characters to be displayed for a given number. Examples of algorithmic
95 * @param isAlgorithmic TRUE if the numbering system is algorithmic rather than numeric.
97 * ruleset to be used in an algorithmic system.
135 * in the case of algorithmic systems.
143 * Returns TRUE if the given numbering system is algorithmic
145 * @return TRUE if the numbering system is algorithmic.
170 UBool algorithmic; member in class:NumberingSystem
175 void setAlgorithmic(UBool algorithmic);
  /external/icu4c/i18n/
numsys.cpp 40 static const char gAlgorithmic[] = "algorithmic";
54 algorithmic = FALSE;
151 int32_t algorithmic = 0; local
163 algorithmic = ures_getInt(nsCurrent,&status);
165 UBool isAlgorithmic = ( algorithmic == 1 );
207 algorithmic = c;
222 return ( algorithmic );
  /external/icu4c/data/mappings/
ucmcore.mk 5 # Note: A number of encodings are handled with purely algorithmic converters,
  /external/icu4c/tools/makeconv/
ucnvstat.c 60 /* NULLs for algorithmic types, their tables live in ucnv_bld.c */
  /external/clang/docs/
PTHInternals.html 136 <p>Despite these strengths, PTH's simple design suffers some algorithmic
145 GCC's particular implementation of PCH mitigates some of these algorithmic
147 fundamentally dominate at an algorithmic level, especially when one considers
152 theoretically have the same constant-time algorithmic advantages just mentioned
  /external/icu4c/common/
ucnv_bld.h 112 * - readonly for built-in algorithmic converters
260 * Load a non-algorithmic converter.
267 * Unload a non-algorithmic converter.
ucnv_imp.h 62 * Open a purely algorithmic converter, specified by a type constant.
unames.c 865 /* Only the normative character name can be algorithmic. */
    [all...]
ucnv_bld.c 170 If the default converter is an algorithmic converter, this is the cached value.
172 less overhead than an algorithmic open. We don't cache non-algorithmic converters
275 * even if they do not use this table (especially algorithmic ones).
531 * Load a non-algorithmic converter.
573 * Unload a non-algorithmic converter.
706 /*Logic determines if the converter is Algorithmic AND/OR cached
801 /* get the shared data for an algorithmic converter, if it is one */
892 UTRACE_DATA1(UTRACE_OPEN_CLOSE, "open algorithmic converter type %d", (int32_t)type);
907 /* not a valid type, or not an algorithmic converter *
    [all...]
normalizer2impl.h 264 * @param buffer out-only buffer for algorithmic decompositions
424 // Requires algorithmic-NoNo.
  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 99 // Preload a purely algorithmic converter via an alias,
  /external/iproute2/examples/diffserv/
README 7 and the tcindex classifier with some algorithmic mapping
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 337 ;// Algorithmic Description:
362 ;// Algorithmic Description:
397 ;// Algorithmic Description:
434 ;// Algorithmic Description:
662 ;// 4 bytes are loaded in case of destination buffer. Algorithmic
  /external/bluetooth/glib/docs/reference/gobject/
gobject-docs.sgml 44 systems and additional fundamental algorithmic language constructs.
  /external/freetype/src/autofit/
aftypes.h 26 * should make algorithmic experimentation easier than with the old
  /external/icu4c/samples/translit/
README.TXT 83 more elegant algorithmic solution is available. Instead of typing
  /external/skia/include/core/
SkTypeface.h 25 This is used in the paint, along with optionally algorithmic settings like
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 314 // because it more likely represents an actual algorithmic
  /external/icu4c/test/intltest/
callimts.cpp 111 // This test used to test the algorithmic limits of the dates that
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
PHP SmartyPants Readme.txt 283 ### Algorithmic Shortcomings ###
  /external/valgrind/main/exp-sgcheck/docs/
sg-manual.xml 195 partly due to a lack of tuning, but partly due to algorithmic
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 129 * Components for performing algorithmic operations. Includes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 132 * Components for performing algorithmic operations. Includes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 132 * Components for performing algorithmic operations. Includes
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 129 * Components for performing algorithmic operations. Includes

Completed in 1637 milliseconds

1 2 3