D | cbiditst.c | 3331 enum Forms { GENERIC, ISOLATED, FINAL, INITIAL, MEDIAL }; in _testPresentationForms() enumerator 3444 if (in[MEDIAL] != 0) { in _testPresentationForms() 3450 …if(U_FAILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[MEDIAL] || ds… in _testPresentationForms()
|