Searched refs:retLength (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 922 …int retLength = Normalizer.decompose(input,0,input.length, output2, reqLength, output2.length, mod… in decomposeTest() local 923 if(retLength != reqLength){ in decomposeTest() 924 …malizer.compose did not return the expected length. Expected: " +reqLength + " Got: " + retLength); in decomposeTest() 1002 …int retLength = Normalizer.compose(input,0,input.length, output2, reqLength, output2.length, mode=… in composeTest() local 1003 if(retLength != reqLength){ in composeTest() 1004 …malizer.compose did not return the expected length. Expected: " +reqLength + " Got: " + retLength); in composeTest()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 925 …int retLength = Normalizer.decompose(input,0,input.length, output2, reqLength, output2.length, mod… in decomposeTest() local 926 if(retLength != reqLength){ in decomposeTest() 927 …malizer.compose did not return the expected length. Expected: " +reqLength + " Got: " + retLength); in decomposeTest() 1005 …int retLength = Normalizer.compose(input,0,input.length, output2, reqLength, output2.length, mode=… in composeTest() local 1006 if(retLength != reqLength){ in composeTest() 1007 …malizer.compose did not return the expected length. Expected: " +reqLength + " Got: " + retLength); in composeTest()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1389 int retLength = 0; in getGLBufferLayout() local 1392 …_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, 1, &queryArg, numBlockVars, &retLength, &entry.activeVa… in getGLBufferLayout() 1395 if (retLength != numBlockVars) in getGLBufferLayout()
|