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

  /external/pcre/dist2/src/
pcre2_error.c 49 #define XSTRING(s) STRING(s)
57 such as XSTRING(MAX_NAME_SIZE) are not known. Instead,
109 "\\C is not allowed in a lookbehind assertion in UTF-" XSTRING(PCRE2_CODE_UNIT_WIDTH) " mode\0"
123 "subpattern name is too long (maximum " XSTRING(MAX_NAME_SIZE) " characters)\0"
124 "too many named subpatterns (maximum " XSTRING(MAX_NAME_COUNT) ")\0"
pcre2_config.c 57 #define XSTRING(s) STRING(s)
190 XSTRING when PCRE2_PRERELEASE is not empty, an unwanted space is inserted.
193 XSTRING(PCRE2_MAJOR) "." XSTRING(PCRE_MINOR)
194 XSTRING(PCRE2_PRERELEASE) " " XSTRING(PCRE_DATE)
207 const char *v = (XSTRING(Z PCRE2_PRERELEASE)[1] == 0)?
208 XSTRING(PCRE2_MAJOR.PCRE2_MINOR PCRE2_DATE) :
209 XSTRING(PCRE2_MAJOR.PCRE2_MINOR) XSTRING(PCRE2_PRERELEASE PCRE2_DATE)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
symcat.h 50 bar", "XSTRING(foo)", to yield "bar". Be aware that this only
53 #define XSTRING(s) STRINGX(s)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
symcat.h 50 bar", "XSTRING(foo)", to yield "bar". Be aware that this only
53 #define XSTRING(s) STRINGX(s)
  /toolchain/binutils/binutils-2.25/include/
symcat.h 50 bar", "XSTRING(foo)", to yield "bar". Be aware that this only
53 #define XSTRING(s) STRINGX(s)

Completed in 1257 milliseconds