Home
last modified time | relevance | path

Searched refs:getCharAt (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/biology/jalview/jalview/src/jalview/io/
H A DJnetAnnotationMaker.java110 if (preds[i].getCharAt(spos) == 'B' in add_annotation()
135 preds[i].getCharAt(j), 0); in add_annotation()
143 preds[i].getCharAt(j), 0); in add_annotation()
153 float value = Float.valueOf(preds[i].getCharAt(j) + "") in add_annotation()
156 preds[i].getCharAt(j) + "", "", in add_annotation()
157 preds[i].getCharAt(j), value); in add_annotation()
164 float value = Float.valueOf(preds[i].getCharAt(j) + "") in add_annotation()
167 preds[i].getCharAt(j) + "", "", in add_annotation()
168 preds[i].getCharAt(j), value); in add_annotation()
179 preds[i].getCharAt(j) + "", "", ' ', 0); in add_annotation()
[all …]
/dports/biology/jalview/jalview/src/jalview/appletgui/
H A DSequenceRenderer.java205 s = seq.getCharAt(i); in drawText()
304 ? av.getAlignment().getSeqrep().getCharAt(position) in getDisplayChar()
306 ? currentGroup.getSeqrep().getCharAt(position) in getDisplayChar()
308 .getCharAt(position))) in getDisplayChar()
347 s = seq.getCharAt(i); in drawHighlightedText()
368 char s = seq.getCharAt(res); in drawCursor()
/dports/devel/simgear/simgear-2020.3.11/simgear/misc/
H A Dtabbed_values_test.cxx42 char cval = tv.getCharAt(3); in main()
48 cval = tv.getCharAt(0); in main()
/dports/devel/icu/icu/source/test/intltest/
H A Dreptest.cpp115 virtual UChar getCharAt(int32_t offset) const override { in getCharAt() function in TestReplaceable
127 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) { in fixStyles()
138 if (getCharAt(start+i) == NO_STYLE_MARK) { in fixStyles()
186 virtual UChar getCharAt(int32_t /*offset*/) const override { in getCharAt() function in NoopReplaceable
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dreptest.cpp115 virtual UChar getCharAt(int32_t offset) const override { in getCharAt() function in TestReplaceable
127 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) { in fixStyles()
138 if (getCharAt(start+i) == NO_STYLE_MARK) { in fixStyles()
186 virtual UChar getCharAt(int32_t /*offset*/) const override { in getCharAt() function in NoopReplaceable
/dports/devel/icu-lx/icu/source/common/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/devel/icu/icu/source/common/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/textproc/R-cran-stringi/stringi/src/icu69/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/unicode/
H A Drep.h234 virtual char16_t getCharAt(int32_t offset) const = 0;
252 return getCharAt(offset); in charAt()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/unicode/
H A Drep.h233 virtual UChar getCharAt(int32_t offset) const = 0;
251 return getCharAt(offset); in charAt()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/unicode/
H A Drep.h233 virtual char16_t getCharAt(int32_t offset) const = 0;
251 return getCharAt(offset); in charAt()
/dports/textproc/R-cran-stringi/stringi/src/icu55/unicode/
H A Drep.h231 virtual UChar getCharAt(int32_t offset) const = 0;
249 return getCharAt(offset); in charAt()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/unicode/
H A Drep.h233 virtual char16_t getCharAt(int32_t offset) const = 0;
251 return getCharAt(offset); in charAt()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/unicode/
H A Drep.h231 virtual UChar getCharAt(int32_t offset) const = 0;
249 return getCharAt(offset); in charAt()
/dports/biology/jalview/jalview/src/jalview/gui/
H A DSequenceRenderer.java298 s = seq.getCharAt(i); in drawText()
426 ? av.getAlignment().getSeqrep().getCharAt(position) in getDisplayChar()
428 ? currentGroup.getSeqrep().getCharAt(position) in getDisplayChar()
430 .getCharAt(position))) in getDisplayChar()
487 s = seq.getCharAt(i); in drawHighlightedText()
/dports/devel/py-pyicu/PyICU-2.4.3/
H A Dbases.h55 UChar getCharAt(int32_t offset) const override;
57 char16_t getCharAt(int32_t offset) const override;
/dports/biology/jalview/jalview/src/jalview/datamodel/
H A DMappedFeatures.java122 .toUpperCase(featureSequence.getCharAt(codonPos[0] - cdsStart)); in MappedFeatures()
124 .toUpperCase(featureSequence.getCharAt(codonPos[1] - cdsStart)); in MappedFeatures()
126 .toUpperCase(featureSequence.getCharAt(codonPos[2] - cdsStart)); in MappedFeatures()
H A DBinarySequence.java97 aanum = sindex[getCharAt(i)]; in encode()
141 aanum = aaIndex[getCharAt(i)]; in matrixEncode()
/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtesttoken.cpp62 TEST_CASE(getCharAt); in run()
411 void getCharAt() const { in getCharAt() function in TestToken
415 ASSERT_EQUALS("a", Token::getCharAt(&tok, 0)); in getCharAt()
416 ASSERT_EQUALS("s", Token::getCharAt(&tok, 1)); in getCharAt()
419 ASSERT_EQUALS("\\t", Token::getCharAt(&tok, 1)); in getCharAt()
422 ASSERT_EQUALS("\\0", Token::getCharAt(&tok, 0)); in getCharAt()
425 ASSERT_EQUALS("a", Token::getCharAt(&tok, 0)); in getCharAt()
426 ASSERT_EQUALS("\\t", Token::getCharAt(&tok, 1)); in getCharAt()
429 ASSERT_EQUALS("\\t", Token::getCharAt(&tok, 1)); in getCharAt()
430 ASSERT_EQUALS("s", Token::getCharAt(&tok, 2)); in getCharAt()

123456789