Searched refs:character (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dcharacter_predicate.cc31 bool AcceptRange::operator()(int32_t character) const {
32 return start_ <= character && character <= end_;
44 bool AcceptSet::operator()(int32_t character) const {
45 return characters_->find(character) != characters_->end();
49 bool AcceptAll::operator()(int32_t character) const {
50 UNREFERENCED_PARAMETER(character);
H A Dcharacter_predicate.h28 virtual bool operator()(int32_t character) const = 0;
37 virtual bool operator()(int32_t character) const;
52 virtual bool operator()(int32_t character) const;
64 virtual bool operator()(int32_t character) const;
/external/sfntly/cpp/src/sample/subtly/
H A Dcharacter_predicate.cc31 bool AcceptRange::operator()(int32_t character) const {
32 return start_ <= character && character <= end_;
44 bool AcceptSet::operator()(int32_t character) const {
45 return characters_->find(character) != characters_->end();
49 bool AcceptAll::operator()(int32_t character) const {
50 UNREFERENCED_PARAMETER(character);
H A Dcharacter_predicate.h28 virtual bool operator()(int32_t character) const = 0;
37 virtual bool operator()(int32_t character) const;
52 virtual bool operator()(int32_t character) const;
64 virtual bool operator()(int32_t character) const;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserIdioms.h69 inline bool isHTMLSpace(CharType character) argument
81 return character <= ' ' && (character == ' ' || character == '\n' || character == '\t' || character == '\r' || character == '\f');
85 inline bool isComma(CharType character) argument
87 return character == ',';
91 inline bool isHTMLSpaceOrComma(CharType character) argument
96 isHTMLLineBreak(UChar character) argument
102 isNotHTMLSpace(CharType character) argument
[all...]
H A DHTMLToken.h107 // two 257 character text nodes in a row, we'll needlessly
154 void appendToName(UChar character) argument
157 ASSERT(character);
158 m_data.append(character);
159 m_orAllData |= character;
183 void beginDOCTYPE(UChar character) argument
185 ASSERT(character);
187 m_data.append(character);
188 m_orAllData |= character;
219 void appendToPublicIdentifier(UChar character) argument
227 appendToSystemIdentifier(UChar character) argument
254 beginStartTag(UChar character) argument
267 beginEndTag(LChar character) argument
328 appendToAttributeName(UChar character) argument
336 appendToAttributeValue(UChar character) argument
389 appendToCharacter(char character) argument
395 appendToCharacter(UChar character) argument
422 appendToComment(UChar character) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/testing/
H A DWTFTestHelpers.cpp48 UChar character = string[index]; local
49 switch (character) {
66 if (character >= 0x20 && character < 0x7F) {
67 out << static_cast<char>(character);
75 out << character; local
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSurrogatePairAwareTextIterator.cpp41 bool SurrogatePairAwareTextIterator::consumeSlowCase(UChar32& character, unsigned& clusterLength) argument
43 if (character <= 0x30FE) {
46 // Check above for character range to minimize performance impact.
48 character = normalized;
54 if (!U16_IS_SURROGATE(character))
58 if (!U16_IS_SURROGATE_LEAD(character))
62 // Make sure we have another character and it's a low surrogate.
70 character = U16_GET_SUPPLEMENTARY(character, low);
H A DSurrogatePairAwareTextIterator.h36 inline bool consume(UChar32& character, unsigned& clusterLength) argument
41 character = *m_characters;
44 if (character < HiraganaLetterSmallA)
47 return consumeSlowCase(character, clusterLength);
H A DUnicodeUtilitiesTest.cpp82 for (UChar32 character = 0; character < kMaxLatinCharCount; ++character) {
83 EXPECT_EQ(isSeparator(character), latinSeparatorTable[character]);
94 for (UChar character = 0; character < 0x3041; ++character)
95 EXPECT_FALSE(isKanaLetter(character));
98 for (UChar character
[all...]
H A DUnicodeUtilities.cpp57 // Replace soft hyphen with an ignorable character so that their presence or absence will
79 // Replace soft hyphen with an ignorable character so that their presence or absence will
84 static bool isNonLatin1Separator(UChar32 character) argument
86 ASSERT_ARG(character, character >= 256);
88 return U_GET_GC_MASK(character) & (U_GC_S_MASK | U_GC_P_MASK | U_GC_Z_MASK | U_GC_CF_MASK);
91 bool isSeparator(UChar32 character) argument
112 if (character < 256)
113 return latin1SeparatorTable[character];
115 return isNonLatin1Separator(character);
131 isKanaLetter(UChar character) argument
150 isSmallKanaLetter(UChar character) argument
209 composedVoicedSoundMark(UChar character) argument
276 isCombiningVoicedSoundMark(UChar character) argument
[all...]
/external/proguard/src/proguard/
H A DWordReader.java194 // The next word is starting with a quote character.
198 // The next word is a quoted character string.
244 // The next word is a single delimiting character.
249 // The next word is a simple character string.
347 private boolean isOption(char character) argument
349 return character == '-';
353 private boolean isComment(char character) argument
355 return character == COMMENT_CHARACTER;
359 private boolean isDelimiter(char character) argument
361 return character
372 isFileDelimiter(char character) argument
382 isQuote(char character) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DUTF8.cpp282 UChar32 character = 0; local
286 case 6: character += static_cast<unsigned char>(*sequence++); character <<= 6;
287 case 5: character += static_cast<unsigned char>(*sequence++); character <<= 6;
288 case 4: character += static_cast<unsigned char>(*sequence++); character <<= 6;
289 case 3: character += static_cast<unsigned char>(*sequence++); character <<= 6;
290 case 2: character
317 UChar32 character = readUTF8Sequence(source, utf8SequenceLength); local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp314 void Font::willUseFontData(UChar32 character) const
318 m_fontFallbackList->fontSelector()->willUseFontData(fontDescription(), family.family(), character); local
321 static inline bool isInRange(UChar32 character, UChar32 lowerBound, UChar32 upperBound) argument
323 return character >= lowerBound && character <= upperBound;
326 static bool shouldIgnoreRotation(UChar32 character) argument
328 if (character == 0x000A7 || character == 0x000A9 || character == 0x000AE)
331 if (character
405 glyphDataAndPageForNonCJKCharacterWithGlyphOrientation(UChar32 character, NonCJKGlyphOrientation orientation, GlyphData& data, GlyphPage* page, unsigned pageNumber) argument
[all...]
H A DLatin1TextIterator.h40 bool consume(UChar32& character, unsigned& clusterLength) argument
45 character = *m_characters;
H A DCharacter.h59 static inline UChar normalizeSpaces(UChar character) argument
61 if (treatAsSpace(character))
64 if (treatAsZeroWidthSpace(character))
67 return character;
72 // According to specification all space characters should be replaced with 0x0020 space character.
75 // http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#space-character
/external/chromium_org/third_party/WebKit/public/platform/linux/
H A DWebFontInfo.h45 // specified by character.
46 // character: a UTF-32 code point
52 BLINK_EXPORT static void fallbackFontForChar(const WebUChar32 character, const char* preferredLocale, WebFallbackFont*);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF8.cpp145 static inline UChar* appendCharacter(UChar* destination, int character) argument
147 ASSERT(character != nonCharacter);
148 ASSERT(!U_IS_SURROGATE(character));
149 if (U_IS_BMP(character))
150 *destination++ = character;
152 *destination++ = U16_LEAD(character);
153 *destination++ = U16_TRAIL(character);
169 // Each error generates a replacement character and consumes one byte.
206 int character = decodeNonASCIISequence(m_partialSequence, count); local
207 if ((character
253 int character = decodeNonASCIISequence(m_partialSequence, count); local
318 int character; local
395 int character; local
441 UChar32 character; local
[all...]
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/Android.mk
19 test_name := localization/locales/locale.convenience/conversions/conversions.character/toupper
23 test_name := localization/locales/locale.convenience/conversions/conversions.character/tolower
/external/lldb/test/functionalities/data-formatter/data-formatter-script/
H A Dmain.cpp18 char character; member in struct:i_am_cool
20 integer(I), floating(F), character(C) {}
21 i_am_cool() : integer(1), floating(2), character('3') {}
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DTextUtils.js138 var character = source[index];
140 if (character === "\\")
142 else if (character === "\"")
145 if (character === "\"")
147 else if (character === "{")
149 else if (character === "}") {
/external/clang/test/PCH/
H A Dcxx_exprs.cpp12 char character; variable
26 const_cast_result char_ptr = &character;
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/CharT
23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char
27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide_pointer
31 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char_pointer
35 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char
39 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char
43 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide
47 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_pointer
51 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char_pointe
[all...]
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.h20 // specified by |character|, a UTF-32 character. |preferred_locale| contains the
21 // preferred locale identifier for |character|. The instance has an empty font
23 void GetFallbackFontForCharacter(const int32_t character,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.h45 // Return a font family that can render |character| based on what script
49 PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,

Completed in 730 milliseconds

1234567891011>>