HomeSort by relevance Sort by last modified time
    Searched full:oscl_wchar (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/opencore/engines/player/test/src/
test_pv_player_engine.h 256 void RetrieveFilename(const oscl_wchar* aSource, OSCL_wHeapString<OsclMemAllocator>& aFilename)
264 oscl_wchar* lastslash = (oscl_wchar*)aSource;
268 const oscl_wchar* tmp1 = oscl_strstr(lastslash, _STRLIT_WCHAR("\\"));
269 const oscl_wchar* tmp2 = oscl_strstr(lastslash, _STRLIT_WCHAR("/"));
272 lastslash = (oscl_wchar*)tmp1 + 1;
276 lastslash = (oscl_wchar*)tmp2 + 1;
294 oscl_wchar* tmp = OSCL_CONST_CAST(oscl_wchar*, oscl_strstr(aFilename.get_cstr(), _STRLIT_WCHAR(".")));
    [all...]
test_pv_player_engine_testset6.h 278 oscl_wchar output[512];
446 oscl_wchar output[512];
575 oscl_wchar output[512];
772 oscl_wchar output[512];
966 oscl_wchar output[512];
test_pv_player_engine_testset8.h 218 oscl_wchar iTmpWCharBuffer[512];
334 oscl_wchar iTmpWCharBuffer[512];
446 oscl_wchar iTmpWCharBuffer[512];
test_pv_player_engine_testset13.h 240 oscl_wchar output[512];
459 oscl_wchar output[512];
667 oscl_wchar output[512];
875 oscl_wchar output[512];
    [all...]
test_pv_player_engine_testset5.cpp     [all...]
test_pv_player_engine_testset1.h 199 oscl_wchar output[512];
318 oscl_wchar output[512];
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_server.cpp 48 OSCL_EXPORT_REF int32 Oscl_FileServer::Oscl_DeleteFile(const oscl_wchar* filename)
oscl_file_server.h 92 OSCL_IMPORT_REF int32 Oscl_DeleteFile(const oscl_wchar *filename);
oscl_file_io.h 263 OSCL_IMPORT_REF int32 Open(const oscl_wchar *filename, uint32 mode, Oscl_FileServer& fileserv);
428 , const oscl_wchar* wfilename
448 int32 CallNativeOpen(const oscl_wchar *filename, uint32 mode
oscl_file_native.cpp 150 int32 OsclNativeFile::Open(const oscl_wchar *filename, uint32 mode
168 oscl_wchar convopenmode[4];
  /external/opencore/android/
pvmediascanner.cpp 84 oscl_wchar output[MAX_BUFF_SIZE];
85 oscl_UTF8ToUnicode((const char *)filename, oscl_strlen((const char *)filename), (oscl_wchar *)output, MAX_BUFF_SIZE);
86 if (0 != fileHandle.Open((oscl_wchar *)output, Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, iFs) )
171 const oscl_wchar* src = framevector[i]->value.pWChar_value;
343 oscl_wchar output[MAX_BUFF_SIZE];
344 oscl_UTF8ToUnicode((const char *)filename, oscl_strlen((const char *)filename), (oscl_wchar *)output, MAX_BUFF_SIZE);
689 oscl_wchar output[MAX_BUFF_SIZE];
690 oscl_UTF8ToUnicode("", 0, (oscl_wchar *)output, MAX_BUFF_SIZE);
android_log_appender.h 117 oscl_wchar* wstringbuf;
  /external/opencore/doc/oscl_html/
oscl__types_8h.html 34 <tr><td nowrap align=right valign=top>typedef OSCL_NATIVE_WCHAR_TYPE&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a32">oscl_wchar</a></td></tr>
35 <tr><td nowrap align=right valign=top>typedef <a class="el" href="group__osclbase.html#a32">oscl_wchar</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a33">OSCL_TCHAR</a></td></tr>
oscl__utf8conv_8h-source.html 41 00065 <span class="comment"></span>OSCL_IMPORT_REF int32 <a class="code" href="group__osclutil.html#a44">oscl_UTF8ToUnicode</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *input, int32 inLength, <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *output, int32 outLength);
46 00091 <span class="comment"></span>OSCL_IMPORT_REF int32 <a class="code" href="group__osclutil.html#a45">oscl_UnicodeToUTF8</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *input, int32 inLength, <span class="keywordtype">char</span> *output, int32 outLength);
group__osclio.html 144 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a4">oscl_getcwd</a> (<a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path, uint32 size)</td></tr>
146 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a6">oscl_stat</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path, <a class="el" href="group__osclio.html#a1">OSCL_STAT_BUF</a> *statbuf)</td></tr>
148 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a8">oscl_mkdir</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path)</td></tr>
150 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a10">oscl_rmdir</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path)</td></tr>
152 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a12">oscl_chdir</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path)</td></tr>
154 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a14">oscl_rename</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *oldpath, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *newpath)</td></tr>
157 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a17">oscl_statfs</a> (<a class="el" href="group__osclio.html#a0">OSCL_FSSTAT</a> *stats, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path)</td></tr>
    [all...]
oscl__file__io_8h-source.html 88 00246 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__File.html#a9">Open</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *filename, uint32 mode, <a class="code" href="classOscl__FileServer.html">Oscl_FileServer</a>&amp; fileserv);
157 00411 , <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* wfilename
177 00431 int32 CallNativeOpen(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *filename, uint32 mode
classOscl__FileServer.html 22 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="classOscl__FileServer.html#a5">Oscl_DeleteFile</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *filename)</td></tr>
155 <td class="md" nowrap valign="top">const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td>
  /external/opencore/engines/2way/pvlogger/src/
pv_logger_impl.cpp 53 void PVLoggerConfigFile::SetConfigFilePath(const oscl_wchar *aConfigFilepath)
150 uint32 PVLoggerConfigFile::SetLoggerSettings(CPV2WayInterface *aTerminal, const oscl_wchar *aLogPath)
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset5.h 76 oscl_wchar output2[ARRAY_SIZE];
84 oscl_wchar output1[ARRAY_SIZE];
test_pv_author_engine_testset5.cpp 424 aLocation_info._location_name = (oscl_wchar *)oscl_malloc(sizeof(oscl_wchar) * size + 10);
430 aLocation_info._astronomical_body = (oscl_wchar *)oscl_malloc(sizeof(oscl_wchar) * size + 10);
437 aLocation_info._additional_notes = (oscl_wchar *)oscl_malloc(sizeof(oscl_wchar) * size + 10);
    [all...]
  /external/opencore/oscl/pvlogger/src/
pvlogger_stderr_appender.h 118 oscl_wchar* wstringbuf;
  /external/opencore/engines/author/test/src/single_core/
pvaetestinput.cpp 281 oscl_wchar output1[ARRAY_SIZE];
292 oscl_wchar output2[ARRAY_SIZE];
  /external/opencore/oscl/oscl/osclutil/src/
oscl_utf8conv.cpp 76 OSCL_EXPORT_REF int32 oscl_UnicodeToUTF8(const oscl_wchar *szSrc, int32 nSrcLen, char *strDest, int32 nDestLen)
169 OSCL_EXPORT_REF int32 oscl_UTF8ToUnicode(const char *szSrc, int32 nSrcLen, oscl_wchar *strDest, int32 nDestLen)
oscl_string.h 217 wide character (oscl_wchar) format.
225 typedef oscl_wchar chartype;
  /external/opencore/pvmi/media_io/pvmiofileoutput/include/
pvmi_media_io_fileoutput.h 177 OSCL_IMPORT_REF PVRefFileOutput(const oscl_wchar* aFileName,
180 OSCL_IMPORT_REF PVRefFileOutput(const oscl_wchar* aFileName,

Completed in 247 milliseconds

1 23 4 5 6