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 D | StringReplacePerfTest.java | 82 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 D | StringReplaceAllPerfTest.java | 88 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 D | StringToBytesPerfTest.java | 91 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 D | StringPerfTest.java | 71 public void timeHashCode(StringLengths stringLengths) { in timeHashCode()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | ulistformatter.cpp | 71 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 D | ulistformatter.cpp | 71 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 D | ulistfmttest.c | 45 static const int32_t stringLengths[] = { 1, 2, 3, 4, 5 }; variable
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | ulistfmttest.c | 45 static const int32_t stringLengths[] = { 1, 2, 3, 4, 5 }; variable
|
/aosp_15_r20/libcore/luni/src/main/native/ |
H A D | org_apache_harmony_xml_ExpatParser.cpp | 1266 int stringLengths[count]; in ExpatParser_cloneAttributes() local
|