Home
last modified time | relevance | path

Searched +defs:current +defs:text (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringCharacterIterator.java35 private String text; field in StringCharacterIterator
46 public StringCharacterIterator(String text) in StringCharacterIterator()
59 public StringCharacterIterator(String text, int pos) in StringCharacterIterator()
75 public StringCharacterIterator(String text, int begin, int end, int pos) { in StringCharacterIterator()
104 public void setText(String text) { in setText()
163 public char current() in current() method in StringCharacterIterator
DUCharacterIterator.java144 public abstract int current(); in current() method in UCharacterIterator
342 char[] text = new char[getLength()]; in getText() local
DRuleBasedBreakIterator.java499 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset()
548 public int current() { in current() method in RuleBasedBreakIterator
784 CharacterIterator text = fText; in handleNext() local
957 CharacterIterator text = fText; in handleSafePrevious() local
1162 int current; in populateDictionary() local
1365 int current() { in current() method in RuleBasedBreakIterator.BreakCache
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringCharacterIterator.java37 private String text; field in StringCharacterIterator
48 public StringCharacterIterator(String text) in StringCharacterIterator()
61 public StringCharacterIterator(String text, int pos) in StringCharacterIterator()
77 public StringCharacterIterator(String text, int begin, int end, int pos) { in StringCharacterIterator()
106 public void setText(String text) { in setText()
165 public char current() in current() method in StringCharacterIterator
DBreakTransliterator.java78 …protected synchronized void handleTransliterate(Replaceable text, Position pos, boolean incrementa… in handleTransliterate()
160 private Replaceable text; field in BreakTransliterator.ReplaceableCharacterIterator
194 public ReplaceableCharacterIterator(Replaceable text, int begin, int end, int pos) { in ReplaceableCharacterIterator()
221 public void setText(Replaceable text) { in setText()
276 public char current() in current() method in BreakTransliterator.ReplaceableCharacterIterator
DUCharacterIterator.java134 public abstract int current(); in current() method in UCharacterIterator
317 char[] text = new char[getLength()]; in getText() local
DRuleBasedBreakIterator.java477 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset()
524 public int current() { in current() method in RuleBasedBreakIterator
802 CharacterIterator text = fText; in handleNext() local
983 CharacterIterator text = fText; in handleSafePrevious() local
1189 int current; in populateDictionary() local
1391 int current() { in current() method in RuleBasedBreakIterator.BreakCache
/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp47 DictionaryBreakEngine::findBreaks( UText *text, in findBreaks()
59 int32_t current; in findBreaks() local
102 int32_t current; // The candidate we're currently looking at member in PossibleWord
132 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates()
152 PossibleWord::acceptMarked( UText *text ) { in acceptMarked()
159 PossibleWord::backUp( UText *text ) { in backUp()
227 ThaiBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
242 int32_t current; in divideUpDictionaryRange() local
465 LaoBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
476 int32_t current; in divideUpDictionaryRange() local
[all …]
/third_party/node/deps/icu-small/source/common/
Ddictbe.cpp47 DictionaryBreakEngine::findBreaks( UText *text, in findBreaks()
61 int32_t current; in findBreaks() local
104 int32_t current; // The candidate we're currently looking at member in PossibleWord
134 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates()
154 PossibleWord::acceptMarked( UText *text ) { in acceptMarked()
161 PossibleWord::backUp( UText *text ) { in backUp()
229 ThaiBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
246 int32_t current; in divideUpDictionaryRange() local
468 LaoBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
481 int32_t current; in divideUpDictionaryRange() local
[all …]
/third_party/icu/icu4c/source/common/
Ddictbe.cpp47 DictionaryBreakEngine::findBreaks( UText *text, in findBreaks()
59 int32_t current; in findBreaks() local
102 int32_t current; // The candidate we're currently looking at member in PossibleWord
132 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates()
152 PossibleWord::acceptMarked( UText *text ) { in acceptMarked()
159 PossibleWord::backUp( UText *text ) { in backUp()
227 ThaiBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
242 int32_t current; in divideUpDictionaryRange() local
465 LaoBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
476 int32_t current; in divideUpDictionaryRange() local
[all …]
Drbbi_cache.cpp134 int32_t current; in populateDictionary() local
137 UText *text = &fBI->fText; in populateDictionary() local
227 int32_t RuleBasedBreakIterator::BreakCache::current() { in current() function in RuleBasedBreakIterator::BreakCache
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharArrayIterator.java23 private final char[] text; field in UCharArrayIterator
28 public UCharArrayIterator(char[] text, int start, int limit) { in UCharArrayIterator()
42 public int current() { in current() method in UCharArrayIterator
DCSCharacterIterator.java23 public CSCharacterIterator(CharSequence text) { in CSCharacterIterator()
47 public char current() { in current() method in CSCharacterIterator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharArrayIterator.java21 private final char[] text; field in UCharArrayIterator
26 public UCharArrayIterator(char[] text, int start, int limit) { in UCharArrayIterator()
40 public int current() { in current() method in UCharArrayIterator
DCSCharacterIterator.java21 public CSCharacterIterator(CharSequence text) { in CSCharacterIterator()
45 public char current() { in current() method in CSCharacterIterator
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictbe.cpp44 DictionaryBreakEngine::findBreaks( UText *text, in findBreaks()
56 int32_t current; in findBreaks() local
99 int32_t current; // The candidate we're currently looking at member in PossibleWord
129 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates()
149 PossibleWord::acceptMarked( UText *text ) { in acceptMarked()
156 PossibleWord::backUp( UText *text ) { in backUp()
221 ThaiBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
236 int32_t current; in divideUpDictionaryRange() local
460 LaoBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
471 int32_t current; in divideUpDictionaryRange() local
[all …]
Drbbi_cache.cpp138 int32_t current; in populateDictionary() local
141 UText *text = &fBI->fText; in populateDictionary() local
229 int32_t RuleBasedBreakIterator::BreakCache::current() { in current() function in RuleBasedBreakIterator::BreakCache
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DStringTokenIterator.java24 public StringTokenIterator(String text, String dlms) { in StringTokenIterator()
35 public String current() { in current() method in StringTokenIterator
79 public StringTokenIterator setText(String text) { in setText()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DStringTokenIterator.java20 public StringTokenIterator(String text, String dlms) { in StringTokenIterator()
31 public String current() { in current() method in StringTokenIterator
75 public StringTokenIterator setText(String text) { in setText()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DAnyTransliterator.java44 protected void handleTransliterate(Replaceable text, in handleTransliterate()
115 public void reset(Replaceable text, Position expanse); in reset()
138 private Replaceable text; field in AnyTransliterator.ScriptRunIterator
140 private Position current = new Position(); field in AnyTransliterator.ScriptRunIterator
215 public static void set(Position run, Position current) { in set()
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dgcc.py57 def _iter_lines(text, filename, samefiles, *, raw=False): argument
109 def _filter_orig_file(origfile, current, samefiles): argument
/third_party/skia/experimental/sktext/editor/
DTexts.h27 …StaticText(std::u16string text, SkPoint offset, SkSize size, SkSpan<FontBlock> fontBlocks, TextDir… in StaticText()
58 DynamicText(std::u16string text, in DynamicText()
90 bool rebuild(std::u16string text) { in rebuild()
142 …EditableText(std::u16string text, SkPoint offset, SkSize size, SkSpan<FontBlock> fontBlocks, SkSpa… in EditableText()
158 Position nextElement(Position current) const { return fSelectableText->nextPosition(current); } in nextElement()
166 std::u16string text; in removeElement() local
173 std::u16string text; in insertElement() local
181 std::u16string text; in replaceElement() local
187 void update(std::u16string& text) { in update()
201 void select(TextRange text, SkRect boundaries) { fSelection->select(text, boundaries); } in select()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DBreakTransliterator.java77 …protected synchronized void handleTransliterate(Replaceable text, Position pos, boolean incrementa… in handleTransliterate()
159 private Replaceable text; field in BreakTransliterator.ReplaceableCharacterIterator
193 public ReplaceableCharacterIterator(Replaceable text, int begin, int end, int pos) { in ReplaceableCharacterIterator()
220 public void setText(Replaceable text) { in setText()
275 public char current() in current() method in BreakTransliterator.ReplaceableCharacterIterator
/third_party/openssl/crypto/ts/
Dts_rsp_verify.c65 const char *text; member
522 static char *ts_get_status_text(STACK_OF(ASN1_UTF8STRING) *text) in ts_get_status_text()
530 ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i); in ts_get_status_text() local
542 ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i); in ts_get_status_text() local
703 GENERAL_NAME *current = sk_GENERAL_NAME_value(gen_names, i); in ts_find_name() local
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.h130 std::string text; // The exact text of the token as it appeared in member
397 inline const Tokenizer::Token& Tokenizer::current() { return current_; } in current() function
401 inline void Tokenizer::ParseString(const std::string& text, in ParseString()

12345