HomeSort by: relevance | last modified time | path
    Searched defs:not_NFC_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
makeucnid.cc 215 bool not_NFC_p, not_NFKC_p, maybe_not_NFC_p;
219 not_NFC_p = (strstr (line, "; NFC_QC; N") != NULL);
222 if (! not_NFC_p && ! not_NFKC_p && ! maybe_not_NFC_p)
236 flags[start++] |= ((not_NFC_p ? not_NFC : 0)
  /src/external/gpl3/gcc.old/dist/libcpp/
makeucnid.cc 215 bool not_NFC_p, not_NFKC_p, maybe_not_NFC_p;
219 not_NFC_p = (strstr (line, "; NFC_QC; N") != NULL);
222 if (! not_NFC_p && ! not_NFKC_p && ! maybe_not_NFC_p)
236 flags[start++] |= ((not_NFC_p ? not_NFC : 0)

Completed in 61 milliseconds