Home
last modified time | relevance | path

Searched refs:rfind (Results 376 - 400 of 417) sorted by relevance

1...<<11121314151617

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp926 auto pos = name.rfind(suffix);
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp633 size_t found = string(src).rfind('/'); in MoveDirFunc()
/third_party/gn/src/base/
H A Dvalues.cc983 size_t delimiter_position = current_path.rfind('.');
/third_party/python/Lib/
H A Ddoctest.py349 i = msg.rfind('.', 0, end)
H A Dpydoc.py1762 desc += ' in ' + name[:name.rfind('.')]
H A Dzipfile.py326 start = data.rfind(stringEndArchive)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp733 size_t DotPos = Name.rfind('.'); in getTypeNamePrefix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp397 size_t SuffixPos = S.rfind(" ["); in dropUniqueSuffix()
/third_party/python/Parser/
H A Dasdl_c.py47 i = cur.rfind(' ', 0, size)
/third_party/python/Lib/test/
H A Dtest_urllib2.py422 code = action[action.rfind(" ")+1:]
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2233 if(name.rfind('(') != std::string::npos) { in unmangleFunctionName()
2234 return name.substr(0, name.rfind('(')); in unmangleFunctionName()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp1116 string displayName = fileName.substr(0, fileName.find('_')) + '_' + fileName.substr(fileName.rfind('_') + 1); in SetAssetPath()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp248 size_t pos = temp.rfind('/'); in GetFileIdFromUri()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp171 size_t pos = filePath.rfind('/'); in CheckAndCreateDirectory()
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp289 size_t dotIndex = fileName.rfind("."); in GetFileExtension()
/third_party/python/Lib/urllib/
H A Drequest.py2114 semi = type.rfind(';')
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs355 make_test!(rfind_underscore_char, s, s.rfind('_'));
359 make_test!(rfind_zzz_char, s, s.rfind('\u{1F4A4}'));
3518 assert_eq!("hello".rfind('l'), Some(3)); in test_rfind()
3519 assert_eq!("hello".rfind(|c: char| c == 'o'), Some(4)); in test_rfind()
3520 assert!("hello".rfind('x').is_none()); in test_rfind()
3521 assert!("hello".rfind(|c: char| c == 'x').is_none()); in test_rfind()
3522 assert_eq!("ประเทศไทย中华Việt Nam".rfind('华'), Some(30)); in test_rfind()
3523 assert_eq!("ประเทศไทย中华Việt Nam".rfind(|c: char| c == '华'), Some(30)); in test_rfind()
3583 assert!(match string.rfind(pat) { in test_find_str()
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2820 auto position = fileName.rfind('.'); in CheckFileType()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1069 size_t ix = name.rfind(":"); in FindAnimation()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx1195 string::size_type sl = o.rfind("/"); in canon_pathname()
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc1736 size_t pos = candidate.rfind('-'); in BestAvailableLocale()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp220 size_t PrevSlash = Filepath.rfind('\\', Cursor - 1); in getFullFilepath()
/third_party/skia/tools/viewer/
H A DViewer.cpp1835 size_t pos = inShader.rfind("return *_out;\n"); in build_metal_highlight_shader()
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc3614 ? file->name().substr(file->name().rfind('/')) in GenerateFile()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py2643 suffixStart = sSuffix.rfind('_')

Completed in 129 milliseconds

1...<<11121314151617