Searched defs:CharacterType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSTokenizer-in.cpp42 enum CharacterType { enum in namespace:blink
74 static const CharacterType typesOfASCIICharacters[128] = {
207 template <typename CharacterType>
208 static inline bool isCSSLetter(CharacterType character)
213 template <typename CharacterType>
214 static inline bool isCSSEscape(CharacterType character)
219 template <typename CharacterType>
220 static inline bool isURILetter(CharacterType character)
225 template <typename CharacterType>
226 static inline bool isIdentifierStartAfterDash(CharacterType* currentCharacte
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp82 template <typename CharacterType>
83 static inline String toAlphabeticOrNumeric(numberType number, const CharacterType* sequence, unsigned sequenceSize, SequenceType type)
89 CharacterType letters[lettersSize];
119 template <typename CharacterType>
120 static String toSymbolic(int number, const CharacterType* symbols, unsigned symbolsSize)
136 template <typename CharacterType>
137 static String toAlphabetic(int number, const CharacterType* alphabet, unsigned alphabetSize)
142 template <typename CharacterType>
143 static String toNumeric(int number, const CharacterType* numerals, unsigned numeralsSize)
148 template <typename CharacterType, size_
149 toAlphabetic(int number, const CharacterType(&alphabet)[size]) argument
155 toNumeric(int number, const CharacterType(&alphabet)[size]) argument
161 toSymbolic(int number, const CharacterType(&alphabet)[size]) argument
[all...]

Completed in 642 milliseconds