Lines Matching refs:ch
215 char chStart, ch; in hwcTestParseHwcRect() local
228 in >> ch; in hwcTestParseHwcRect()
229 if (!in || (ch != ',')) { return rect; } in hwcTestParseHwcRect()
234 in >> ch; in hwcTestParseHwcRect()
235 if (!in || (ch != ',')) { return rect; } in hwcTestParseHwcRect()
240 in >> ch; in hwcTestParseHwcRect()
241 if (!in || (ch != ',')) { return rect; } in hwcTestParseHwcRect()
248 in >> ch; in hwcTestParseHwcRect()
250 if (((chStart == '<') && (ch != '>')) in hwcTestParseHwcRect()
251 || ((chStart == '[') && (ch != ']'))) { return rect; } in hwcTestParseHwcRect()
266 char chStart, ch; in hwcTestParseDim() local
281 in >> ch; in hwcTestParseDim()
282 if (!in || (ch != ',')) { return dim; } in hwcTestParseDim()
290 in >> ch; in hwcTestParseDim()
292 if (((chStart == '<') && (ch != '>')) in hwcTestParseDim()
293 || ((chStart == '[') && (ch != ']'))) { return dim; } in hwcTestParseDim()
310 char chStart, ch; in hwcTestParseColor() local
325 in >> ch; in hwcTestParseColor()
326 if (!in || (ch != ',')) { return color; } in hwcTestParseColor()
332 in >> ch; in hwcTestParseColor()
333 if (!in || (ch != ',')) { return color; } in hwcTestParseColor()
341 in >> ch; in hwcTestParseColor()
343 if (((chStart == '<') && (ch != '>')) in hwcTestParseColor()
344 || ((chStart == '[') && (ch != ']'))) { return color; } in hwcTestParseColor()