Searched defs:text (Results 1 - 25 of 1804) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-is-contextual.js31 return text.charAt(index);
34 var text = "hi there"; variable
38 text = false;
/external/libcxx/test/re/re.alg/re.alg.search/
H A Dno_update_pos.pass.cpp25 // of the text.
27 const char *text = "aaa\naa"; local
29 std::cregex_iterator it{text, text+6, re};
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dschriter.h72 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
73 * textBegin >= textEnd or either is negative or greater than text.size()),
144 * @param result Receives a copy of the text under iteration.
182 UnicodeString text; member in class:StringCharacterIterator
H A Duchriter.h38 * text is only aliased, not adopted (the
49 * text is only aliased, not adopted (the
65 * text is only aliased, not adopted (the
195 * in the text-storage object the iterator refers to, and
197 * @param position the position within the text-storage object
206 * in the text-storage object the iterator refers to, and
210 * @param position the position within the text-storage object
338 * Sets the iterator to iterate over a new range of text
347 * @param result Receives a copy of the text under iteration.
373 * Protected member text
376 const UChar* text; member in class:UCharCharacterIterator
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dschriter.h72 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
73 * textBegin >= textEnd or either is negative or greater than text.size()),
144 * @param result Receives a copy of the text under iteration.
182 UnicodeString text; member in class:StringCharacterIterator
H A Duchriter.h38 * text is only aliased, not adopted (the
49 * text is only aliased, not adopted (the
65 * text is only aliased, not adopted (the
195 * in the text-storage object the iterator refers to, and
197 * @param position the position within the text-storage object
206 * in the text-storage object the iterator refers to, and
210 * @param position the position within the text-storage object
338 * Sets the iterator to iterate over a new range of text
347 * @param result Receives a copy of the text under iteration.
373 * Protected member text
376 const UChar* text; member in class:UCharCharacterIterator
[all...]
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_interactive_browsertest.cc36 // Verify that copying selected text works.
44 std::string text; local
45 clipboard->ReadAsciiText(ui::CLIPBOARD_TYPE_COPY_PASTE, &text);
46 EXPECT_EQ(kSearchKeyword, text);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_def.sh27 where <kind> is either 'text' or 'data'
49 text() { function
/external/chromium_org/third_party/skia/src/animator/
H A DSkTextToPath.h28 SkText* text; member in class:SkTextToPath
/external/chromium_org/ui/gfx/
H A Dtext_utils_android.cc11 int GetStringWidth(const base::string16& text, const FontList& font_list) { argument
16 float GetStringWidthF(const base::string16& text, const FontList& font_list) { argument
H A Dtext_utils_skia.cc11 int GetStringWidth(const base::string16& text, const FontList& font_list) { argument
12 return Canvas::GetStringWidth(text, font_list);
15 float GetStringWidthF(const base::string16& text, const FontList& font_list) { argument
16 return Canvas::GetStringWidthF(text, font_list);
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh27 where <kind> is either 'text' or 'data'
49 text() { function
/external/skia/src/animator/
H A DSkTextToPath.h28 SkText* text; member in class:SkTextToPath
/external/stlport/test/unit/
H A Dostmit_test.cpp36 const char* text = "hello"; local
41 copy(text, text + 5, iter);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTokenRewriteStream.h47 NSString *text; variable
52 @property (retain, getter=getText, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTokenRewriteStream.h47 NSString *text; variable
52 @property (retain, getter=getText, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTokenRewriteStream.h47 NSString *text; variable
52 @property (retain, getter=getText, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTokenRewriteStream.h47 NSString *text; variable
52 @property (retain, getter=text, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)anIndex Text:(NSString *)text;
/external/chromium_org/ash/system/tray/
H A Dtray_popup_label_button.cc16 const base::string16& text)
17 : views::LabelButton(listener, text) {
15 TrayPopupLabelButton(views::ButtonListener* listener, const base::string16& text) argument
/external/chromium_org/chrome/browser/spellchecker/
H A Dword_trimmer.cc14 const base::string16& text,
16 if (*start > text.length() || *start > end)
17 return text;
18 base::i18n::BreakIterator iter(text, base::i18n::BreakIterator::BREAK_WORD);
20 return text;
22 // in |text|.
47 return text;
49 return text.substr(first, last - first);
12 TrimWords(size_t* start, size_t end, const base::string16& text, size_t keep) argument
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
H A Doptions.js48 var text = document.createElement("span");
49 text.id = key;
50 text.innerText = key;
51 text.className = "sound";
52 text.onclick = function(event) { playSound(event.target.id); };
53 div.appendChild(text);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider_hunspell_unittest.cc38 // Verify that the SpellCheckProvider class does not spellcheck empty text.
44 // Verify that the SpellCheckProvider class does not spellcheck text while we
104 // Test that the SpellCheckProvider does not send a request with the same text
138 base::string16 text = ASCIIToUTF16("Icland is an icland "); local
140 blink::WebString(text), &completion, std::vector<SpellCheckMarker>());
142 << text << "\"";
145 base::string16 substring = text.substr(0, kSubstringLength);
153 blink::WebString(text), &completion, std::vector<SpellCheckMarker>());
155 << text << "\"";
/external/chromium_org/rlz/lib/
H A Dcrc32_wrapper.cc19 bool Crc32(const char* text, int* crc) { argument
26 for (int i = 0; text[i]; i++) {
27 if (!IsAscii(text[i]))
30 *crc = crc32(*crc, reinterpret_cast<const unsigned char*>(text + i), 1);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSLineBoxContainValue.cpp29 #include "wtf/text/StringBuilder.h"
30 #include "wtf/text/WTFString.h"
42 StringBuilder text; local
45 text.appendLiteral("block");
47 if (!text.isEmpty())
48 text.append(' ');
49 text.appendLiteral("inline");
52 if (!text.isEmpty())
53 text.append(' ');
54 text
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dregextxt.h36 UText *text; member in struct:URegexUTextUnescapeCharContext
39 #define U_REGEX_UTEXT_UNESCAPE_CONTEXT(text) { (text), -1 }

Completed in 3589 milliseconds

1234567891011>>