Searched refs:cSource (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 2784 const char* cSource; in TestSmallTargetBuffer() local 2804 cSource = cBuf; in TestSmallTargetBuffer() 2827 ucnv_toUnicode(cnv,&uTarget,uTargetLimit,&cSource,cSourceLimit,NULL,false,&errorCode); in TestSmallTargetBuffer() 2836 }while(cSource<cSourceLimit); in TestSmallTargetBuffer() 2853 const char* cSource; in TestToAndFromUChars() local 2877 cSource = cBuf; in TestToAndFromUChars() 2879 ucnv_toUChars(cnv,uTarget,(int32_t)(uTargetLimit-uTarget),cSource,numCharsInTarget,&errorCode); in TestToAndFromUChars() 2900 const char* cSource; in TestSmallSourceBuffer() local 2921 cSource = cBuf; in TestSmallSourceBuffer() 2949 ucnv_toUnicode(cnv,&uTarget,uTargetLimit,&cSource,cSourceLimi in TestSmallSourceBuffer() 3093 const char* cSource; TestHZ() local 3315 const char* cSource; TestISO_2022_JP() local 3384 const char* cSource; TestConv() local 3861 const char* cSource; TestISO_2022_JP_1() local 3950 const char* cSource; TestISO_2022_JP_2() local 4030 const char* cSource; TestISO_2022_KR() local 4112 const char* cSource; TestISO_2022_KR_1() local 4523 const char* cSource; TestISO_2022_CN() local [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderApiTests.cpp | 279 const char* const cSource = source.c_str(); in setSource() local 281 m_shaders[shaderType]->setSources(1, &cSource, 0); in setSource()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 332 const char* const cSource = source.c_str(); in setSource() local 334 m_shaders[shaderType]->setSources(1, &cSource, 0); in setSource()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 1257 const char* cSource[] = { source.c_str() }; 1258 glShaderSource(shader, 1, cSource, NULL);
|
Completed in 14 milliseconds