Home
last modified time | relevance | path

Searched defs:stringLengths (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DStringReplacePerfTest.java82 public void timeReplaceCharNonExistent(StringLengths stringLengths) { in timeReplaceCharNonExistent()
91 public void timeReplaceCharRepeated(StringLengths stringLengths) { in timeReplaceCharRepeated()
100 public void timeReplaceSingleChar(StringLengths stringLengths) { in timeReplaceSingleChar()
109 public void timeReplaceSequenceNonExistent(StringLengths stringLengths) { in timeReplaceSequenceNonExistent()
118 public void timeReplaceSequenceRepeated(StringLengths stringLengths) { in timeReplaceSequenceRepeated()
127 public void timeReplaceSingleSequence(StringLengths stringLengths) { in timeReplaceSingleSequence()
H A DStringReplaceAllPerfTest.java88 public void timeReplaceAllTrivialPatternNonExistent(StringLengths stringLengths) { in timeReplaceAllTrivialPatternNonExistent()
97 public void timeReplaceTrivialPatternAllRepeated(StringLengths stringLengths) { in timeReplaceTrivialPatternAllRepeated()
106 public void timeReplaceAllTrivialPatternSingleOccurrence(StringLengths stringLengths) { in timeReplaceAllTrivialPatternSingleOccurrence()
H A DStringToBytesPerfTest.java91 public void timeGetBytesUtf8(StringLengths stringLengths) { in timeGetBytesUtf8()
100 public void timeGetBytesIso88591(StringLengths stringLengths) { in timeGetBytesIso88591()
109 public void timeGetBytesAscii(StringLengths stringLengths) { in timeGetBytesAscii()
H A DStringPerfTest.java71 public void timeHashCode(StringLengths stringLengths) { in timeHashCode()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dulistformatter.cpp71 const int32_t* stringLengths, in getUnicodeStrings()
105 const int32_t * stringLengths, in ulistfmt_format()
140 const int32_t * stringLengths, in ulistfmt_formatStringsToResult()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dulistformatter.cpp71 const int32_t* stringLengths, in getUnicodeStrings()
105 const int32_t * stringLengths, in ulistfmt_format()
140 const int32_t * stringLengths, in ulistfmt_formatStringsToResult()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dulistfmttest.c45 static const int32_t stringLengths[] = { 1, 2, 3, 4, 5 }; variable
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dulistfmttest.c45 static const int32_t stringLengths[] = { 1, 2, 3, 4, 5 }; variable
/aosp_15_r20/libcore/luni/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp1266 int stringLengths[count]; in ExpatParser_cloneAttributes() local