Home
last modified time | relevance | path

Searched defs:logicalOrder (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestReorderArabicMathSymbols.java27 private static final String[] logicalOrder = { field in TestReorderArabicMathSymbols
DTestReorder.java28 private static final String[] logicalOrder = { field in TestReorder
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderArabicMathSymbols.java24 private static final String[] logicalOrder = { field in TestReorderArabicMathSymbols
DTestReorder.java25 private static final String[] logicalOrder = { field in TestReorder
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp84 std::vector<int32_t> logicalOrder(numRuns); in TextLine() local
/third_party/icu/icu4c/source/test/cintltst/
Dcbiditst.c650 static const char* const logicalOrder[] ={ in testReorder() local
913 static const UChar logicalOrder[][MAXLEN]={ in testReorderArabicMathSymbols() local
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp147 SkAutoSTArray<kPreallocCount, int32_t> logicalOrder(numRuns); in TextLine() local