Searched refs:text (Results 126 - 150 of 3881) sorted by relevance

1234567891011>>

/external/nist-sip/java/javax/sip/header/
H A DExtensionHeader.java3 import java.text.ParseException;
H A DOptionTag.java3 import java.text.ParseException;
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarieddi.S29 .text
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSmsManager.java5 import android.text.TextUtils;
27 String destinationAddress, String scAddress, String text,
33 if (TextUtils.isEmpty(text))
39 text,
55 private String text; field in class:ShadowSmsManager.TextSmsParams
60 String destinationAddress, String scAddress, String text,
64 this.text = text;
78 return text;
26 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
59 TextSmsParams( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
/external/valgrind/main/coregrind/m_mach/
H A Dmach_traps-amd64-darwin.S35 .text
46 // .text
56 .text
66 .text
76 .text
86 .text
96 .text
106 .text
116 .text
126 .text
[all...]
/external/webkit/Source/WebCore/dom/
H A DComment.cpp29 inline Comment::Comment(Document* document, const String& text) argument
30 : CharacterData(document, text, CreateComment)
34 PassRefPtr<Comment> Comment::create(Document* document, const String& text) argument
36 return adoptRef(new Comment(document, text));
/external/webkit/Source/WebCore/platform/brew/
H A DKURLBrew.cpp23 #include <wtf/text/CString.h>
H A DPlatformKeyboardEventBrew.cpp151 UChar text; local
156 text = VK_0;
159 text = VK_1;
162 text = VK_2;
165 text = VK_3;
168 text = VK_4;
171 text = VK_5;
174 text = VK_6;
177 text = VK_7;
180 text
[all...]
/external/webkit/Source/WebCore/platform/text/
H A DLocalizedNumber.h34 #include <wtf/text/WTFString.h>
/external/webkit/Source/WebKit/chromium/src/
H A DWebTextRun.cpp42 return TextRun(text, false, 0, 0, TextRun::AllowTrailingExpansion, rtl, directionalOverride);
/external/webkit/Source/WebKit2/Shared/
H A DWebError.cpp29 #include <wtf/text/WTFString.h>
/external/icu4c/common/
H A Duchriter.cpp21 text(0)
29 text(textPtr)
37 text(textPtr)
47 text(textPtr)
53 text(that.text)
60 text = that.text;
78 return text == realThat.text
[all...]
H A Ddictbe.cpp43 DictionaryBreakEngine::findBreaks( UText *text, argument
52 int32_t start = (int32_t)utext_getNativeIndex(text);
56 UChar32 c = utext_current32(text);
59 while((current = (int32_t)utext_getNativeIndex(text)) > startPos && isDict) {
60 c = utext_previous32(text);
67 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && fSet.contains(c)) {
68 utext_next32(text); // TODO: recast loop for postincrement
69 c = utext_current32(text);
75 result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks);
76 utext_setNativeIndex(text, curren
142 candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) argument
238 divideUpDictionaryRange( UText *text, int32_t rangeStart, int32_t rangeEnd, UStack &foundBreaks ) const argument
470 divideUpDictionaryRange( UText *text, int32_t rangeStart, int32_t rangeEnd, UStack &foundBreaks ) const argument
752 divideUpDictionaryRange( UText *text, int32_t rangeStart, int32_t rangeEnd, UStack &foundBreaks ) const argument
[all...]
/external/quake/quake/src/WinQuake/
H A Dcmd.cpp83 Adds command text at the end of the buffer
86 void Cbuf_AddText (const char *text) argument
90 l = Q_strlen (text);
98 SZ_Write (&cmd_text, text, Q_strlen (text));
106 Adds command text immediately after the current command
107 Adds a \n to the text
111 void Cbuf_InsertText (const char *text) argument
127 // add the entire text of the file
128 Cbuf_AddText (text);
146 char *text; local
217 char *text, *build, c; local
481 Cmd_TokenizeString(char *text) argument
614 Cmd_ExecuteString(char *text, cmd_source_t src) argument
652 Cmd_ExecuteString2(const char *text, cmd_source_t src) argument
[all...]
/external/quake/quake/src/QW/client/
H A Dcmd.c83 Adds command text at the end of the buffer
86 void Cbuf_AddText (char *text) argument
90 l = Q_strlen (text);
97 SZ_Write (&cmd_text, text, Q_strlen (text));
105 Adds command text immediately after the current command
106 Adds a \n to the text
110 void Cbuf_InsertText (char *text) argument
126 // add the entire text of the file
127 Cbuf_AddText (text);
145 char *text; local
216 char *text, *build, c; local
461 Cmd_TokenizeString(char *text) argument
665 Cmd_ExecuteString(char *text) argument
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputMultiString.java40 public TestCaseInputMultiString(String text) { argument
41 this.script = text;
H A DTestCaseInputString.java39 public TestCaseInputString(String text) { argument
40 this.script = text;
H A DTestCaseOutputReturn.java33 public TestCaseOutputReturn(String text) { argument
34 this.script = text;
H A DTestCaseOutputStdOut.java37 public TestCaseOutputStdOut(String text) { argument
38 this.script = text;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeAdaptor.cs69 public override IToken CreateToken( int tokenType, string text )
71 return new CommonToken( tokenType, text );
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
38 message(id, text) ::= "(<id>) <text>"
40 report(location, message, type) ::= "<type>(<message.id>): <location> <message.text>"
H A Dgnu.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
38 message(id, text) ::= "<text> (<id>)"
H A Dvs2005.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
38 message(id, text) ::= "error <id> : <text>"
40 report(location, message, type) ::= "<location> : <type> <message.id> : <message.text>"
/external/chromium/base/i18n/
H A Dicu_encoding_detection.h14 // Detect encoding of |text| and put the name of encoding (as returned by ICU)
17 bool DetectEncoding(const std::string& text, std::string* encoding);
19 // Detect all possible encodings of |text| and put their names
21 // Note: this function may return encodings that may fail to decode |text|,
23 bool DetectAllEncodings(const std::string& text,
/external/chromium/chrome/browser/autofill/
H A Daddress.h27 virtual void GetPossibleFieldTypes(const string16& text,
55 // The following functions match |text| against the various values of the
57 virtual bool IsLine1(const string16& text) const;
58 virtual bool IsLine2(const string16& text) const;
59 virtual bool IsCity(const string16& text) const;
60 virtual bool IsState(const string16& text) const;
61 virtual bool IsCountry(const string16& text) const;
62 virtual bool IsZipCode(const string16& text) const;
64 // Returns true if all of the tokens in |text| match the tokens in
66 bool IsLineMatch(const string16& text, cons
[all...]

Completed in 900 milliseconds

1234567891011>>