HomeSort by relevance Sort by last modified time
    Searched full:replaceable (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/icu4c/i18n/
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,
funcrepl.h 82 virtual int32_t replace(Replaceable& text,
name2uni.h 73 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
nortrans.h 68 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
titletrn.h 76 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
anytrans.cpp 67 const Replaceable& text;
93 ScriptRunIterator(const Replaceable& text, int32_t start, int32_t limit);
113 ScriptRunIterator::ScriptRunIterator(const Replaceable& theText,
228 void AnyTransliterator::handleTransliterate(Replaceable& text, UTransPosition& pos,
anytrans.h 72 virtual void handleTransliterate(Replaceable& text, UTransPosition& index,
funcrepl.cpp 78 int32_t FunctionReplacer::replace(Replaceable& text,
quant.cpp 63 UMatchDegree Quantifier::matches(const Replaceable& text,
quant.h 70 virtual UMatchDegree matches(const Replaceable& text,
unesctrn.h 101 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
uni2name.cpp 70 void UnicodeNameTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
  /external/icu4c/test/intltest/
utxttest.h 23 * @summary Testing the Replaceable class
  /external/kernel-headers/original/linux/mtd/
nand.h 290 * @read_byte: [REPLACEABLE] read one byte from the chip
291 * @read_word: [REPLACEABLE] read one word from the chip
292 * @write_buf: [REPLACEABLE] write data from the buffer to the chip
293 * @read_buf: [REPLACEABLE] read data from the chip into the buffer
294 * @verify_buf: [REPLACEABLE] verify buffer contents against the chip data
295 * @select_chip: [REPLACEABLE] select chip nr
296 * @block_bad: [REPLACEABLE] check, if the block is bad
297 * @block_markbad: [REPLACEABLE] mark the block bad
303 * @cmdfunc: [REPLACEABLE] hardwarespecific function for writing commands to the chip
304 * @waitfunc: [REPLACEABLE] hardwarespecific function for wait on read
    [all...]
  /external/icu4c/samples/translit/
unaccent.h 29 virtual void handleTransliterate(Replaceable& text,
  /external/icu4c/common/unicode/
unimatch.h 21 class Replaceable;
65 * match a range of characters in a Replaceable string.
123 virtual UMatchDegree matches(const Replaceable& text,
urep.h 36 * An opaque replaceable text object. This will be manipulated only
38 * to the C++ class Replaceable.
48 * Replaceable.
uiter.h 33 class Replaceable;
313 * CharacterIterator, Replaceable, or implemented using simple strings, etc.
679 * Set up a UCharIterator to iterate over a C++ Replaceable.
682 * Replaceable rep with iteration boundaries start=index=0 and
688 * The Replaceable pointer rep is set into UCharIterator.context without copying
689 * or cloning/reallocating the Replaceable object.
695 * @param rep Replaceable to iterate over
701 uiter_setReplaceable(UCharIterator *iter, const icu::Replaceable *rep);
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_supplicant.sgml 16 <arg>-i<replaceable>ifname</replaceable></arg>
17 <arg>-c<replaceable>config file</replaceable></arg>
18 <arg>-D<replaceable>driver</replaceable></arg>
19 <arg>-P<replaceable>PID_file</replaceable></arg>
20 <arg>-f<replaceable>output file</replaceable></arg
    [all...]
  /external/icu4c/common/
util.h 92 * Skip over Pattern_White_Space in a Replaceable.
109 //? static int32_t skipWhitespace(const Replaceable& text,
149 * Parse a pattern string within the given Replaceable and a parsing
165 const Replaceable& text,
  /external/valgrind/main/docs/xml/
valgrind-manpage.xml 23 <arg><replaceable>valgrind-options</replaceable></arg>
25 <arg><replaceable>your-program-options</replaceable></arg>

Completed in 323 milliseconds

12 3 4 5 6