Changeset 15526 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Jul 19, 2006, 10:32:15 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h
r14256 r15526 83 83 } 84 84 85 inline bool isPrintableChar(int32_t c) 86 { 87 return u_isprint(c); 88 } 89 85 90 inline CharCategory category(int32_t c) 86 91 {
Note:
See TracChangeset
for help on using the changeset viewer.