Home
last modified time | relevance | path

Searched refs:otherChar (Results 1 – 6 of 6) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/ncl/
H A Dnxstoken.cpp286 char tokenChar, otherChar; in Abbreviation() local
315 otherChar = s[k]; in Abbreviation()
316 if (tokenChar != otherChar) in Abbreviation()
325 otherChar = (char)toupper( s[k]); in Abbreviation()
326 if (tokenChar != otherChar) in Abbreviation()
342 char tokenChar, otherChar; in Begins() local
353 otherChar = s[k]; in Begins()
361 if (tokenChar != otherChar) in Begins()
377 char tokenChar, otherChar; in Equals() local
388 otherChar = s[k]; in Equals()
[all …]
H A Dnxsstring.cpp292 const char otherChar = (char)toupper(s[k]); in IsCapAbbreviation() local
293 if (tokenChar != otherChar) in IsCapAbbreviation()
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcbiditst.c3337 UChar otherChar[] = {0x0628, 0xfe8f, 0xfe90, 0xfe91, 0xfe92}; in _testPresentationForms() local
3363 src[0] = otherChar[GENERIC]; in _testPresentationForms()
3371 if(U_FAILURE(errorCode) || length!=2 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL]) { in _testPresentationForms()
3403 src[1] = otherChar[GENERIC]; in _testPresentationForms()
3411 if(U_FAILURE(errorCode) || length!=2 || dst[0] != in[INITIAL] || dst[1] != otherChar[FINAL]) { in _testPresentationForms()
3443 src[0] = otherChar[0]; in _testPresentationForms()
3445 src[2] = otherChar[0]; in _testPresentationForms()
3453 …AILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[MEDIAL] || dst[2] !… in _testPresentationForms()
3461 …ILURE(errorCode) || length!=3 || src[0] != otherChar[GENERIC] || src[1] != in[GENERIC] || src[2] !… in _testPresentationForms()
3471 …AILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL] || dst[2] !=… in _testPresentationForms()
[all …]
/dports/devel/icu/icu/source/test/cintltst/
H A Dcbiditst.c3337 UChar otherChar[] = {0x0628, 0xfe8f, 0xfe90, 0xfe91, 0xfe92}; in _testPresentationForms() local
3363 src[0] = otherChar[GENERIC]; in _testPresentationForms()
3371 if(U_FAILURE(errorCode) || length!=2 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL]) { in _testPresentationForms()
3403 src[1] = otherChar[GENERIC]; in _testPresentationForms()
3411 if(U_FAILURE(errorCode) || length!=2 || dst[0] != in[INITIAL] || dst[1] != otherChar[FINAL]) { in _testPresentationForms()
3443 src[0] = otherChar[0]; in _testPresentationForms()
3445 src[2] = otherChar[0]; in _testPresentationForms()
3453 …AILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[MEDIAL] || dst[2] !… in _testPresentationForms()
3461 …ILURE(errorCode) || length!=3 || src[0] != otherChar[GENERIC] || src[1] != in[GENERIC] || src[2] !… in _testPresentationForms()
3471 …AILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL] || dst[2] !=… in _testPresentationForms()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/
H A DStringUtils.cpp87 char otherChar = other[other_idx]; in isSubsequence() local
89 if (otherChar == selfChar) in isSubsequence()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DStringUtil.java887 char otherChar = other.charAt(other_idx);
889 if (otherChar == selfChar)