• Home
  • Raw
  • Download

Lines Matching refs:otherChar

3334   UChar otherChar[] = {0x0628, 0xfe8f, 0xfe90, 0xfe91, 0xfe92};  in _testPresentationForms()  local
3360 src[0] = otherChar[GENERIC]; in _testPresentationForms()
3368 if(U_FAILURE(errorCode) || length!=2 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL]) { in _testPresentationForms()
3376 if(U_FAILURE(errorCode) || length!=2 || src[0] != otherChar[GENERIC] || src[1] != in[GENERIC]) { in _testPresentationForms()
3385 … if(U_FAILURE(errorCode) || length!=2 || dst[0] != otherChar[ISOLATED] || dst[1] != in[ISOLATED]) { in _testPresentationForms()
3393 if(U_FAILURE(errorCode) || length!=2 || src[0] != otherChar[GENERIC] || src[1] != in[GENERIC]) { in _testPresentationForms()
3400 src[1] = otherChar[GENERIC]; in _testPresentationForms()
3408 if(U_FAILURE(errorCode) || length!=2 || dst[0] != in[INITIAL] || dst[1] != otherChar[FINAL]) { in _testPresentationForms()
3416 if(U_FAILURE(errorCode) || length!=2 || src[0] != in[GENERIC] || src[1] != otherChar[GENERIC]) { in _testPresentationForms()
3426 … if(U_FAILURE(errorCode) || length!=2 || dst[0] != in[ISOLATED] || dst[1] != otherChar[ISOLATED]) { in _testPresentationForms()
3434 if(U_FAILURE(errorCode) || length!=2 || src[0] != in[GENERIC] || src[1] != otherChar[GENERIC]) { in _testPresentationForms()
3440 src[0] = otherChar[0]; in _testPresentationForms()
3442 src[2] = otherChar[0]; in _testPresentationForms()
3450 …AILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[MEDIAL] || dst[2] !… in _testPresentationForms()
3458 …ILURE(errorCode) || length!=3 || src[0] != otherChar[GENERIC] || src[1] != in[GENERIC] || src[2] !… in _testPresentationForms()
3468 …AILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[FINAL] || dst[2] !=… in _testPresentationForms()
3476 …ILURE(errorCode) || length!=3 || src[0] != otherChar[GENERIC] || src[1] != in[GENERIC] || src[2] !… in _testPresentationForms()