HomeSort by relevance Sort by last modified time
    Searched refs:Replaceable (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/icu4c/common/unicode/
rep.h 21 * \brief C++ API: Replaceable String
29 * <code>Replaceable</code> is an abstract base class representing a
37 * <p>An implicit aspect of the <code>Replaceable</code> API is that
43 * <p><code>Replaceable</code> specifies ranges using a start
48 * <p><code>Replaceable</code> also includes API to access characters
61 * <li>If there is no following character (i.e. the replaceable was
71 class U_COMMON_API Replaceable : public UObject {
78 virtual ~Replaceable();
176 * Replaceable object has metadata, calls to the Replaceable AP
    [all...]
unimatch.h 21 class Replaceable;
65 * match a range of characters in a Replaceable string.
123 virtual UMatchDegree matches(const Replaceable& text,
unifilt.h 88 virtual UMatchDegree matches(const Replaceable& text,
  /external/icu4c/i18n/unicode/
unirepl.h 22 class Replaceable;
28 * replace a range of characters in a Replaceable string with output
29 * text. The replacement is done via the Replaceable API so as to
64 virtual int32_t replace(Replaceable& text,
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>
393 virtual int32_t transliterate(Replaceable& text,
401 virtual void transliterate(Replaceable& text) const;
467 virtual void transliterate(Replaceable& text, UTransPosition& index,
483 * @see #transliterate(Replaceable&, UTransPosition&, const UnicodeString&, UErrorCode&) const
486 virtual void transliterate(Replaceable& text, UTransPosition& index,
494 * #transliterate(Replaceable&, UTransPosition&, const UnicodeString&, UErrorCode&) const }
499 * #transliterate(Replaceable&, UTransPosition&, const UnicodeString&, UErrorCode&) const }
    [all...]
  /external/icu4c/samples/translit/answers/
unaccent.h 29 virtual void handleTransliterate(Replaceable& text,
  /external/icu4c/i18n/
name2uni.h 73 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
nultrans.cpp 29 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets,
nultrans.h 52 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
remtrans.h 59 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
titletrn.h 76 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
uni2name.h 72 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
brktrans.h 92 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
101 static UnicodeString replaceableAsString(Replaceable &r);
rbt_set.h 23 class Replaceable;
135 UBool transliterate(Replaceable& text,
casetrn.h 81 virtual void handleTransliterate(Replaceable& text,
98 /** case context iterator using a Replaceable. This must be a C function because it is a callback. */
nortrans.h 68 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
unesctrn.h 101 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
anytrans.h 72 virtual void handleTransliterate(Replaceable& text, UTransPosition& index,
esctrn.h 133 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
funcrepl.h 82 virtual int32_t replace(Replaceable& text,
rbt_rule.h 22 class Replaceable;
274 UMatchDegree matchAndReplace(Replaceable& text,
strmatch.h 117 virtual UMatchDegree matches(const Replaceable& text,
170 virtual int32_t replace(Replaceable& text,
casetrn.cpp 29 /* case context iterator using a Replaceable */
36 Replaceable *rep=(Replaceable *)csc->p;
52 // automatically adjust start and limit if the Replaceable disagrees
133 void CaseMapTransliterator::handleTransliterate(Replaceable& text,
  /external/icu4c/samples/translit/
unaccent.h 29 virtual void handleTransliterate(Replaceable& text,
  /external/icu4c/common/
unifilt.cpp 39 UMatchDegree UnicodeFilter::matches(const Replaceable& text,

Completed in 4714 milliseconds

1 2 3