HomeSort by relevance Sort by last modified time
    Searched full:replaceable (Results 101 - 125 of 275) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/third_party/icu/source/i18n/
quant.cpp 63 UMatchDegree Quantifier::matches(const Replaceable& text,
quant.h 70 virtual UMatchDegree matches(const Replaceable& text,
unesctrn.h 101 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
uni2name.cpp 70 void UnicodeNameTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
rbt_set.h 23 class Replaceable;
135 UBool transliterate(Replaceable& text,
strmatch.cpp 88 UMatchDegree StringMatcher::matches(const Replaceable& text,
218 int32_t StringMatcher::replace(Replaceable& text,
  /external/icu/icu4c/source/common/
util.h 92 * Skip over Pattern_White_Space in a Replaceable.
109 //? static int32_t skipWhitespace(const Replaceable& text,
149 * Parse a pattern string within the given Replaceable and a parsing
165 const Replaceable& text,
  /external/icu/icu4c/source/i18n/
anytrans.cpp 69 const Replaceable& text;
95 ScriptRunIterator(const Replaceable& text, int32_t start, int32_t limit);
115 ScriptRunIterator::ScriptRunIterator(const Replaceable& theText,
230 void AnyTransliterator::handleTransliterate(Replaceable& text, UTransPosition& pos,
anytrans.h 72 virtual void handleTransliterate(Replaceable& text, UTransPosition& index,
funcrepl.cpp 78 int32_t FunctionReplacer::replace(Replaceable& text,
quant.cpp 63 UMatchDegree Quantifier::matches(const Replaceable& text,
quant.h 70 virtual UMatchDegree matches(const Replaceable& text,
unesctrn.h 101 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
uni2name.cpp 70 void UnicodeNameTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
rbt_set.h 23 class Replaceable;
135 UBool transliterate(Replaceable& text,
strmatch.cpp 88 UMatchDegree StringMatcher::matches(const Replaceable& text,
218 int32_t StringMatcher::replace(Replaceable& text,
  /external/valgrind/main/docs/xml/
valgrind-manpage.xml 23 <arg><replaceable>valgrind-options</replaceable></arg>
25 <arg><replaceable>your-program-options</replaceable></arg>
  /external/chromium_org/components/search_engines/
prepopulated_engines_schema.json 43 // "name1", which is not replaceable. The {template1} is a replaceable value
  /external/chromium_org/third_party/icu/source/common/unicode/
uiter.h 33 class Replaceable;
313 * CharacterIterator, Replaceable, or implemented using simple strings, etc.
679 * Set up a UCharIterator to iterate over a C++ Replaceable.
682 * Replaceable rep with iteration boundaries start=index=0 and
688 * The Replaceable pointer rep is set into UCharIterator.context without copying
689 * or cloning/reallocating the Replaceable object.
695 * @param rep Replaceable to iterate over
701 uiter_setReplaceable(UCharIterator *iter, const icu::Replaceable *rep);
  /external/icu/icu4c/source/common/unicode/
uiter.h 33 class Replaceable;
313 * CharacterIterator, Replaceable, or implemented using simple strings, etc.
679 * Set up a UCharIterator to iterate over a C++ Replaceable.
682 * Replaceable rep with iteration boundaries start=index=0 and
688 * The Replaceable pointer rep is set into UCharIterator.context without copying
689 * or cloning/reallocating the Replaceable object.
695 * @param rep Replaceable to iterate over
701 uiter_setReplaceable(UCharIterator *iter, const icu::Replaceable *rep);
  /external/iputils/doc/
clockdiff.sgml 19 <arg choice="req"><replaceable/destination/</arg>
26 <replaceable/destination/ with 1 msec resolution using ICMP TIMESTAMP
tftpd.sgml 17 <arg choice="req"><replaceable/directory/</arg>
31 <replaceable/directory/ is required argument; if it is not given
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
installing.html 28 <em class="replaceable"><code>$FINDBUGS_HOME</code></em> (or <em class="replaceable"><code>%FINDBUGS_HOME%</code></em> for Windows) throughout this manual.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
translit.h 83 * {@link Replaceable } objects instead of strings, in order to
93 * <p>In keyboard transliteration, a <code>Replaceable</code> buffer
233 * <code>Replaceable</code> and the <code>transliterate()</code>
395 virtual int32_t transliterate(Replaceable& text,
403 virtual void transliterate(Replaceable& text) const;
469 virtual void transliterate(Replaceable& text, UTransPosition& index,
485 * @see #transliterate(Replaceable&, UTransPosition&, const UnicodeString&, UErrorCode&) const
488 virtual void transliterate(Replaceable& text, UTransPosition& index,
496 * #transliterate(Replaceable&, UTransPosition&, const UnicodeString&, UErrorCode&) const }
500 * @param index an array of three integers. See {@link #transliterate(Replaceable&, UTransPosition&, const UnicodeString*, UErrorCode&) const }
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
translit.h 83 * {@link Replaceable } objects instead of strings, in order to
93 * <p>In keyboard transliteration, a <code>Replaceable</code> buffer
233 * <code>Replaceable</code> and the <code>transliterate()</code>
395 virtual int32_t transliterate(Replaceable& text,
403 virtual void transliterate(Replaceable& text) const;
469 virtual void transliterate(Replaceable& text, UTransPosition& index,
485 * @see #transliterate(Replaceable&, UTransPosition&, const UnicodeString&, UErrorCode&) const
488 virtual void transliterate(Replaceable& text, UTransPosition& index,
496 * #transliterate(Replaceable&, UTransPosition&, const UnicodeString&, UErrorCode&) const }
500 * @param index an array of three integers. See {@link #transliterate(Replaceable&, UTransPosition&, const UnicodeString*, UErrorCode&) const }
    [all...]

Completed in 1732 milliseconds

1 2 3 45 6 7 8 91011