/external/icu/icu4c/source/i18n/unicode/ |
numsys.h | 48 * More complicated numbering systems are algorithmic in nature, and require use 50 * the characters to be displayed for a given number. Examples of algorithmic 97 * @param isAlgorithmic TRUE if the numbering system is algorithmic rather than numeric. 99 * ruleset to be used in an algorithmic system. 130 * radix is less well-defined for non-positional algorithmic systems. 150 * algorithmic systems this is the name of the RBNF ruleset used for formatting, 160 * Returns TRUE if the given numbering system is algorithmic 162 * @return TRUE if the numbering system is algorithmic. 187 UBool algorithmic; member in class:NumberingSystem 192 void setAlgorithmic(UBool algorithmic); [all...] |
unumsys.h | 27 * More complicated numbering systems are algorithmic in nature, and require use 29 * the characters to be displayed for a given number. Examples of algorithmic 127 * Returns whether the given UNumberingSystem object is for an algorithmic (not purely 129 * @param unumsys The UNumberingSystem whose algorithmic status is desired. 130 * @return TRUE if the specified UNumberingSystem object is for an algorithmic 140 * hexadecimal. The radix is less well-defined for non-positional algorithmic systems. 153 * algorithmic systems this is the name of the RBNF ruleset used for formatting,
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NumberingSystem.java | 29 * Thai digits or Devanagari digits, or an algorithmic numbering system such 42 algorithmic = false; 51 * @param isAlgorithmic_in Specifies whether the numbering system is algorithmic 55 * numbering system, in order, starting from zero. For algorithmic numbering 69 * @param isAlgorithmic_in Specifies whether the numbering system is algorithmic 73 * numbering system, in order, starting from zero. For algorithmic numbering 91 ns.algorithmic = isAlgorithmic_in; 214 UResourceBundle nsAlgBundle = nsTop.get("algorithmic"); 216 int algorithmic = nsAlgBundle.getInt(); local 218 isAlgorithmic = ( algorithmic == 1 ) 313 private boolean algorithmic; field in class:NumberingSystem [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NumberingSystem.java | 28 * Thai digits or Devanagari digits, or an algorithmic numbering system such 43 algorithmic = false; 52 * @param isAlgorithmic_in Specifies whether the numbering system is algorithmic 56 * numbering system, in order, starting from zero. For algorithmic numbering 71 * @param isAlgorithmic_in Specifies whether the numbering system is algorithmic 75 * numbering system, in order, starting from zero. For algorithmic numbering 94 ns.algorithmic = isAlgorithmic_in; 221 UResourceBundle nsAlgBundle = nsTop.get("algorithmic"); 223 int algorithmic = nsAlgBundle.getInt(); local 225 isAlgorithmic = ( algorithmic == 1 ) 326 private boolean algorithmic; field in class:NumberingSystem [all...] |
/prebuilts/misc/common/swig/include/2.0.11/chicken/ |
chickenkw.swg | 5 Revised^5 Report on the Algorithmic Language Scheme */
|
/external/icu/icu4c/source/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/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
core.rst | 15 The :class:`altgraph.Graph.Graph` class is loosely modeled after the `LEDA <http://www.algorithmic-solutions.com/enleda.htm>`_
|
/external/icu/icu4c/source/data/mappings/ |
ucmcore.mk | 5 # Note: A number of encodings are handled with purely algorithmic converters,
|
/external/icu/icu4c/source/tools/makeconv/ |
ucnvstat.c | 60 /* NULLs for algorithmic types, their tables live in ucnv_bld.c */
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacterNameIterator.java | 59 // interleave the data-driven ones with the algorithmic ones 60 // iterate over all algorithmic ranges; assume that they are 65 // in the algorithmic range 90 // reset the group index if we are in the algorithmic names 97 // enumerate the character names after the last algorithmic range
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UCharacterNameIterator.java | 59 // interleave the data-driven ones with the algorithmic ones 60 // iterate over all algorithmic ranges; assume that they are 65 // in the algorithmic range 90 // reset the group index if we are in the algorithmic names 97 // enumerate the character names after the last algorithmic range
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCharacterName.java | 125 // try algorithmic names first, if fails then try group names 484 * Gets the Algorithmic name of the codepoint 485 * @param index algorithmic range index 487 * @return algorithmic name of codepoint 582 * Algorithmic name class 606 * Sets the information for accessing the algorithmic names 609 * @param type algorithm type. There's 2 kinds of algorithmic type. First 612 * @param variant algorithmic variant 725 * Gets the character for the argument algorithmic name 726 * @return the algorithmic char or -1 otherwise [all...] |
UCharacterNameReader.java | 94 throw new IOException("unames.icu read error: Algorithmic names creation error"); 138 * Size of an algorithmic name information group
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCharacterName.java | 124 // try algorithmic names first, if fails then try group names 483 * Gets the Algorithmic name of the codepoint 484 * @param index algorithmic range index 486 * @return algorithmic name of codepoint 581 * Algorithmic name class 605 * Sets the information for accessing the algorithmic names 608 * @param type algorithm type. There's 2 kinds of algorithmic type. First 611 * @param variant algorithmic variant 724 * Gets the character for the argument algorithmic name 725 * @return the algorithmic char or -1 otherwise [all...] |
UCharacterNameReader.java | 94 throw new IOException("unames.icu read error: Algorithmic names creation error"); 138 * Size of an algorithmic name information group
|
/external/icu/icu4c/source/common/ |
ucnv_bld.h | 113 * - readonly for built-in algorithmic converters 266 * Load a non-algorithmic converter. 273 * Unload a non-algorithmic converter.
|
ucnv_imp.h | 63 * Open a purely algorithmic converter, specified by a type constant.
|
unames.cpp | 854 /* Only the normative character name can be algorithmic. */ [all...] |
ucnv_bld.cpp | 210 If the default converter is an algorithmic converter, this is the cached value. 212 less overhead than an algorithmic open. We don't cache non-algorithmic converters 532 * Load a non-algorithmic converter. 574 * Unload a non-algorithmic converter. 697 /*Logic determines if the converter is Algorithmic AND/OR cached 794 /* get the shared data for an algorithmic converter, if it is one */ 885 UTRACE_DATA1(UTRACE_OPEN_CLOSE, "open algorithmic converter type %d", (int32_t)type); 895 /* not a valid type, or not an algorithmic converter */ [all...] |
/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 constant-time algorithmic advantages just mentioned but also retains some
|
/frameworks/av/include/media/ |
AudioTimestamp.h | 66 // to potentially express algorithmic latency at the start of the stream 151 // size, available, algorithmic latency
|
/docs/source.android.com/src/devices/audio/ |
latency_measurements.jd | 65 algorithmic delay and computational delay. 66 Algorithmic delay is inherent and does not vary with the CPU. 86 adds zero algorithmic delay and near zero computational delay. 105 applied but increases algorithmic delay for the on-device path.
|
/external/icu/icu4c/source/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/webrtc/webrtc/voice_engine/include/ |
voe_video_sync.h | 67 // Gets the |jitter_buffer_delay_ms| (including the algorithmic delay), and
|