Home
last modified time | relevance | path

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

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