Searched refs:ImpTabPair (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 1058 ImpTabPair impTabPair; /* reference to levels state table pair */ 2846 private static class ImpTabPair { class in Bidi 2850 ImpTabPair(byte[][] table1, byte[][] table2, in ImpTabPair() method in Bidi.ImpTabPair 2923 private static final ImpTabPair impTab_DEFAULT = new ImpTabPair( 2937 private static final ImpTabPair impTab_NUMBERS_SPECIAL = new ImpTabPair( 2963 private static final ImpTabPair impTab_GROUP_NUMBERS_WITH_R = new 2964 ImpTabPair(impTabL_GROUP_NUMBERS_WITH_R, 2991 private static final ImpTabPair impTab_INVERSE_NUMBERS_AS_L = new ImpTabPair 3009 private static final ImpTabPair impTab_INVERSE_LIKE_DIRECT = new ImpTabPair( 3039 private static final ImpTabPair impTab_INVERSE_LIKE_DIRECT_WITH_MARKS = [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 1082 ImpTabPair impTabPair; /* reference to levels state table pair */ 2880 private static class ImpTabPair { class in Bidi 2884 ImpTabPair(byte[][] table1, byte[][] table2, in ImpTabPair() method in Bidi.ImpTabPair 2957 private static final ImpTabPair impTab_DEFAULT = new ImpTabPair( 2971 private static final ImpTabPair impTab_NUMBERS_SPECIAL = new ImpTabPair( 2997 private static final ImpTabPair impTab_GROUP_NUMBERS_WITH_R = new 2998 ImpTabPair(impTabL_GROUP_NUMBERS_WITH_R, 3025 private static final ImpTabPair impTab_INVERSE_NUMBERS_AS_L = new ImpTabPair 3043 private static final ImpTabPair impTab_INVERSE_LIKE_DIRECT = new ImpTabPair( 3073 private static final ImpTabPair impTab_INVERSE_LIKE_DIRECT_WITH_MARKS = [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidi.cpp | 1544 typedef struct ImpTabPair { struct 1547 } ImpTabPair; argument 1613 static const ImpTabPair impTab_DEFAULT = {{&impTabL_DEFAULT, 1629 static const ImpTabPair impTab_NUMBERS_SPECIAL = {{&impTabL_NUMBERS_SPECIAL, 1658 static const ImpTabPair impTab_GROUP_NUMBERS_WITH_R = { 1690 static const ImpTabPair impTab_INVERSE_NUMBERS_AS_L = { 1712 static const ImpTabPair impTab_INVERSE_LIKE_DIRECT = { 1746 static const ImpTabPair impTab_INVERSE_LIKE_DIRECT_WITH_MARKS = { 1751 static const ImpTabPair impTab_INVERSE_FOR_NUMBERS_SPECIAL = { 1767 static const ImpTabPair impTab_INVERSE_FOR_NUMBERS_SPECIAL_WITH_MARKS = {
|
D | ubidiimp.h | 333 const struct ImpTabPair * pImpTabPair; /* pointer to levels state table pair */
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1544 typedef struct ImpTabPair { struct 1547 } ImpTabPair; argument 1613 static const ImpTabPair impTab_DEFAULT = {{&impTabL_DEFAULT, 1629 static const ImpTabPair impTab_NUMBERS_SPECIAL = {{&impTabL_NUMBERS_SPECIAL, 1658 static const ImpTabPair impTab_GROUP_NUMBERS_WITH_R = { 1690 static const ImpTabPair impTab_INVERSE_NUMBERS_AS_L = { 1712 static const ImpTabPair impTab_INVERSE_LIKE_DIRECT = { 1746 static const ImpTabPair impTab_INVERSE_LIKE_DIRECT_WITH_MARKS = { 1751 static const ImpTabPair impTab_INVERSE_FOR_NUMBERS_SPECIAL = { 1767 static const ImpTabPair impTab_INVERSE_FOR_NUMBERS_SPECIAL_WITH_MARKS = {
|
D | ubidiimp.h | 325 const struct ImpTabPair * pImpTabPair; /* pointer to levels state table pair */
|
/third_party/icu/icu4c/source/common/ |
D | ubidi.cpp | 1544 typedef struct ImpTabPair { struct 1547 } ImpTabPair; typedef 1613 static const ImpTabPair impTab_DEFAULT = {{&impTabL_DEFAULT, 1629 static const ImpTabPair impTab_NUMBERS_SPECIAL = {{&impTabL_NUMBERS_SPECIAL, 1658 static const ImpTabPair impTab_GROUP_NUMBERS_WITH_R = { 1690 static const ImpTabPair impTab_INVERSE_NUMBERS_AS_L = { 1712 static const ImpTabPair impTab_INVERSE_LIKE_DIRECT = { 1746 static const ImpTabPair impTab_INVERSE_LIKE_DIRECT_WITH_MARKS = { 1751 static const ImpTabPair impTab_INVERSE_FOR_NUMBERS_SPECIAL = { 1767 static const ImpTabPair impTab_INVERSE_FOR_NUMBERS_SPECIAL_WITH_MARKS = {
|
D | ubidiimp.h | 333 const struct ImpTabPair * pImpTabPair; /* pointer to levels state table pair */
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1544 typedef struct ImpTabPair { struct 1547 } ImpTabPair; typedef 1613 static const ImpTabPair impTab_DEFAULT = {{&impTabL_DEFAULT, 1629 static const ImpTabPair impTab_NUMBERS_SPECIAL = {{&impTabL_NUMBERS_SPECIAL, 1658 static const ImpTabPair impTab_GROUP_NUMBERS_WITH_R = { 1690 static const ImpTabPair impTab_INVERSE_NUMBERS_AS_L = { 1712 static const ImpTabPair impTab_INVERSE_LIKE_DIRECT = { 1746 static const ImpTabPair impTab_INVERSE_LIKE_DIRECT_WITH_MARKS = { 1751 static const ImpTabPair impTab_INVERSE_FOR_NUMBERS_SPECIAL = { 1767 static const ImpTabPair impTab_INVERSE_FOR_NUMBERS_SPECIAL_WITH_MARKS = {
|
D | ubidiimp.h | 333 const struct ImpTabPair * pImpTabPair; /* pointer to levels state table pair */
|