Searched refs:testLength (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/text/wince/ |
D | TextCodecWinCE.cpp | 207 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/ |
D | srtest.cpp | 25 int32_t testLength = sizeof testChars / sizeof testChars[0]; variable 29 ScriptRun scriptRun(testChars, 0, testLength); in main()
|
/external/icu4c/test/intltest/ |
D | csdetest.cpp | 148 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/ |
D | CoderResultTest.java | 152 public void testLength() { in testLength() method in CoderResultTest
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | ByteStreamsTest.java | 728 public void testLength() throws IOException {
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
D | CharBufferTest.java | 677 public void testLength() { in testLength() method in CharBufferTest
|