Home
last modified time | relevance | path

Searched defs:encodedContents (Results 1 – 11 of 11) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DEncodingTests.java204 String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); in test001() local
232 String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); in test002() local
258 String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); in test003() local
325 …String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); in test006() local
345 String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); in test011() local
369 String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); in test012() local
389 String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); in test013() local
550 String encodedContents = new String (Util.getResourceContentsAsCharArray(file, encoding)); in test030() local
599 String encodedContents = new String (Util.getResourceContentsAsCharArray(file)); in test031() local
982 String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); in testBug303511() local
[all …]
H A DAttachedJavadocTests.java1111 String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); in testBug394382() local
1183 String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); in testBug426058() local
H A DClasspathTests.java2953 …String encodedContents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAs… in testEncoding1() local
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/oned/
H A DBC_OnedCode39Writer.cpp195 CFX_ByteString encodedContents = contents; in Encode() local
257 CFX_WideString CBC_OnedCode39Writer::encodedContents( in encodedContents() function in CBC_OnedCode39Writer
260 CFX_WideString encodedContents(contents); in encodedContents() local
H A DBC_OnedCodaBarWriter.cpp224 CFX_WideString CBC_OnedCodaBarWriter::encodedContents( in encodedContents() function in CBC_OnedCodaBarWriter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/oned/
H A DBC_OnedCode39Writer.cpp169 ByteString encodedContents = contents; in EncodeImpl() local
215 bool CBC_OnedCode39Writer::encodedContents(WideStringView contents, in encodedContents() function in CBC_OnedCode39Writer
H A DBC_OnedCodaBarWriter.cpp190 WideString CBC_OnedCodaBarWriter::encodedContents(WideStringView contents) { in encodedContents() function in CBC_OnedCodaBarWriter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/oned/
H A DBC_OnedCode39Writer.cpp171 ByteString encodedContents = contents; in EncodeImpl() local
217 bool CBC_OnedCode39Writer::encodedContents(WideStringView contents, in encodedContents() function in CBC_OnedCode39Writer
H A DBC_OnedCodaBarWriter.cpp192 WideString CBC_OnedCodaBarWriter::encodedContents(WideStringView contents) { in encodedContents() function in CBC_OnedCodaBarWriter
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionModuleContext.cpp1030 std::string encodedContents; in readAndDecodeFile() local
1044 Error convertToUtf8(const std::string& encodedContents, in convertToUtf8()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionFind.cpp437 std::string encodedContents; member