Home
last modified time | relevance | path

Searched defs:minLength (Results 1 – 25 of 1069) sorted by relevance

12345678910>>...43

/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/normperf/
H A Dsimplenormperf.cpp27 static UnicodeString getMixed(int32_t minLength) { in getMixed()
30 static UnicodeString getLatin1(int32_t minLength) { return extend(latin1, minLength); } in getLatin1()
31 …static UnicodeString getLowercaseLatin1(int32_t minLength) { return extend(lowercaseLatin1, minLen… in getLowercaseLatin1()
32 static UnicodeString getASCII(int32_t minLength) { return extend(ascii, minLength); } in getASCII()
33 static UnicodeString getJapanese(int32_t minLength) { return extend(japanese, minLength); } in getJapanese()
55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend()
/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/
H A Dsimplenormperf.cpp27 static UnicodeString getMixed(int32_t minLength) { in getMixed()
30 static UnicodeString getLatin1(int32_t minLength) { return extend(latin1, minLength); } in getLatin1()
31 …static UnicodeString getLowercaseLatin1(int32_t minLength) { return extend(lowercaseLatin1, minLen… in getLowercaseLatin1()
32 static UnicodeString getASCII(int32_t minLength) { return extend(ascii, minLength); } in getASCII()
33 static UnicodeString getJapanese(int32_t minLength) { return extend(japanese, minLength); } in getJapanese()
55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend()
/aosp_15_r20/external/setupcompat/main/java/com/google/android/setupcompat/internal/
H A DValidations.java28 public static void assertLengthInRange(int length, String name, int minLength, int maxLength) { in assertLengthInRange()
41 public static void assertLengthInRange(String input, String name, int minLength, int maxLength) { in assertLengthInRange()
43 assertLengthInRange(input.length(), name, minLength, maxLength); in assertLengthInRange() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges()
423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges()
512 int32_t minLength=ranges[0].length; in allocWeights() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dcollationweights.cpp392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges()
423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges()
512 int32_t minLength=ranges[0].length; in allocWeights() local
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
H A DCollationWeights.java99 int minLength=ranges[0].length; in allocWeights() local
459 private boolean allocWeightsInShortRanges(int n, int minLength) { in allocWeightsInShortRanges()
484 private boolean allocWeightsInMinLengthRanges(int n, int minLength) { in allocWeightsInMinLengthRanges()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationWeights.java101 int minLength=ranges[0].length; in allocWeights() local
461 private boolean allocWeightsInShortRanges(int n, int minLength) { in allocWeightsInShortRanges()
486 private boolean allocWeightsInMinLengthRanges(int n, int minLength) { in allocWeightsInMinLengthRanges()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLanguageTagParser.java401 private String getExtension(String subtag, StringTokenizer st, int minLength) { in getExtension()
736 Map<String, String> newLocaleExtensions, int minLength, int maxLength) { in expandMap()
742 result.put(entry.getKey(), split(entry.getValue(), minLength, maxLength)); in expandMap() local
747 private List<String> split(String value, int minLength, int maxLength) { in split()
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/
H A Dref-ref.json11 "minLength": 1, number
16 "minLength": 1, number
H A Dexample-ref.json11 "minLength": 1, number
16 "minLength": 1, number
H A Dissue396-v7.json6 "minLength": 10 number
29 "minLength": 2, number
H A Dref-main-schema-resource.json35 "minLength": 1, number
40 "minLength": 1, number
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/presets/
Dschema.json112 "minLength": 1 number
123 "minLength": 1 number
131 "minLength": 1 number
434 "minLength": 1 number
445 "minLength": 1 number
453 "minLength": 1 number
461 "minLength": 1 number
629 "minLength": 1 number
640 "minLength": 1 number
648 "minLength": 1 number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/
H A DminLength.json4 "schema": {"minLength": 2}, number
35 "schema": {"minLength": 2.0}, number
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/
H A DminLength.json4 "schema": {"minLength": 2}, number
35 "schema": {"minLength": 2.0}, number
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp99 int minLength, JNIAccess access) in AutoJavaFloatArray()
119 int minLength) in AutoJavaIntArray()
138 int minLength, JNIAccess access) in AutoJavaShortArray()
158 int minLength) in AutoJavaByteArray()
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A DminLength.json6 "minLength": 2 number
40 "minLength": 2.0 number
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A DminLength.json6 "minLength": 2 number
40 "minLength": 2.0 number
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/
H A DminLength.json6 "minLength": 2 number
40 "minLength": 2.0 number
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DStrings.java92 public static String padStart(String string, int minLength, char padChar) { in padStart()
123 public static String padEnd(String string, int minLength, char padChar) { in padEnd()
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DStrings.java94 public static String padStart(String string, int minLength, char padChar) { in padStart()
125 public static String padEnd(String string, int minLength, char padChar) { in padEnd()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/
H A DUnsignedBytes.java373 int minLength = Math.min(left.length, right.length); in compare() local
422 int minLength = Math.min(left.length, right.length); in compare() local
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedBytes.java373 int minLength = Math.min(left.length, right.length); in compare() local
422 int minLength = Math.min(left.length, right.length); in compare() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ducnv_ext.cpp953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping()
982 int32_t minLength, in ucnv_extGetUnicodeSetString()
1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducnv_ext.cpp953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping()
982 int32_t minLength, in ucnv_extGetUnicodeSetString()
1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local

12345678910>>...43