/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
no_update_pos.pass.cpp | 25 // of the text. 27 const char *text = "aaa\naa"; local 29 std::cregex_iterator it{text, text+6, re};
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar_state.cc | 11 string16 text = state->last_prepopulate_text(); local 13 if (text.empty() && p->IsOffTheRecord()) { 16 text = state->last_prepopulate_text(); 19 return text;
|
/external/chromium/webkit/glue/ |
bookmarklet_unittest.cc | 20 test_shell_->LoadURL(GURL("data:text/html,start page")); 27 GURL("javascript:location.href='data:text/plain,SUCCESS'")); 29 string16 text = test_shell_->GetDocumentText(); local 30 EXPECT_EQ("SUCCESS", UTF16ToASCII(text)); 39 GURL("javascript:void(location.href='data:text/plain,SUCCESS')")); 41 string16 text = test_shell_->GetDocumentText(); local 42 EXPECT_EQ("SUCCESS", UTF16ToASCII(text)); 46 string16 text; local 56 text = test_shell_->GetDocumentText(); 57 EXPECT_EQ("false", UTF16ToASCII(text)); 72 string16 text = test_shell_->GetDocumentText(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSLineBoxContainValue.cpp | 29 #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.appendLiteral("font") [all...] |
CSSBorderImageSliceValue.cpp | 29 #include "wtf/text/WTFString.h" 43 String text = m_slices->cssText(); local 47 return text + " fill"; 48 return text;
|
CSSShadowValue.cpp | 24 #include "wtf/text/StringBuilder.h" 25 #include "wtf/text/WTFString.h" 29 // Used for text-shadow and box-shadow 48 StringBuilder text; local 51 text.append(color->cssText()); 53 if (!text.isEmpty()) 54 text.append(' '); 55 text.append(x->cssText()); 58 if (!text.isEmpty()) 59 text.append(' ') [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLTreeViewer.cpp | 39 #include "core/dom/Text.h" 60 RefPtr<Text> text = m_document->createTextNode(cssString); local 61 m_document->getElementById("xml-viewer-style")->appendChild(text, IGNORE_EXCEPTION);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
schriter.h | 72 * "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
|
uchriter.h | 38 * 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/icu4c/common/unicode/ |
schriter.h | 72 * "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
|
uchriter.h | 38 * 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...] |
/frameworks/base/core/java/android/text/ |
GetChars.java | 17 package android.text;
|
NoCopySpan.java | 17 package android.text;
|
ParcelableSpan.java | 17 package android.text; 22 * A special kind of Parcelable for objects that will serve as text spans.
|
TextDirectionHeuristic.java | 17 package android.text; 20 * Interface for objects that use a heuristic for guessing at the paragraph direction by examining text.
|
/frameworks/base/core/java/android/text/style/ |
ParagraphStyle.java | 17 package android.text.style; 20 * The classes that affect paragraph-level text formatting implement
|
UpdateAppearance.java | 17 package android.text.style; 20 * The classes that affect character-level text in a way that modifies their
|
UpdateLayout.java | 17 package android.text.style; 20 * The classes that affect character-level text formatting in a way that 21 * triggers a text layout update when one is added or removed must implement
|
WrapTogetherSpan.java | 17 package android.text.style;
|
/frameworks/base/core/tests/coretests/src/android/text/ |
SpannableStringBuilderTest.java | 17 package android.text; 19 import android.text.Spannable; 20 import android.text.SpannableStringBuilder; 24 protected Spannable newSpannableWithText(String text) { 25 return new SpannableStringBuilder(text);
|
SpannableStringTest.java | 17 package android.text; 19 import android.text.Spannable; 20 import android.text.SpannableString; 24 protected Spannable newSpannableWithText(String text) { 25 return new SpannableString(text);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/ |
package-info.java | 4 package android.filterpacks.text;
|
/cts/tests/src/android/text/method/cts/ |
StubActivity.java | 17 package android.text.method.cts; 20 import android.text.method.ArrowKeyMovementMethod; 21 import android.text.method.LinkMovementMethod; 22 import android.text.method.ScrollingMovementMethod;
|
/cts/tests/tests/text/src/android/text/cts/ |
EmojiConstants.java | 17 package android.text.cts;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkTextToPath.h | 28 SkText* text; member in class:SkTextToPath
|