HomeSort by relevance Sort by last modified time
    Searched defs:Replaceable (Results 1 - 8 of 8) sorted by null

  /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...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
SearchableView.js 235 * @param {boolean} replaceable
237 setReplaceable: function(replaceable)
239 this._replaceable = replaceable;
511 this._footerElementContainer.classList.toggle("replaceable", secondRowVisible);
527 /** @type {!WebInspector.Replaceable} */ (this._searchProvider).replaceSelectionWith(this._replaceInputElement.value);
534 /** @type {!WebInspector.Replaceable} */ (this._searchProvider).replaceAllWith(this._searchInputElement.value, this._replaceInputElement.value);
575 WebInspector.Replaceable = function()
579 WebInspector.Replaceable.prototype = {
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 16 * Replaceable.
99 /* The Replaceable virtual destructor can't be defined in the header
102 Replaceable::~Replaceable() {}
323 : Replaceable(),
332 : Replaceable(),
342 : Replaceable(),
349 // Replaceable base class clone() default implementation, does not clone
350 Replaceable *
351 Replaceable::clone() const
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 16 * Replaceable.
99 /* The Replaceable virtual destructor can't be defined in the header
102 Replaceable::~Replaceable() {}
323 : Replaceable(),
332 : Replaceable(),
342 : Replaceable(),
349 // Replaceable base class clone() default implementation, does not clone
350 Replaceable *
351 Replaceable::clone() const
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 339 milliseconds