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

  /external/webkit/Source/WebCore/html/parser/
HTMLEntityParser.cpp 65 inline bool convertToUTF16(UChar32 value, Vector<UChar, 16>& decodedEntity)
182 return convertToUTF16(legalEntityFor(result), decodedEntity);
192 return convertToUTF16(legalEntityFor(result), decodedEntity);
238 return convertToUTF16(entitySearch.mostRecentMatch()->value, decodedEntity);
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 754 bool convertToUTF16 = static_cast<bool>(data);
789 if (G_LIKELY(!convertToUTF16))

Completed in 773 milliseconds