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

  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 44 int[] theWinMap = { // Windows chars map
179 if (ch >= 0x80 && ch <= 0x9F) ch = theWinMap[ch-0x80];
299 ent = theWinMap[ent-0x80];
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 265 int[] theWinMap = { // Windows chars map
400 if (ch >= 0x80 && ch <= 0x9F) ch = theWinMap[ch-0x80];
520 ent = theWinMap[ent-0x80];

Completed in 663 milliseconds