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

1 23 4 5 6 7 8 91011

  /external/chromium_org/third_party/icu/source/i18n/
brktrans.h 92 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
101 static UnicodeString replaceableAsString(Replaceable &r);
utrans.cpp 31 * Replaceable-UReplaceableCallbacks glue
35 * Make a UReplaceable + UReplaceableCallbacks into a Replaceable object.
38 class ReplaceableGlue : public Replaceable {
45 ReplaceableGlue(UReplaceable *replaceable,
60 // virtual Replaceable *clone() const { return NULL; } same as default
87 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable,
89 : Replaceable()
91 this->rep = replaceable;
brktrans.cpp 82 void BreakTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
170 // on the replaceable text from transliterators.
171 // In practice, the only real Replaceable type that we
175 UnicodeString BreakTransliterator::replaceableAsString(Replaceable &r) {
nultrans.h 52 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
remtrans.cpp 57 void RemoveTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index,
remtrans.h 59 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
uni2name.h 72 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
  /external/icu/icu4c/source/i18n/
brktrans.h 92 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
101 static UnicodeString replaceableAsString(Replaceable &r);
utrans.cpp 32 * Replaceable-UReplaceableCallbacks glue
36 * Make a UReplaceable + UReplaceableCallbacks into a Replaceable object.
39 class ReplaceableGlue : public Replaceable {
46 ReplaceableGlue(UReplaceable *replaceable,
61 // virtual Replaceable *clone() const { return NULL; } same as default
88 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable,
90 : Replaceable()
92 this->rep = replaceable;
brktrans.cpp 82 void BreakTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
170 // on the replaceable text from transliterators.
171 // In practice, the only real Replaceable type that we
175 UnicodeString BreakTransliterator::replaceableAsString(Replaceable &r) {
nultrans.h 52 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
remtrans.cpp 57 void RemoveTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index,
remtrans.h 59 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
uni2name.h 72 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
  /external/valgrind/main/coregrind/docs/
vgdb-manpage.xml 23 <arg><replaceable>options</replaceable></arg>
  /external/chromium_org/third_party/icu/source/test/intltest/
transapi.cpp 310 message.append("->transliterate(Replaceable) for \n\tSource:");
354 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
382 UnicodeString rs="This is the replaceable String";
384 "0", "0", "This is the replaceable String",
385 "2", "3", UnicodeString("Th\\u0069s is the replaceable String", ""),
436 errln("FAIL: " + t->getID()+ ".translitere(Replaceable, int[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status));
487 logln("Testing transliterate(Replaceable, int32_t, UnicodeString, UErrorCode)");
494 errln("FAIL: " + t->getID()+ ".transliterate(Replaceable, int32_t[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status));
509 logln("Testing transliterate(Replaceable, int32_t, UChar, UErrorCode)");
517 errln("FAIL: " + t->getID()+ ".transliterate(Replaceable, int32_t[], UChar, UErrorCode)-->" + (UnicodeString)u_errorName(status))
622 UnicodeString replaceable=s; local
    [all...]
utxttest.h 23 * @summary Testing the Replaceable class
  /external/icu/icu4c/source/test/intltest/
transapi.cpp 310 message.append("->transliterate(Replaceable) for \n\tSource:");
354 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
382 UnicodeString rs="This is the replaceable String";
384 "0", "0", "This is the replaceable String",
385 "2", "3", UnicodeString("Th\\u0069s is the replaceable String", ""),
436 errln("FAIL: " + t->getID()+ ".translitere(Replaceable, int[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status));
487 logln("Testing transliterate(Replaceable, int32_t, UnicodeString, UErrorCode)");
494 errln("FAIL: " + t->getID()+ ".transliterate(Replaceable, int32_t[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status));
509 logln("Testing transliterate(Replaceable, int32_t, UChar, UErrorCode)");
517 errln("FAIL: " + t->getID()+ ".transliterate(Replaceable, int32_t[], UChar, UErrorCode)-->" + (UnicodeString)u_errorName(status))
622 UnicodeString replaceable=s; local
    [all...]
utxttest.h 23 * @summary Testing the Replaceable class
  /external/chromium_org/third_party/icu/source/common/
unifilt.cpp 40 UMatchDegree UnicodeFilter::matches(const Replaceable& text,
  /external/icu/icu4c/source/common/
unifilt.cpp 40 UMatchDegree UnicodeFilter::matches(const Replaceable& text,
  /external/iputils/doc/
rarpd.sgml 18 <arg choice="opt">-b <replaceable/bootdir/</arg>
19 <arg choice="opt"><replaceable/interface/</arg>
61 option, its function is overridden with <replaceable/interface/
98 <term><option>-b <replaceable/bootdir/</option></term>
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
rejarForAnalysis.html 25 </p><div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>-maxAge</strong></span> <em class="replaceable"><code>days</code></em></span></dt><dd><p>
27 </p></dd><dt><span class="term"><span class="command"><strong>-inputFileList</strong></span> <em class="replaceable"><code>filename</code></em></span></dt><dd><p>
29 </p></dd><dt><span class="term"><span class="command"><strong>-maxClasses</strong></span> <em class="replaceable"><code>num</code></em></span></dt><dd><p>
31 </p></dd><dt><span class="term"><span class="command"><strong>-prefix</strong></span> <em class="replaceable"><code>class name prefix</code></em></span></dt><dd><p>
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Jamfile 34 # Add the optional/replaceable files.
  /external/owasp/sanitizer/tools/findbugs/doc/
manual.xml 7 <!ENTITY FBHome "<replaceable>$FINDBUGS_HOME</replaceable>">
8 <!ENTITY FBHomeWin "<replaceable>&#x25;FINDBUGS_HOME&#x25;</replaceable>">
181 Make sure that when you run &Ant; your <replaceable>JAVA_HOME</replaceable>
290 <prompt>$ </prompt><command>ant <replaceable>target</replaceable></command>
292 where <replaceable>target</replaceable> is one of the following
    [all...]

Completed in 567 milliseconds

1 23 4 5 6 7 8 91011