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 405 std::string cSource = CFX_ByteString::FromUnicode(sSource).c_str();
407 printx(cFormat, cSource, cDest);
415 std::string cSource(cSource2);
420 int iSize = cSource.size();
426 cPurpose += cSource[itSource];
431 if (std::isdigit(cSource[itSource]) ||
432 (cSource[itSource] >= 'a' && cSource[itSource] <= 'z') ||
433 (cSource[itSource] >= 'A' && cSource[itSource] <= 'Z'))
    [all...]
util.h 47 const std::string& cSource,
  /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 741 milliseconds