Home
last modified time | relevance | path

Searched refs:postion (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DIDNAConformanceTest.java278 int postion = tempStr.indexOf(":"); in getInputData() local
279 if (postion > -1) { in getInputData()
280 attr = tempStr.substring(0, postion).trim(); in getInputData()
281 body = tempStr.substring(postion + 1).trim(); in getInputData()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAConformanceTest.java275 int postion = tempStr.indexOf(":"); in getInputData() local
276 if (postion > -1) { in getInputData()
277 attr = tempStr.substring(0, postion).trim(); in getInputData()
278 body = tempStr.substring(postion + 1).trim(); in getInputData()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp342 bufferDefinition postion; member in glcts::TextureCubeMapArraySamplingTest::bufferCollection
DesextcTextureCubeMapArraySampling.cpp3540 buffer = &buffers.postion; in setupSharedStorageBuffer()
4095postion.init(gl, (glw::GLsizeiptr)(position_buffer_data.size() * sizeof(glw::GLfloat)), &position_…
5120 buffer = &buffers.postion;