Home
last modified time | relevance | path

Searched defs:resultLimit (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp1033 UChar *target, *targetLimit, *resultLimit; in stepToUnicode() local
1441 char *target, *targetLimit, *resultLimit; in stepFromUTF8() local
1545 char *target, *targetLimit, *resultLimit; in stepFromUnicode() local
/external/okio/okio/src/commonMain/kotlin/okio/internal/
DBuffer.kt1293 val resultLimit = size - bytesSize + 1L in commonIndexOf() constant