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

1 2 3 4 5 6

  /external/icu/icu4c/source/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,
  /external/chromium_org/third_party/icu/source/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,
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.idl 34 [Replaceable] readonly attribute WorkerGlobalScope self;
35 [Replaceable] readonly attribute WorkerLocation location;
38 [Replaceable] readonly attribute WorkerConsole console;
43 [Replaceable] readonly attribute WorkerNavigator navigator;
  /external/chromium_org/third_party/icu/source/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,
  /external/icu/icu4c/source/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,
  /external/icu/icu4c/source/samples/translit/answers/
unaccent.h 29 virtual void handleTransliterate(Replaceable& text,
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 40 [Replaceable, MeasureAs=BarPropLocationbar] readonly attribute BarProp locationbar;
41 [Replaceable, MeasureAs=BarPropMenubar] readonly attribute BarProp menubar;
42 [Replaceable, MeasureAs=BarPropPersonalbar] readonly attribute BarProp personalbar;
43 [Replaceable, MeasureAs=BarPropScrollbars] readonly attribute BarProp scrollbars;
44 [Replaceable, MeasureAs=BarPropStatusbar] readonly attribute BarProp statusbar;
45 [Replaceable, MeasureAs=BarPropToolbar] readonly attribute BarProp toolbar;
47 [Replaceable] readonly attribute Navigator clientInformation;
48 [DoNotCheckSecurity, Unforgeable, Replaceable, LogActivity, PutForwards=href] readonly attribute Location location;
84 [Replaceable, MeasureAs=WindowOffscreenBuffering] readonly attribute boolean offscreenBuffering;
86 [Replaceable] readonly attribute long outerHeight
    [all...]
  /external/chromium_org/third_party/icu/source/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,
  /external/icu/icu4c/source/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,
  /external/icu/icu4c/source/samples/translit/
unaccent.h 29 virtual void handleTransliterate(Replaceable& text,
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestInterfaceCheckSecurity.idl 38 [DoNotCheckSecurity, Replaceable] readonly attribute long doNotCheckSecurityReplaceableReadonlyLongAttribute;

Completed in 514 milliseconds

1 2 3 4 5 6