HomeSort by relevance Sort by last modified time
    Searched refs:cSource (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 471 std::string cSource = CFX_ByteString::FromUnicode(sSource).c_str();
473 printx(cFormat,cSource,cDest);
480 std::string cSource(cSource2);
485 int iSize = cSource.size();
492 //cPurpose.push_back(cSource[itSource]);
493 cPurpose += cSource[itSource];
500 if ((cSource[itSource]>='0'&&cSource[itSource]<='9') || (cSource[itSource]>='a' && cSource[itSource]<='z') || (cSource[itSource]>='A' && cSource[itSource]<='Z')
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
util.h 29 static void printx(const std::string &cFormat,const std::string &cSource, std::string &cPurpose);
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 3791 const char* csource=source; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 279 const char* const cSource = source.c_str();
281 m_shaders[shaderType]->setSources(1, &cSource, 0);
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 332 const char* const cSource = source.c_str();
334 m_shaders[shaderType]->setSources(1, &cSource, 0);
    [all...]

Completed in 518 milliseconds