Home
last modified time | relevance | path

Searched defs:maxRunCount (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/modules/skunicode/src/
DSkUnicode_client.cpp52 UBiDi* SkUnicode_IcuBidi::bidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode* pError… in bidi_openSized()
DSkUnicode_icu.cpp63 UBiDi* SkUnicode_IcuBidi::bidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode* pError… in bidi_openSized()
/third_party/icu/icu4c/source/layoutex/
DParagraphLayout.cpp58 le_int32 maxRunCount = 0; in StyleRuns() local
/third_party/skia/third_party/externals/icu/source/common/
Dubidi.cpp134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized()
/third_party/node/deps/icu-small/source/common/
Dubidi.cpp134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized()
/third_party/icu/icu4c/source/common/
Dubidi.cpp134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1286 public Bidi(int maxLength, int maxRunCount) in Bidi()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidi.java1259 public Bidi(int maxLength, int maxRunCount) in Bidi()
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp847 UBiDi *ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) in ubidi_openSized()