Searched refs:Replaceable (Results 1 - 25 of 130) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerGlobalScope.idl34 [Replaceable] readonly attribute WorkerGlobalScope self;
35 [Replaceable] readonly attribute WorkerLocation location;
41 [Replaceable] readonly attribute WorkerNavigator navigator;
/external/icu4c/common/unicode/
H A Drep.h21 * \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
71 class U_COMMON_API Replaceable : public UObject { class in inherits:UObject
78 virtual ~Replaceable();
176 * Replaceable object has metadata, calls to the Replaceable API
178 * to the Replaceable AP
240 inline Replaceable::Replaceable() {} function in class:Replaceable
[all...]
H A Dunimatch.h21 class Replaceable;
65 * match a range of characters in a Replaceable string.
123 virtual UMatchDegree matches(const Replaceable& text,
/external/chromium_org/third_party/icu/source/common/unicode/
H A Drep.h21 * \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
71 class U_COMMON_API Replaceable : public UObject { class in inherits:UObject
78 virtual ~Replaceable();
176 * Replaceable object has metadata, calls to the Replaceable API
178 * to the Replaceable AP
[all...]
H A Dunimatch.h21 class Replaceable;
65 * match a range of characters in a Replaceable string.
123 virtual UMatchDegree matches(const Replaceable& text,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunirepl.h22 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,
H A Dtranslit.h83 * {@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
[all...]
/external/icu4c/i18n/unicode/
H A Dunirepl.h22 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,
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DWindow.idl34 [Replaceable] readonly attribute Screen screen;
35 [Replaceable] readonly attribute History history;
36 [Replaceable] readonly attribute BarProp locationbar;
37 [Replaceable] readonly attribute BarProp menubar;
38 [Replaceable] readonly attribute BarProp personalbar;
39 [Replaceable] readonly attribute BarProp scrollbars;
40 [Replaceable] readonly attribute BarProp statusbar;
41 [Replaceable] readonly attribute BarProp toolbar;
42 [Replaceable, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute Navigator navigator;
43 [Replaceable] readonl
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dnultrans.cpp29 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets,
H A Dnultrans.h52 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
H A Dremtrans.h59 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
H A Dbrktrans.h92 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
101 static UnicodeString replaceableAsString(Replaceable &r);
H A Drbt_set.h23 class Replaceable;
135 UBool transliterate(Replaceable& text,
H A Dtitletrn.h76 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
H A Duni2name.h72 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
/external/icu4c/i18n/
H A Dnultrans.cpp29 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets,
H A Dnultrans.h52 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
H A Dremtrans.h59 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
H A Dbrktrans.h92 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
101 static UnicodeString replaceableAsString(Replaceable &r);
H A Drbt_set.h23 class Replaceable;
135 UBool transliterate(Replaceable& text,
H A Dtitletrn.h76 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
H A Duni2name.h72 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
/external/icu4c/samples/translit/answers/
H A Dunaccent.h29 virtual void handleTransliterate(Replaceable& text,
/external/icu4c/samples/translit/
H A Dunaccent.h29 virtual void handleTransliterate(Replaceable& text,

Completed in 2536 milliseconds

123456