Changeset 19393 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Feb 3, 2007, 11:37:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h
r18736 r19393 471 471 { 472 472 if (c > 0xffff) 473 return (CharCategory) U_MASK(QChar::Letter_Other);473 return NoCategory; 474 474 return (CharCategory) U_MASK(QChar(c).category()); 475 475 }
Note:
See TracChangeset
for help on using the changeset viewer.