Home
last modified time | relevance | path

Searched refs:source_comp (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dfilesystem_utils.cc869 std::vector<base::FilePath::StringType> source_comp = in SourceDirForPath() local
876 if (path_comp.size() < source_comp.size() || source_root.empty()) { in SourceDirForPath()
881 for (size_t i = 0; i < source_comp.size(); i++) { in SourceDirForPath()
882 if (!FilesystemStringsEqual(source_comp[i], path_comp[i])) { in SourceDirForPath()
895 initial_path_comp_to_use = source_comp.size(); in SourceDirForPath()
/third_party/icu/icu4c/source/test/cintltst/
Dcnormtst.c291 UChar source_comp[] = { 0x0061, 0x0000, 0x0044, 0x0307 }; in TestNull() local
301 TestNull_check(source_comp, in TestNull()
315 TestNull_check(source_comp, in TestNull()