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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
regex.h 185 * @param icase ignores the case of the classification name.
189 * iterator range [first, last). If @p icase is true, the returned mask
356 static constexpr regex_constants::syntax_option_type icase member in class:basic_regex
357 = regex_constants::icase;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
regex.h 185 * @param icase ignores the case of the classification name.
189 * iterator range [first, last). If @p icase is true, the returned mask
356 static constexpr regex_constants::syntax_option_type icase member in class:basic_regex
357 = regex_constants::icase;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
regex.h 185 * @param icase ignores the case of the classification name.
189 * iterator range [first, last). If @p icase is true, the returned mask
356 static constexpr regex_constants::syntax_option_type icase member in class:basic_regex
357 = regex_constants::icase;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
regex.h 189 * the iterator range [__first, __last). If @p icase is true,
357 static constexpr regex_constants::syntax_option_type icase member in class:basic_regex
358 = regex_constants::icase;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 301 re_set_fastmap (char *fastmap, bool icase, int ch)
304 if (icase)
317 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
325 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
358 re_set_fastmap (fastmap, icase, ch);
381 re_set_fastmap (fastmap, icase, i);
416 re_set_fastmap (fastmap, icase, *(unsigned char *) buf);
315 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); local
    [all...]
regex_internal.h 408 unsigned char icase; member in struct:re_string_t

Completed in 164 milliseconds