Searched refs:reU (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dactions.c526 RegExp *re, *reL, *reU; local
533 reU = matchChar(toupper(c));
534 re = mkAlt(reL, reU);
542 reU = matchChar(toupper(c));
543 re = RegExp_new_CatOp(re, mkAlt(reL, reU));

Completed in 48 milliseconds