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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 86 constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
regex.h 184 * the iterator range [__first, __last). If @p icase is true,
350 static constexpr flag_type icase = regex_constants::icase; member in class:basic_regex
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_constants.h 86 constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
regex.h 184 * the iterator range [__first, __last). If @p icase is true,
350 static constexpr flag_type icase = regex_constants::icase; member in class:basic_regex
    [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...]
  /prebuilts/ndk/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h 86 constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
regex.h 184 * the iterator range [__first, __last). If @p icase is true,
350 static constexpr flag_type icase = regex_constants::icase; member in class:basic_regex
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 301 * the iterator range [__first, __last). If @p icase is true,
418 static constexpr flag_type icase = regex_constants::icase; member in class:basic_regex
    [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 937 milliseconds