Searched refs:text (Results 276 - 300 of 3166) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebKit2/PluginProcess/qt/
H A DPluginProcessMainQt.cpp37 #include <wtf/text/CString.h>
38 #include <wtf/text/WTFString.h>
/external/webkit/Source/WebKit2/Shared/
H A DCommandLine.h30 #include <wtf/text/StringHash.h>
31 #include <wtf/text/WTFString.h>
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DWebInspectorMac.mm29 #import <wtf/text/WTFString.h>
/external/webkit/Tools/DumpRenderTree/chromium/
H A DPlainTextController.cpp69 // Extract the text using the Range's text() method
70 WebString text = range.toPlainText();
71 result->set(text.utf8());
/external/icu4c/test/intltest/
H A Dsrchtest.cpp216 char * StringSearchTest::toCharString(const UnicodeString &text) argument
221 int length = text.length();
224 UChar ch = text[count];
296 errln("Error getting following matched text");
336 errln("Error getting following matched text");
371 u_unescape(search->text, temp, 128);
372 UnicodeString text; local
373 text.setTo(temp);
380 breaker->setText(text);
384 strsrch = new StringSearch(pattern, text, (RuleBasedCollato
431 UnicodeString text; local
484 UnicodeString text; local
522 UnicodeString text; local
637 UnicodeString text; local
769 UnicodeString text; local
902 UnicodeString text; local
946 UnicodeString text; local
1021 UnicodeString text; local
1116 UnicodeString text; local
1327 UnicodeString text; local
1391 UnicodeString text; local
1665 UnicodeString text; local
1771 UnicodeString text; local
1811 UnicodeString text; local
1874 UnicodeString text; local
1940 UnicodeString text; local
2218 TestSearch(const UnicodeString &text, BreakIterator *breakiter, const UnicodeString &pattern) argument
[all...]
/external/icu4c/test/cintltst/
H A Dusrchtst.c203 const UChar text[] = {0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67}; local
206 text, 6, &status);
232 result = usearch_open(pattern, 3, text, 6, NULL, NULL, &status);
237 result = usearch_openFromCollator(pattern, 3, text, 6, NULL, NULL,
244 result = usearch_open(pattern, 3, text, 6, "en_US", NULL, &status);
257 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, NULL,
274 result = usearch_open(pattern, 3, text, 6, "en_US", breakiter, &status);
282 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, breakiter,
303 const UChar text[] = {0x61, 0x62, 0x63, 0x64, 0x65, 0x66}; local
315 result = usearch_openFromCollator(pattern, 2, text,
447 UChar text[128]; local
478 UChar text[128]; local
519 UChar text[128]; local
626 UChar text[128]; local
781 UChar text[128]; local
832 UChar text[128]; local
916 UChar text[128]; local
1022 UChar text[128]; local
1118 UChar text[128]; local
1220 UChar text[128]; local
1306 UChar text[128]; local
1415 UChar text[128]; local
1487 UChar text[] = {0x66, 0x69, 0x73, 0x68, 0x20, local
1555 UChar text[128]; local
1598 UChar text[128]; local
1641 UChar text[128]; local
1764 UChar text[128]; local
1882 UChar text[128]; local
1935 UChar text[128]; local
2005 UChar text[128]; local
2080 UChar text[128]; local
2167 UChar text[128]; local
2283 UChar text[128]; local
2331 UChar text[128]; local
2431 UChar pattern[PATTERN_LEN + 1], text[TEXT_LEN + 1]; local
2507 UChar text[] = {0x05E9, 0x0592, 0x05E9}; local
[all...]
/external/chromium/chrome/browser/autofill/
H A Dcontact_info.cc50 void NameInfo::GetPossibleFieldTypes(const string16& text, argument
54 if (IsFirstName(text))
57 if (IsMiddleName(text))
60 if (IsLastName(text))
63 if (IsMiddleInitial(text))
66 if (IsFullName(text))
148 // If each of the 'words' contained in the text are also present in the first
149 // name then we will consider the text to be of type kFirstName. This means
152 bool NameInfo::IsFirstName(const string16& text) const {
153 return IsNameMatch(text, first_tokens
237 IsNameMatch(const string16& text, const std::vector<string16>& name_tokens) const argument
344 GetPossibleFieldTypes(const string16& text, FieldTypeSet* possible_types) const argument
386 GetPossibleFieldTypes(const string16& text, FieldTypeSet* possible_types) const argument
[all...]
H A Dcredit_card.cc158 void CreditCard::GetPossibleFieldTypes(const string16& text, argument
160 if (IsNameOnCard(text))
163 if (IsNumber(text))
166 if (IsExpirationMonth(text))
169 if (Is2DigitExpirationYear(text))
172 if (Is4DigitExpirationYear(text))
304 // Check if |text| is "yyyy-mm" format first, and check normal month format.
393 bool CreditCard::IsValidCreditCardNumber(const string16& text) { argument
394 string16 number = StripSeparators(text);
461 void CreditCard::SetExpirationMonthFromString(const string16& text) { argument
469 SetExpirationYearFromString(const string16& text) argument
[all...]
H A Dphone_number.cc53 void PhoneNumber::GetPossibleFieldTypes(const string16& text, argument
55 string16 stripped_text(text);
203 bool PhoneNumber::IsNumber(const string16& text) const {
209 (text == number_) ||
210 (text.length() == kPhoneNumberPrefixLength &&
211 StartsWith(number_, text, true)) ||
212 (text.length() == kPhoneNumberSuffixLength &&
213 EndsWith(number_, text, true));
216 bool PhoneNumber::IsCityCode(const string16& text) const {
217 return text
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSPropertyNames.in22 text-rendering
24 -webkit-text-orientation
25 -webkit-text-size-adjust
130 text-align
131 text-decoration
132 text-indent
133 text-line-through
134 text-line-through-color
135 text-line-through-mode
136 text
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSupport_Format.java18 package org.apache.harmony.text.tests.java.text;
20 import java.text.AttributedCharacterIterator;
21 import java.text.FieldPosition;
22 import java.text.Format;
23 import java.text.AttributedCharacterIterator.Attribute;
30 protected String text; field in class:Support_Format
37 String text, Format.Field field, int begin, int end) {
45 if (text == null) {
46 assertEquals("Test " + count + ": incorrect formatted text",
36 t_FormatWithField(int count, Format format, Object object, String text, Format.Field field, int begin, int end) argument
[all...]
H A DRuleBasedCollatorTest.java18 package org.apache.harmony.text.tests.java.text;
20 import java.text.CharacterIterator;
21 import java.text.CollationElementIterator;
22 import java.text.CollationKey;
23 import java.text.Collator;
24 import java.text.ParseException;
25 import java.text.RuleBasedCollator;
26 import java.text.StringCharacterIterator;
122 * Class under test for java.text
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DStructuralWhitespaceStripper.java49 * (text) associated with that line (including the trailing whitespace).
126 * to match text that has already had the final newline removed so we must greedily match the
189 private static boolean isInlineWhitespace(String text) { argument
190 return INLINE_WHITESPACE.matcher(text).matches();
193 private static boolean startsWithNewline(String text) { argument
194 return STARTS_WITH_NEWLINE.matcher(text).find();
197 private static boolean endsWithNewline(String text) { argument
198 return ENDS_WITH_NEWLINE.matcher(text).find();
202 * Removes leading whitespace (including first newline) from the given string. The text must start
205 private static String stripLeadingWhitespaceAndNewline(String text) { argument
216 stripTrailingWhitespace(String text) argument
[all...]
/external/clang/docs/tools/
H A Dmanpage.css14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text
[all...]
/external/llvm/docs/CommandGuide/html/
H A Dmanpage.css14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text
[all...]
/external/llvm/docs/CommandGuide/
H A Dmanpage.css14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java49 * Provide ascii text parsing and formatting support for proto2 instances.
84 final StringBuilder text = new StringBuilder();
85 print(message, text);
86 return text.toString();
100 final StringBuilder text = new StringBuilder();
101 print(fields, text);
102 return text.toString();
131 final StringBuilder text = new StringBuilder();
132 printField(field, value, text);
133 return text
349 print(final CharSequence text) argument
408 private final CharSequence text; field in class:TextFormat.Tokenizer
446 Tokenizer(final CharSequence text) argument
1217 parseInt32(final String text) argument
1228 parseUInt32(final String text) argument
1237 parseInt64(final String text) argument
1248 parseUInt64(final String text) argument
1252 parseInteger(final String text, final boolean isSigned, final boolean isLong) argument
[all...]
/external/chromium/base/i18n/
H A Dbidi_line_iterator.cc22 bool BiDiLineIterator::Open(const string16& text, argument
27 bidi_ = ubidi_openSized(static_cast<int>(text.length()), 0, &error);
32 ubidi_setPara(bidi_, text.data(), static_cast<int>(text.length()),
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification_factory.cc19 const string16& text,
22 icon, title, text, WebKit::WebTextDirectionDefault);
30 const string16& text, const string16& link,
39 subst.push_back(EscapeForHTML(UTF16ToUTF8(text)));
43 // body text direction
17 Create( const GURL& icon, const string16& title, const string16& text, NotificationDelegate* delegate) argument
28 Create( const GURL& icon, const string16& title, const string16& text, const string16& link, NotificationDelegate* delegate) argument
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dinfo_view.css19 cursor: text;
29 text-align: top;
/external/chromium/chrome/browser/resources/ntp4/
H A Dapps_page.css12 text-decoration: none;
13 text-overflow: ellipsis;
/external/chromium/chrome/browser/ui/views/
H A Dtextfield_views.h19 void SetText(const std::wstring& text);
/external/clang/www/
H A Dmenu.css28 text-align: center;
34 text-align: center;
/external/doclava/src/com/google/doclava/
H A DParsedTagInfo.java26 ParsedTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { argument
27 super(name, kind, text, SourcePositionInfo.findBeginning(sp, text));
29 mCommentText = text;
/external/icu4c/i18n/
H A Dnultrans.h22 * A transliterator that leaves text unchanged.
52 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,

Completed in 614 milliseconds

<<11121314151617181920>>