Uses of Class
com.caucho.quercus.lib.regexp.UnicodeEregi

Packages that use UnicodeEregi
com.caucho.quercus.lib.i18n   
com.caucho.quercus.lib.regexp   
 

Uses of UnicodeEregi in com.caucho.quercus.lib.i18n
 

Methods in com.caucho.quercus.lib.i18n with parameters of type UnicodeEregi
static Value MbstringModule.mb_eregi(Env env, UnicodeEregi eregi, StringValue string, ArrayValue regs)
          Multibyte version of eregi.
 

Uses of UnicodeEregi in com.caucho.quercus.lib.regexp
 

Methods in com.caucho.quercus.lib.regexp that return UnicodeEregi
static UnicodeEregi RegexpModule.createUnicodeEregi(Env env, StringValue pattern)
           
static UnicodeEregi RegexpModule.createUnicodeEregi(Env env, StringValue pattern, java.lang.String encoding)