Home
last modified time | relevance | path

Searched refs:testLength (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/text/wince/
DTextCodecWinCE.cpp207 int testLength = length; in decodeInternal() local
210 int resultLength = MultiByteToWideChar(codePage, flags, bytes, testLength, 0, 0); in decodeInternal()
216 … MultiByteToWideChar(codePage, flags, bytes, testLength, result.data() + oldSize, resultLength); in decodeInternal()
218 if (testLength == untestedLength) { in decodeInternal()
219 *left = length - testLength; in decodeInternal()
222 untestedLength -= testLength; in decodeInternal()
223 length -= testLength; in decodeInternal()
224 bytes += testLength; in decodeInternal()
226 untestedLength = testLength - 1; in decodeInternal()
232 testLength = (untestedLength + 1) / 2; in decodeInternal()
/external/icu4c/extra/scrptrun/
Dsrtest.cpp25 int32_t testLength = sizeof testChars / sizeof testChars[0]; variable
29 ScriptRun scriptRun(testChars, 0, testLength); in main()
/external/icu4c/test/intltest/
Dcsdetest.cpp148 int32_t testLength = testString.length(); in checkEncoding() local
205 decoded = NEW_ARRAY(UChar, testLength); in checkEncoding()
206 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status); in checkEncoding()
212 for(int32_t i = 0; i < testLength; i += 1) { in checkEncoding()
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
DCoderResultTest.java152 public void testLength() { in testLength() method in CoderResultTest
/external/guava/guava-tests/test/com/google/common/io/
DByteStreamsTest.java728 public void testLength() throws IOException {
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DCharBufferTest.java677 public void testLength() { in testLength() method in CharBufferTest