Searched refs:retLength (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 905 …int retLength = Normalizer.decompose(input,0,input.length, output2, reqLength, output2.length, mod… in decomposeTest() local 906 if(retLength != reqLength){ in decomposeTest() 907 …malizer.compose did not return the expected length. Expected: " +reqLength + " Got: " + retLength); in decomposeTest() 985 …int retLength = Normalizer.compose(input,0,input.length, output2, reqLength, output2.length, mode=… in composeTest() local 986 if(retLength != reqLength){ in composeTest() 987 …malizer.compose did not return the expected length. Expected: " +reqLength + " Got: " + retLength); in composeTest()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 901 …int retLength = Normalizer.decompose(input,0,input.length, output2, reqLength, output2.length, mod… in decomposeTest() local 902 if(retLength != reqLength){ in decomposeTest() 903 …malizer.compose did not return the expected length. Expected: " +reqLength + " Got: " + retLength); in decomposeTest() 981 …int retLength = Normalizer.compose(input,0,input.length, output2, reqLength, output2.length, mode=… in composeTest() local 982 if(retLength != reqLength){ in composeTest() 983 …malizer.compose did not return the expected length. Expected: " +reqLength + " Got: " + retLength); in composeTest()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1375 int retLength = 0; in getGLBufferLayout() local 1378 …_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, 1, &queryArg, numBlockVars, &retLength, &entry.activeVa… in getGLBufferLayout() 1381 if (retLength != numBlockVars) in getGLBufferLayout()
|