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

  /external/webkit/WebCore/html/
HTMLTokenizer.cpp 138 unsigned char uc1 = toASCIIUpper(static_cast<char>(c1)); local
140 if (c1 != c2 && uc1 != c2)
    [all...]
  /bionic/libc/regex/
regcomp.c 1237 unsigned uc1 = (uch)c1; local
1241 if (col[uc1] != col[uc2])
    [all...]

Completed in 167 milliseconds