Searched defs:text (Results 226 - 250 of 1804) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/i18n/
H A Dregeximp.cpp19 CaseFoldingUTextIterator::CaseFoldingUTextIterator(UText &text) : argument
20 fUText(text), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
H A Dremtrans.cpp57 void RemoveTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index, argument
62 text.handleReplaceBetween(index.start, index.limit, empty);
/external/icu/icu4c/source/samples/translit/answers/
H A Dunaccent.cpp41 void UnaccentTransliterator::handleTransliterate(Replaceable& text, argument
46 UChar c = text.charAt(index.start);
50 text.handleReplaceBetween(index.start, index.start+1, str);
/external/icu/icu4c/source/samples/translit/
H A Dunaccent.cpp43 void UnaccentTransliterator::handleTransliterate(Replaceable& text, argument
48 UChar c = text.charAt(index.start);
52 text.handleReplaceBetween(index.start, index.start+1, str);
/external/jdiff/src/jdiff/
H A DDiffOutput.java26 /** The text for this difference, with deleted and added words marked. */
31 String title, String text) {
36 text_ = text;
30 DiffOutput(String pkgName, String className, String id, String title, String text) argument
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTAlt.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TAlt text.");
H A DTAnd.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TAnd text.");
H A DTArgWhitespace.java10 public TArgWhitespace(String text) argument
12 setText(text);
15 public TArgWhitespace(String text, int line, int pos) argument
17 setText(text);
H A DTAssignment.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TAssignment text.");
H A DTAutoescape.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TAutoescape text.");
H A DTBang.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TBang text.");
H A DTBracketClose.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TBracketClose text.");
H A DTBracketOpen.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TBracketOpen text.");
H A DTCall.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TCall text.");
H A DTComma.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TComma text.");
H A DTCommandDelimiter.java10 public TCommandDelimiter(String text) argument
12 setText(text);
15 public TCommandDelimiter(String text, int line, int pos) argument
17 setText(text);
H A DTComment.java10 public TComment(String text) argument
12 setText(text);
15 public TComment(String text, int line, int pos) argument
17 setText(text);
H A DTCommentStart.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TCommentStart text.");
H A DTContentType.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TContentType text.");
H A DTCsClose.java10 public TCsClose(String text) argument
12 setText(text);
15 public TCsClose(String text, int line, int pos) argument
17 setText(text);
H A DTCsOpen.java10 public TCsOpen(String text) argument
12 setText(text);
15 public TCsOpen(String text, int line, int pos) argument
17 setText(text);
H A DTData.java10 public TData(String text) argument
12 setText(text);
15 public TData(String text, int line, int pos) argument
17 setText(text);
H A DTDecNumber.java10 public TDecNumber(String text) argument
12 setText(text);
15 public TDecNumber(String text, int line, int pos) argument
17 setText(text);
H A DTDef.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TDef text.");
H A DTDollar.java34 public void setText(@SuppressWarnings("unused") String text) argument
36 throw new RuntimeException("Cannot change TDollar text.");

Completed in 1874 milliseconds

1234567891011>>