/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 | 134 <p>Despite these strengths, PTH's simple design suffers some algorithmic 143 GCC's particular implementation of PCH mitigates some of these algorithmic 145 fundamentally dominate at an algorithmic level, especially when one considers 150 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 | 168 If the default converter is an algorithmic converter, this is the cached value. 170 less overhead than an algorithmic open. We don't cache non-algorithmic converters 273 * even if they do not use this table (especially algorithmic ones). 529 * Load a non-algorithmic converter. 571 * Unload a non-algorithmic converter. 704 /*Logic determines if the converter is Algorithmic AND/OR cached 799 /* get the shared data for an algorithmic converter, if it is one */ 890 UTRACE_DATA1(UTRACE_OPEN_CLOSE, "open algorithmic converter type %d", (int32_t)type); 905 /* not a valid type, or not an algorithmic converter * [all...] |
normalizer2impl.h | 261 * @param buffer out-only buffer for algorithmic decompositions 418 // 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
|
/external/icu4c/tools/gennames/ |
gennames.c | 80 * -- algorithmic names 89 * algorithmic names (Unicode 3.0.0: 3, hardcoded in gennames) 98 * -- algorithmic range types: [all...] |
/frameworks/base/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 | 32 This is used in the paint, along with optionally algorithmic settings like
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DeadStoresChecker.cpp | 293 // 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 ###
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
algorithmfwd.h | 129 * Components for performing algorithmic operations. Includes
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 129 * Components for performing algorithmic operations. Includes
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 129 * Components for performing algorithmic operations. Includes
|
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 793 // Try a compact, algorithmic encoding. 901 // Set data for algorithmic runtime handling. [all...] |