Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/depstest/
Ddependencies.py96 def _IsLibraryGroup(item): return item and "library" in item function
109 if item["type"] == "system_symbols" and (_IsLibraryGroup(dep_item) or _IsLibrary(dep_item)):