Searched refs:text (Results 26 - 50 of 3881) sorted by relevance

1234567891011>>

/external/harfbuzz_ng/src/
H A Dhb-utf-private.hh4 * This is part of HarfBuzz, a text shaping library.
43 hb_utf_next (const uint8_t *text, argument
47 hb_codepoint_t c = *text, mask;
53 if (unlikely (!len || (unsigned int) (end - text) < len)) {
55 return text + 1;
62 if (unlikely ((text[i] & 0xc0) != 0x80))
65 return text + 1;
68 result |= (text[i] & 0x3f);
71 return text + len;
76 hb_utf_prev (const uint8_t *text, argument
109 hb_utf_strlen(const uint8_t *text) argument
118 hb_utf_next(const uint16_t *text, const uint16_t *end, hb_codepoint_t *unicode) argument
142 hb_utf_prev(const uint16_t *text, const uint16_t *start, hb_codepoint_t *unicode) argument
167 hb_utf_strlen(const uint16_t *text) argument
178 hb_utf_next(const uint32_t *text, const uint32_t *end HB_UNUSED, hb_codepoint_t *unicode) argument
187 hb_utf_prev(const uint32_t *text, const uint32_t *start HB_UNUSED, hb_codepoint_t *unicode) argument
196 hb_utf_strlen(const uint32_t *text) argument
[all...]
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_state.cc11 string16 text = state->last_prepopulate_text(); local
13 if (text.empty() && p->IsOffTheRecord()) {
16 text = state->last_prepopulate_text();
19 return text;
/external/chromium-trace/trace-viewer/src/analysis/
H A Dselection_analysis.css6 -webkit-user-select: text !important;
7 cursor: text;
/external/javassist/src/main/javassist/compiler/ast/
H A DStringL.java24 protected String text; field in class:StringL
27 text = t;
30 public String get() { return text; }
32 public String toString() { return "\"" + text + "\""; }
/external/llvm/test/MC/ELF/
H A Drelax-all-flag.s12 .text
H A Duleb.s6 .text
15 // ELF_32: ('sh_name', 0x00000001) # '.text'
17 // ELF_64: ('sh_name', 0x00000001) # '.text'
H A Delf_directive_previous.s6 .text
7 # CHECK: .text
13 # CHECK: .text
/external/llvm/test/MC/MachO/
H A Dreloc-pcrel-offset.s12 .text
/external/quake/quake/src/QW/client/
H A Dcmd.h29 servers can also send across commands and entire text files can be execed.
39 // allocates an initial text buffer that will grow as needed
41 void Cbuf_AddText (char *text);
43 // the text is added to the end of the command buffer.
45 void Cbuf_InsertText (char *text);
46 // when a command wants to issue other commands immediately, the text is
51 // Pulls off \n terminated lines of text from the command buffer and sends
94 void Cmd_TokenizeString (char *text);
98 void Cmd_ExecuteString (char *text);
99 // Parses a single line of text int
[all...]
/external/webkit/Source/WebCore/css/
H A Dmake-css-file-arrays.pl44 my $text; { local $/; $text = <IN>; }
49 $text =~ s|/\*.*?\*/||gs;
54 $text =~ s|\s+| |gs;
55 $text =~ s|^ ||;
56 $text =~ s| $||;
59 my $length = length $text;
68 print OUT ord substr $text, $i, 1;
/external/webkit/Source/WebCore/dom/
H A DBeforeProcessEvent.cpp32 String BeforeProcessEvent::text() const function in class:WebCore::BeforeProcessEvent
34 // FIXME - Return innerText for <style> elements and inline <script> elements, or the resource text for remote <script> elements
/external/webkit/Source/WebKit/chromium/public/
H A DWebConsoleMessage.h47 WebString text; member in struct:WebKit::WebConsoleMessage
51 WebConsoleMessage(Level level, const WebString& text) argument
53 , text(text) { }
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c20 static int try_pvc(const char *text,struct sockaddr_atmpvc *addr,int flags) argument
28 if (!*text) return FATAL; /* empty or ends with a dot */
30 if (isdigit(*text)) {
31 if (*text == '0' && isdigit(text[1])) return TRY_OTHER;
35 part[i] = part[i]*10+*text++-'0';
37 while (isdigit(*text));
39 if (!*text) break;
40 if (*text++ != '.') return TRY_OTHER; /* non-PVC character */
43 if (*text
75 do_try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
149 try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
161 try_e164(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
193 search(FILE *file,const char *text,struct sockaddr *addr,int length, int flags) argument
213 try_name(const char *text,struct sockaddr *addr,int length, int flags) argument
226 text2atm(const char *text,struct sockaddr *addr,int length,int flags) argument
[all...]
H A Dtext2qos.c25 int __t2q_get_rate(const char **text,int up) argument
33 if (!strncmp(*text,"max",3)) {
34 *text += 3;
37 rate = strtoul(*text,&end,10);
75 *text = end;
80 static int params(const char **text,struct atm_trafprm *a, argument
86 if (*(*text)++ != ':') return -1;
88 if (!**text) return -1;
89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=",
92 if ((value = __t2q_get_rate(text,
125 text2qos(const char *text,struct atm_qos *qos,int flags) argument
[all...]
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_ls.cc19 bool LooksLikeUnixPermission(const string16& text) { argument
20 if (text.length() != 3)
29 return ((text[0] == 'r' || text[0] == '-') &&
30 (text[1] == 'w' || text[1] == '-') &&
31 (text[2] == 'x' || text[2] == 's' || text[2] == 'S' ||
32 text[
35 LooksLikeUnixPermissionsListing(const string16& text) argument
53 LooksLikePermissionDeniedError(const string16& text) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java31 import java.text.ParseException;
61 /** warn-text field
63 protected String text; field in class:Warning
76 return text != null
82 + text
104 * Gets text of WarningHeader
105 * @return text of WarningHeader
108 return text;
139 * Sets text of WarningHeader
140 * @param text Strin
143 setText(String text) argument
[all...]
/external/chromium/base/i18n/
H A Drtl.cc44 // Represents the locale-specific ICU text direction.
97 // GtkWidget's default text direction consistent with ICU's text direction.
98 // Because in this case ICU's text direction will be used instead.
131 TextDirection GetFirstStrongCharacterDirection(const string16& text) { argument
132 const UChar* string = text.c_str();
133 size_t length = text.length();
161 TextDirection GetFirstStrongCharacterDirection(const std::wstring& text) { argument
162 return GetFirstStrongCharacterDirection(WideToUTF16(text));
167 bool AdjustStringForLocaleDirection(string16* text) { argument
182 AdjustStringForLocaleDirection(string16* text) argument
234 AdjustStringForLocaleDirection(std::wstring* text) argument
245 StringContainsStrongRTLChars(const string16& text) argument
267 StringContainsStrongRTLChars(const std::wstring& text) argument
272 WrapStringWithLTRFormatting(string16* text) argument
284 WrapStringWithLTRFormatting(std::wstring* text) argument
296 WrapStringWithRTLFormatting(string16* text) argument
308 WrapStringWithRTLFormatting(std::wstring* text) argument
338 GetDisplayStringInLTRDirectionality(const string16& text) argument
346 StripWrappingBidiControlCharacters(const string16& text) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DToken.java8 private String text; field in class:Token
14 return this.text;
17 public void setText(@SuppressWarnings("hiding") String text) argument
19 this.text = text;
45 return this.text + " ";
/external/quake/quake/src/WinQuake/
H A Dcmd.h29 servers can also send across commands and entire text files can be execed.
39 // allocates an initial text buffer that will grow as needed
41 void Cbuf_AddText (const char *text);
43 // the text is added to the end of the command buffer.
45 void Cbuf_InsertText (const char *text);
46 // when a command wants to issue other commands immediately, the text is
51 // Pulls off \n terminated lines of text from the command buffer and sends
106 void Cmd_TokenizeString (char *text);
110 void Cmd_ExecuteString (char *text, cmd_source_t src);
113 void Cmd_ExecuteString2 (const char *text, cmd_source_
[all...]
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMHTMLDocumentCustom.cpp29 static inline void documentWrite(const WebDOMString& text, WebCore::HTMLDocument* document, bool addNewline) argument
31 WebCore::SegmentedString segmentedString = WTF::String(text);
37 void WebDOMHTMLDocument::write(const WebDOMString& text) argument
42 documentWrite(text, impl(), false);
45 void WebDOMHTMLDocument::writeln(const WebDOMString& text) argument
50 documentWrite(text, impl(), true);
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
H A DTextOutputCallbackTest.java34 TextOutputCallback text; field in class:TextOutputCallbackTest
40 text = new TextOutputCallback(0, "message");
41 assertEquals("message", text.getMessage());
42 assertEquals(0, text.getMessageType());
52 text = new TextOutputCallback(m[i], "message");
62 text = new TextOutputCallback(5, "message");
74 text = new TextOutputCallback(1, "");
79 text = new TextOutputCallback(1, null);
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DMessageFormatFieldTest.java17 package org.apache.harmony.text.tests.java.text;
21 * @tests java.text.MessageFormat$Field#Field(java.lang.String)
28 * @tests java.text.MessageFormat$Field#readResolve()
H A DNumberFormatFieldTest.java17 package org.apache.harmony.text.tests.java.text;
21 * @tests java.text.NumberFormat$Field#Field(java.lang.String)
28 * @tests java.text.NumberFormat$Field#readResolve()
/external/eigen/failtest/
H A Dfailtest_sanity_check.cpp2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
/external/eigen/scripts/
H A Drelicense.py46 def update(text):
47 if text.find(lgpl3_header) == -1:
48 return text, False
49 return text.replace(lgpl3_header, mpl2_header), True
59 text = fo.read()
62 text, updated = update(text)
65 fo.write(text)

Completed in 672 milliseconds

1234567891011>>