Home
last modified time | relevance | path

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

1234567

/third_party/typescript/tests/baselines/reference/
DgenericArray1.js14 var lengths = ["a", "b", "c"].map(x => x.length); variable
29 var lengths = ["a", "b", "c"].map(function (x) { return x.length; }); variable
DgenericFunctions2.js5 var lengths = map(myItems, x => x.length); variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryMatcher.java30 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
33 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
DCharsDictionaryMatcher.java24 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDictionaryMatcher.java31 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
34 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
DCharsDictionaryMatcher.java25 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeKey.java63 public static RangeKey create(RangeSpecification prefix, Set<Integer> lengths) { in create()
68 "lengths cannot be shorter than the prefix: %s - %s", prefix, lengths); in create() local
206 ImmutableSortedSet.Builder<Integer> lengths = ImmutableSortedSet.naturalOrder(); in buildLengths() local
/third_party/typescript/tests/cases/compiler/
DgenericArray1.ts14 var lengths = ["a", "b", "c"].map(x => x.length); variable
/third_party/libphonenumber/cpp/src/phonenumbers/
Dshortnumberinfo.cc84 const RepeatedField<int>& lengths = desc.possible_length(); in MatchesPossibleNumberAndNationalNumber() local
118 const RepeatedField<int>& lengths = in IsPossibleShortNumberForRegion() local
135 const RepeatedField<int>& lengths = in IsPossibleShortNumber() local
196 const RepeatedField<int>& lengths = in GetExpectedCostForRegion() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/type_inference/
Dtype_inference_2.ts34 var lengths = map(names, s => s.length); variable
/third_party/ffmpeg/libavutil/tests/
Dsha.c29 static const int lengths[3] = { 160, 224, 256 }; in main() local
Dsha512.c34 static const int lengths[4] = { 224, 256, 384, 512 }; in main() local
Dripemd.c32 static const int lengths[4] = { 128, 160, 256, 320 }; in main() local
/third_party/node/test/parallel/
Dtest-buffer-indexof.js304 const lengths = [1, 3, 15]; // Single char, simple and complex. variable
334 const lengths = [2, 4, 16]; // Single char, simple and complex. variable
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java464 TreeSet<Integer> lengths = new TreeSet<Integer>(); in processPhoneNumberDescElement() local
540 String[] lengths = possibleLengthString.split(","); in parsePossibleLengthStringToSet() local
594 private static void populatePossibleLengthSets(Element data, TreeSet<Integer> lengths, in populatePossibleLengthSets()
633 TreeSet<Integer> lengths = new TreeSet<Integer>(); in setPossibleLengthsGeneralDesc() local
689 private static void setPossibleLengths(TreeSet<Integer> lengths, in setPossibleLengths()
/third_party/icu/icu4c/source/common/
Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
/third_party/skia/third_party/externals/icu/source/common/
Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
/third_party/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()
/third_party/node/deps/icu-small/source/common/
Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
/third_party/node/deps/brotli/c/enc/
Dblock_splitter.h26 uint32_t* lengths; member
/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter.h26 uint32_t* lengths; member
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DUnicodeSetCloseOver.java145 Vector lengths) { in analyzeCaseData()
196 Vector lengths = new Vector(); // "111", "12", "22", etc. in generateCaseData() local
/third_party/python/Lib/test/
Dtest_bufio.py12 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
/third_party/toybox/toys/posix/
Dwc.c62 unsigned long word = 0, lengths[] = {0,0,0,0}; in do_wc() local

1234567