HomeSort by relevance Sort by last modified time
    Searched defs:nocase (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 149 const int nocase = !!(flags & FNM_CASEFOLD); local
191 if (classmatch(*pattern, **string, nocase, pattern)
217 else if (nocase && (isupper((unsigned char)**string) ||
233 else if (nocase && (isupper((unsigned char)**string) ||
262 else if (nocase && (isupper((unsigned char)**string) ||
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Regexps.py 115 match_bol, nocase):
120 beginning of a line. If nocase is true, upper and lower case
191 ## def build_machine(self, m, initial_state, final_state, match_bol, nocase):
202 ## if nocase and is_letter_code(code):
239 def build_machine(self, m, initial_state, final_state, match_bol, nocase):
243 if nocase:
260 def build_machine(self, m, initial_state, final_state, match_bol, nocase):
281 def build_machine(self, m, initial_state, final_state, match_bol, nocase):
313 def build_machine(self, m, initial_state, final_state, match_bol, nocase):
326 re.build_machine(m, s1, s2, match_bol, nocase)
401 nocase = None variable in class:SwitchCase
    [all...]

Completed in 92 milliseconds