HomeSort by relevance Sort by last modified time
    Searched refs:sre_lower_unicode (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Modules/
sre_lib.h 266 while (ptr < end && (SRE_CODE) sre_lower_unicode(*ptr) == chr)
304 while (ptr < end && (SRE_CODE) sre_lower_unicode(*ptr) != chr)
711 sre_lower_unicode(*ctx->ptr) != *ctx->pattern)
741 sre_lower_unicode(*ctx->ptr) == *ctx->pattern)
771 (SRE_CODE)sre_lower_unicode(*ctx->ptr)))
    [all...]
_sre.c 134 static unsigned int sre_lower_unicode(unsigned int ch) function
314 return ch != sre_lower_unicode(ch) || ch != sre_upper_unicode(ch);
344 return sre_lower_unicode(character);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 194 static unsigned int sre_lower_unicode(unsigned int ch) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 195 static unsigned int sre_lower_unicode(unsigned int ch) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 194 static unsigned int sre_lower_unicode(unsigned int ch) function
    [all...]
  /external/python/cpython2/Modules/
_sre.c 181 static unsigned int sre_lower_unicode(unsigned int ch) function
    [all...]

Completed in 385 milliseconds