/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. 137 * in the case of algorithmic systems. 145 * Returns TRUE if the given numbering system is algorithmic 147 * @return TRUE if the numbering system is algorithmic. 172 UBool algorithmic; member in class:NumberingSystem 177 void setAlgorithmic(UBool algorithmic);
|
/external/icu4c/i18n/ |
numsys.cpp | 44 static const char gAlgorithmic[] = "algorithmic"; 59 algorithmic = FALSE; 175 int32_t algorithmic = 0; local 186 algorithmic = ures_getInt(nsCurrent,&status); 188 UBool isAlgorithmic = ( algorithmic == 1 ); 228 algorithmic = c; 243 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.rst | 123 Despite these strengths, PTH's simple design suffers some algorithmic 133 of PCH mitigates some of these algorithmic strengths via the use of 135 an algorithmic level, especially when one considers header files of 140 approach would theoretically have the same constant-time algorithmic
|
/external/icu4c/common/ |
ucnv_bld.h | 113 * - readonly for built-in algorithmic converters 261 * Load a non-algorithmic converter. 268 * Unload a non-algorithmic converter.
|
ucnv_imp.h | 63 * Open a purely algorithmic converter, specified by a type constant.
|
unames.cpp | 879 /* Only the normative character name can be algorithmic. */ [all...] |
ucnv_bld.cpp | 176 If the default converter is an algorithmic converter, this is the cached value. 178 less overhead than an algorithmic open. We don't cache non-algorithmic converters 278 * even if they do not use this table (especially algorithmic ones). 534 * Load a non-algorithmic converter. 576 * Unload a non-algorithmic converter. 709 /*Logic determines if the converter is Algorithmic AND/OR cached 804 /* get the shared data for an algorithmic converter, if it is one */ 895 UTRACE_DATA1(UTRACE_OPEN_CLOSE, "open algorithmic converter type %d", (int32_t)type); 910 /* not a valid type, or not an algorithmic converter * [all...] |
normalizer2impl.h | 341 * @param buffer out-only buffer for algorithmic decompositions 350 * @param buffer out-only buffer for algorithmic decompositions 513 // Requires algorithmic-NoNo.
|
normalizer2impl.cpp | 534 // Only loops for 1:1 algorithmic mappings. 596 // We do not loop in this method because an algorithmic mapping itself [all...] |
/external/ceres-solver/docs/ |
ceres-solver.tex | 12 \usepackage{algorithmic}
|
/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/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/legacy/include/core/ |
SkTypeface.h | 25 This is used in the paint, along with optionally algorithmic settings like
|
/external/skia/include/core/ |
SkTypeface.h | 26 This is used in the paint, along with optionally algorithmic settings like
|
/external/libvorbis/lib/ |
sharedbook.c | 456 algorithmic mapping 498 /* linear, algorithmic mapping, nonsequential */ 517 /* linear, algorithmic mapping, sequential */
|
codebook.c | 73 here. The algorithmic mapping happens as usual, but the unused
|
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 146 // Delta for an algorithmic one-way mapping. [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
DeadStoresChecker.cpp | 365 // 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/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
PHP SmartyPants Readme.txt | 283 ### Algorithmic Shortcomings ###
|