Home
last modified time | relevance | path

Searched defs:lengths (Results 1 – 25 of 78) sorted by relevance

1234

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryMatcher.java28 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
31 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
DCharsDictionaryMatcher.java21 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
DBytesDictionaryMatcher.java42 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDictionaryMatcher.java29 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
32 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
DCharsDictionaryMatcher.java22 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
DBytesDictionaryMatcher.java43 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
/external/skia/src/gpu/gl/builders/
DGrGLSLPrettyPrint.cpp16 int* lengths, in prettify()
197 int* lengths, in PrettyPrintGLSL()
DGrGLShaderStringBuilder.cpp24 int* lengths, in GrGLCompileAndAttachShader()
/external/mesa3d/src/mesa/math/
Dm_debug_norm.c126 const GLfloat *lengths, in ref_norm_transform_rescale()
149 const GLfloat *lengths, in ref_norm_transform_normalize()
/external/icu/icu4c/source/common/
Ddictionarydata.cpp44 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
112 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp30 const char **strings, const size_t *lengths, in clCreateProgramWithSource()
58 const cl_device_id *devs, const size_t *lengths, in clCreateProgramWithBinary()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DUnicodeSetCloseOver.java143 Vector lengths) { in analyzeCaseData()
194 Vector lengths = new Vector(); // "111", "12", "22", etc. in generateCaseData() local
/external/v8/test/mjsunit/
Dstring-indexof-1.js130 var lengths = [1, 4, 15]; // Single char, simple and complex. variable
/external/skia/tests/
DGrGLSLPrettyPrintTest.cpp93 SkTArray<int> lengths; in DEF_TEST() local
/external/toybox/toys/posix/
Dwc.c51 unsigned long word=0, lengths[]={0,0,0}; in do_wc() local
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp347 int32_t *lengths, int &count, int limit ) { in ucharsTrieMatches()
440 int32_t lengths[20]; in call() local
546 int32_t *lengths, int &count, int limit ) { in bytesTrieMatches()
589 int32_t lengths[20]; in call() local
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java669 private final long[] lengths; field in DiskLruCache.Value
672 private Value(String key, long sequenceNumber, File[] files, long[] lengths) { in Value()
807 private final long[] lengths; field in DiskLruCache.Entry
/external/zopfli/src/zopfli/
Dtree.c30 void ZopfliLengthsToSymbols(const unsigned* lengths, size_t n, unsigned maxbits, in ZopfliLengthsToSymbols()
/external/mesa3d/src/mesa/tnl/
Dt_vb_normals.c54 const GLfloat *lengths; in run_normal_stage() local
/external/libvorbis/vq/
Dlatticetune.c42 long *lengths; in main() local
Dbookutil.c338 void build_tree_from_lengths(int vals, long *hist, long *lengths){ in build_tree_from_lengths()
407 void build_tree_from_lengths0(int vals, long *hist, long *lengths){ in build_tree_from_lengths0()
Dhuffbuild.c131 long *lengths=_ogg_calloc(vals,sizeof(long)); in main() local
/external/zlib/src/contrib/puff/
Dpuff.c546 short lengths[FIXLCODES]; in fixed() local
670 short lengths[MAXCODES]; /* descriptor code lengths */ in dynamic() local
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dshadow-handler.js20 lengths: [], property
/external/icu/tools/
DZoneCompactor.java37 private Map<String,Integer> lengths = new HashMap<String,Integer>(); field in ZoneCompactor

1234