Home
last modified time | relevance | path

Searched refs:epiLength (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dubidi.cpp2100 int32_t length=pBiDi->epiLength; in firstL_R_AL_EN_AN()
2259 if(limit==pBiDi->length && pBiDi->epiLength>0) { in resolveImplicitLevels()
2330 const UChar *epilogue, int32_t epiLength, in ubidi_setContext() argument
2334 if(pBiDi==NULL || proLength<-1 || epiLength<-1 || in ubidi_setContext()
2335 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) { in ubidi_setContext()
2345 if(epiLength==-1) { in ubidi_setContext()
2346 pBiDi->epiLength=u_strlen(epilogue); in ubidi_setContext()
2348 pBiDi->epiLength=epiLength; in ubidi_setContext()
2357 pBiDi->epiLength=0; in setParaSuccess()
Dubidiimp.h330 int32_t epiLength; member
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidi.cpp2101 int32_t length=pBiDi->epiLength; in firstL_R_AL_EN_AN()
2261 if(limit==pBiDi->length && pBiDi->epiLength>0) { in resolveImplicitLevels()
2332 const UChar *epilogue, int32_t epiLength, in ubidi_setContext() argument
2336 if(pBiDi==NULL || proLength<-1 || epiLength<-1 || in ubidi_setContext()
2337 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) { in ubidi_setContext()
2347 if(epiLength==-1) { in ubidi_setContext()
2348 pBiDi->epiLength=u_strlen(epilogue); in ubidi_setContext()
2350 pBiDi->epiLength=epiLength; in ubidi_setContext()
2359 pBiDi->epiLength=0; in setParaSuccess()
Dubidiimp.h322 int32_t epiLength; member
/third_party/icu/icu4c/source/common/
Dubidi.cpp2100 int32_t length=pBiDi->epiLength; in firstL_R_AL_EN_AN()
2259 if(limit==pBiDi->length && pBiDi->epiLength>0) { in resolveImplicitLevels()
2330 const UChar *epilogue, int32_t epiLength, in ubidi_setContext() argument
2334 if(pBiDi==NULL || proLength<-1 || epiLength<-1 || in ubidi_setContext()
2335 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) { in ubidi_setContext()
2345 if(epiLength==-1) { in ubidi_setContext()
2346 pBiDi->epiLength=u_strlen(epilogue); in ubidi_setContext()
2348 pBiDi->epiLength=epiLength; in ubidi_setContext()
2357 pBiDi->epiLength=0; in setParaSuccess()
Dubidiimp.h330 int32_t epiLength; member
/third_party/node/deps/icu-small/source/common/
Dubidi.cpp2100 int32_t length=pBiDi->epiLength; in firstL_R_AL_EN_AN()
2259 if(limit==pBiDi->length && pBiDi->epiLength>0) { in resolveImplicitLevels()
2330 const UChar *epilogue, int32_t epiLength, in ubidi_setContext() argument
2334 if(pBiDi==NULL || proLength<-1 || epiLength<-1 || in ubidi_setContext()
2335 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) { in ubidi_setContext()
2345 if(epiLength==-1) { in ubidi_setContext()
2346 pBiDi->epiLength=u_strlen(epilogue); in ubidi_setContext()
2348 pBiDi->epiLength=epiLength; in ubidi_setContext()
2357 pBiDi->epiLength=0; in setParaSuccess()
Dubidiimp.h330 int32_t epiLength; member
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubidi.h1149 const UChar *epilogue, int32_t epiLength,
/third_party/icu/icu4c/source/common/unicode/
Dubidi.h1149 const UChar *epilogue, int32_t epiLength,
/third_party/node/deps/icu-small/source/common/unicode/
Dubidi.h1150 const UChar *epilogue, int32_t epiLength,
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dubidi.h1146 const UChar *epilogue, int32_t epiLength,
/third_party/icu/icu4c/source/test/cintltst/
Dcbiditst.c4835 int32_t proLength, epiLength, srcLen, destLen, tc; in testContext() local
4870 epiLength = (int32_t)strlen(cc.epilogue); in testContext()
4871 pseudoToU16(epiLength, cc.epilogue, epilogue); in testContext()
4875 ubidi_setContext(pBiDi, epilogue, epiLength, prologue, proLength, &rc); in testContext()