Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java278 int postion = tempStr.indexOf(":"); in getInputData()
279 if (postion > -1) { in getInputData()
280 attr = tempStr.substring(0, postion).trim(); in getInputData()
281 body = tempStr.substring(postion + 1).trim(); in getInputData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java275 int postion = tempStr.indexOf(":"); in getInputData()
276 if (postion > -1) { in getInputData()
277 attr = tempStr.substring(0, postion).trim(); in getInputData()
278 body = tempStr.substring(postion + 1).trim(); in getInputData()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp342 bufferDefinition postion; member in glcts::TextureCubeMapArraySamplingTest::bufferCollection
H A DesextcTextureCubeMapArraySampling.cpp3534 buffer = &buffers.postion; in setupSharedStorageBuffer()
4089 postion.init(gl, (glw::GLsizeiptr)(position_buffer_data.size() * sizeof(glw::GLfloat)), &position_buffer_data[0]);
5098 buffer = &buffers.postion;

Completed in 10 milliseconds