Changeset 43156 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- May 3, 2009, 9:49:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ASCIICType.h
r38630 r43156 1 1 /* 2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008, 2009 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 150 150 } 151 151 152 using WTF::isASCII; 153 using WTF::isASCIIAlpha; 154 using WTF::isASCIIAlphanumeric; 155 using WTF::isASCIIDigit; 156 using WTF::isASCIIHexDigit; 157 using WTF::isASCIILower; 158 using WTF::isASCIIOctalDigit; 159 using WTF::isASCIIPrintable; 160 using WTF::isASCIISpace; 161 using WTF::isASCIIUpper; 162 using WTF::toASCIIHexValue; 163 using WTF::toASCIILower; 164 using WTF::toASCIIUpper; 165 152 166 #endif
Note:
See TracChangeset
for help on using the changeset viewer.