HomeSort by relevance Sort by last modified time
    Searched defs:text (Results 1 - 25 of 2338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-is-contextual.js 31 return text.charAt(index);
34 var text = "hi there"; variable
38 text = false;
  /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/icu/icu4c/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/libcxx/test/std/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/skia/gm/
blend.cpp 43 SkString text = SkStringPrintf("0x%08x", c); local
44 canvas->drawText(text.c_str(), text.size(), i * 100.0f + 20.0f, 50.0f, p);
  /frameworks/base/core/java/android/text/
GetChars.java 17 package android.text;
NoCopySpan.java 17 package android.text;
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;
LineBackgroundSpan.java 17 package android.text.style;
28 CharSequence text, int start, int end,
  /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;
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/
Spanned.java 17 package android.text;
  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 17 package android.text.cts;
  /cts/tests/tests/text/src/android/text/method/cts/
CtsActivity.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;
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransformTransliterator.java 6 package com.ibm.icu.text;
33 // protected void handleTransliterate(Replaceable text,
40 // char c = text.charAt(start);
53 // text.getChars(start, offsets.limit, buf, 0);
85 // text.replace(start, start + segLen, newStr);
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 27 where <kind> is either 'text' or 'data'
49 text() { function
  /frameworks/base/core/java/android/text/method/
TransformationMethod2.java 16 package android.text.method;
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
AndroidBidi_Delegate.java 17 package android.text;
23 import android.icu.text.Bidi;
  /frameworks/base/tools/layoutlib/bridge/src/android/text/format/
DateFormat_Delegate.java 17 package android.text.format;

Completed in 1177 milliseconds

1 2 3 4 5 6 7 8 91011>>