PathParser.cpp | 55 static void extract(int* outEndPosition, bool* outEndWithNegOrDot, const char* s, int start, int end) { function in namespace:android::uirenderer 97 // our extract range. Otherwise, end position will be where separator is found. 138 extract(&endPosition, &endWithNegOrDot, pathStr, startPosition, end);
|