Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp440 bool ParseCoordinate(llvm::StringRef coord_s, RSCoordinate &coord) { in ParseCoordinate() argument
450 .Execute(coord_s, &matches) && in ParseCoordinate()
451 !RegularExpression("^([0-9]+),([0-9]+)$").Execute(coord_s, &matches) && in ParseCoordinate()
452 !RegularExpression("^([0-9]+)$").Execute(coord_s, &matches)) in ParseCoordinate()