/third_party/skia/modules/skunicode/src/ |
D | SkUnicode_icu_bidi.h | 23 static UBiDi* bidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode* pErrorCode);
|
D | SkUnicode_client.cpp | 52 UBiDi* SkUnicode_IcuBidi::bidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode* pError… in bidi_openSized() argument 53 return ubidi_openSized_skia(maxLength, maxRunCount, pErrorCode); in bidi_openSized()
|
D | SkUnicode_icu.cpp | 63 UBiDi* SkUnicode_IcuBidi::bidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode* pError… in bidi_openSized() argument 64 return sk_ubidi_openSized(maxLength, maxRunCount, pErrorCode); in bidi_openSized()
|
/third_party/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 58 le_int32 maxRunCount = 0; in StyleRuns() local 63 maxRunCount += styleRunArrays[i]->getCount(); in StyleRuns() 66 maxRunCount -= styleCount - 1; in StyleRuns() 68 fRunLimits = LE_NEW_ARRAY(le_int32, maxRunCount); in StyleRuns() 69 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount); in StyleRuns()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ubidi.h | 541 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ubidi.h | 541 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ubidi.h | 540 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 1259 public Bidi(int maxLength, int maxRunCount) in Bidi() argument 1262 if (maxLength < 0 || maxRunCount < 0) { in Bidi() 1294 if (maxRunCount > 0) { in Bidi() 1296 if (maxRunCount > 1) { in Bidi() 1297 getInitialRunsMemory(maxRunCount); in Bidi()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 1286 public Bidi(int maxLength, int maxRunCount) in Bidi() argument 1289 if (maxLength < 0 || maxRunCount < 0) { in Bidi() 1321 if (maxRunCount > 0) { in Bidi() 1323 if (maxRunCount > 1) { in Bidi() 1324 getInitialRunsMemory(maxRunCount); in Bidi()
|
/third_party/icu/icu4c/source/common/ |
D | ubidi.cpp | 134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument 140 } else if(maxLength<0 || maxRunCount<0) { in ubidi_openSized() 166 if(maxRunCount>0) { in ubidi_openSized() 167 if(maxRunCount==1) { in ubidi_openSized() 170 } else if(!getInitialRunsMemory(pBiDi, maxRunCount)) { in ubidi_openSized()
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidi.cpp | 134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument 140 } else if(maxLength<0 || maxRunCount<0) { in ubidi_openSized() 166 if(maxRunCount>0) { in ubidi_openSized() 167 if(maxRunCount==1) { in ubidi_openSized() 170 } else if(!getInitialRunsMemory(pBiDi, maxRunCount)) { in ubidi_openSized()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument 140 } else if(maxLength<0 || maxRunCount<0) { in ubidi_openSized() 166 if(maxRunCount>0) { in ubidi_openSized() 167 if(maxRunCount==1) { in ubidi_openSized() 170 } else if(!getInitialRunsMemory(pBiDi, maxRunCount)) { in ubidi_openSized()
|
/third_party/icu/docs/userguide/dev/ |
D | codingguidelines.md | 1286 ubidi_openSized(UTextOffset maxLength, UTextOffset maxRunCount);
|