Home
last modified time | relevance | path

Searched refs:algorithmic (Results 1 – 25 of 36) sorted by relevance

12

/external/icu/icu4c/source/data/misc/
DnumberingSystems.txt7 algorithmic:int{0}
12 algorithmic:int{0}
17 algorithmic:int{0}
22 algorithmic:int{0}
27 algorithmic:int{1}
32 algorithmic:int{1}
37 algorithmic:int{0}
42 algorithmic:int{0}
47 algorithmic:int{0}
52 algorithmic:int{0}
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNumberingSystem.java51 algorithmic = false; in NumberingSystem()
100 ns.algorithmic = isAlgorithmic_in; in getInstance()
237 int algorithmic = nsAlgBundle.getInt(); in lookupInstanceByName() local
239 isAlgorithmic = ( algorithmic == 1 ); in lookupInstanceByName()
314 return algorithmic; in isAlgorithmic()
319 private boolean algorithmic; field in NumberingSystem
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberingSystem.java55 algorithmic = false; in NumberingSystem()
106 ns.algorithmic = isAlgorithmic_in; in getInstance()
247 int algorithmic = nsAlgBundle.getInt(); in lookupInstanceByName() local
249 isAlgorithmic = ( algorithmic == 1 ); in lookupInstanceByName()
330 return algorithmic; in isAlgorithmic()
335 private boolean algorithmic; field in NumberingSystem
/external/icu/icu4c/source/i18n/
Dnumsys.cpp64 algorithmic = FALSE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
197 int32_t algorithmic = 0; in createInstanceByName() local
209 algorithmic = ures_getInt(nsCurrent.getAlias(), &status); in createInstanceByName()
211 UBool isAlgorithmic = ( algorithmic == 1 ); in createInstanceByName()
253 algorithmic = c; in setAlgorithmic()
268 return ( algorithmic ); in isAlgorithmic()
/external/icu/icu4c/source/i18n/unicode/
Dnumsys.h201 UBool algorithmic; variable
206 void setAlgorithmic(UBool algorithmic);
/external/icu/libicu/cts_headers/unicode/
Dnumsys.h201 UBool algorithmic; variable
206 void setAlgorithmic(UBool algorithmic);
/external/clang/docs/
DPTHInternals.rst123 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
/external/cldr/tools/java/org/unicode/cldr/util/data/
DSpecialLocales.txt16 # Note: Also, see CLDRFileTransformer.java which has the algorithmic locales defined
/external/bc/manuals/
Dalgorithms.md50 2. It minimizes algorithmic complexity.
52 Using multiplication would make division have the even worse algorithmic
/external/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_supplemental.txt210 //supplementalData/numberingSystems/numberingSystem[@type="algorithmic"][@id="(%W)"][@rules="(%A)"]
211 ; /numberingSystems/$1/algorithmic:int ; values=1
216 ; /numberingSystems/$1/algorithmic:int ; values=0
/external/iproute2/examples/diffserv/
DREADME7 and the tcindex classifier with some algorithmic mapping
/external/zstd/contrib/match_finders/
DREADME.md25 * Additional algorithmic heuristics for speed improvement have also been included.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_UnicodeDecode.pbtxt26 by ICU ucnv algorithmic converters. Examples: `"UTF-16", "US ASCII", "UTF-8"`.
Dapi_def_UnicodeDecodeWithOffsets.pbtxt33 by ICU ucnv algorithmic converters. Examples: `"UTF-16", "US ASCII", "UTF-8"`.
Dapi_def_UnicodeTranscode.pbtxt19 by ICU ucnv algorithmic converters. Examples: `"UTF-16", "US ASCII", "UTF-8"`.
/external/icu/icu4c/source/samples/translit/
DREADME.TXT86 more elegant algorithmic solution is available. Instead of typing
/external/python/cryptography/docs/development/
Dsubmitting-patches.rst79 Every recipe should include a version or algorithmic marker of some sort in its
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/docs/
DReductionDesign.txt32 categories: data-structure specific routines and algorithmic routines.
57 generated to aid the runtime performing algorithmic steps
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt106 # or names of algorithmic converters, and their case must not
140 # Fully algorithmic converters
372 # GB 18030 is partly algorithmic, using the MBCS converter
984 # Partially algorithmic converters
/external/python/cpython2/Doc/library/
Dheapq.rst257 winner. The simplest algorithmic way to remove it and find the "next" winner is
/external/python/cpython3/Doc/library/
Dheapq.rst269 winner. The simplest algorithmic way to remove it and find the "next" winner is
/external/llvm-project/mlir/docs/Rationale/
DRationaleGenericDAGRewriter.md247 for compile time cost, different demands for optimality, and other algorithmic
/external/starlark-go/starlark/testdata/
Dstring.star261 # Observe the algorithmic difference when splitting on spaces versus other delimiters.
/external/icu/icu4c/source/data/unidata/
Dchanges.txt2031 - adjust preparseucd.py for Tangut algorithmic names
3476 - No more manual changes for CJK ranges for algorithmic names;
4087 - update ucdVersion in gennames.c if an algorithmic range changes
4326 - update ucdVersion in gennames.c if an algorithmic range changes
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java500 algorithmic, numeric, unknown

12