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

  /external/pcre/dist/
pcrecpp_unittest.cc 311 #ifdef SUPPORT_UTF8
329 #ifdef SUPPORT_UTF8
330 const bool support_utf8 = true; local
332 const bool support_utf8 = false; local
336 RE re(t->regexp, RE_Options(PCRE_NEWLINE_CRLF).set_utf8(support_utf8));
349 RE re("b*", RE_Options(PCRE_NEWLINE_CR).set_utf8(support_utf8));
356 RE re("b*", RE_Options(PCRE_NEWLINE_LF).set_utf8(support_utf8));
537 #ifdef SUPPORT_UTF8
    [all...]
pcre_internal.h 68 /* We define SUPPORT_UTF if SUPPORT_UTF8 is enabled for compatibility
71 #if defined SUPPORT_UTF8 && !(defined SUPPORT_UTF)
75 /* Fixme: SUPPORT_UTF8 should be eventually disappear from the code.
78 #if defined SUPPORT_UTF && !(defined SUPPORT_UTF8)
79 #define SUPPORT_UTF8 1
    [all...]
pcrecpp.cc 418 #ifdef SUPPORT_UTF8

Completed in 75 milliseconds