Searched refs:epiLength (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Dubidi.c1470 int32_t length=pBiDi->epiLength;
1611 if(limit==pBiDi->length && pBiDi->epiLength>0) {
1670 const UChar *epilogue, int32_t epiLength,
1674 if(pBiDi==NULL || proLength<-1 || epiLength<-1 ||
1675 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) {
1685 if(epiLength==-1) {
1686 pBiDi->epiLength=u_strlen(epilogue);
1688 pBiDi->epiLength=epiLength;
1697 pBiDi->epiLength
1668 ubidi_setContext(UBiDi *pBiDi, const UChar *prologue, int32_t proLength, const UChar *epilogue, int32_t epiLength, UErrorCode *pErrorCode) argument
[all...]
H A Dubidiimp.h264 int32_t epiLength; member in struct:UBiDi
/external/icu4c/common/unicode/
H A Dubidi.h1118 * If there is no epilogue to consider, then <code>epiLength</code>
1121 * @param epiLength is the length of the epilogue; if <code>epiLength==-1</code>
1123 * Otherwise epiLength must be >= 0. If <code>epiLength==0</code>, it means
1134 const UChar *epilogue, int32_t epiLength,
/external/icu4c/test/cintltst/
H A Dcbiditst.c4582 int32_t proLength, epiLength, srcLen, destLen, tc; local
4600 /* test epiLength < -1 */
4603 testOK &= assertIllegalArgument("Error when epiLength < -1", &rc);
4617 epiLength = strlen(cc.epilogue);
4618 pseudoToU16(epiLength, cc.epilogue, epilogue);
4622 ubidi_setContext(pBiDi, epilogue, epiLength, prologue, proLength, &rc);

Completed in 195 milliseconds