Home
last modified time | relevance | path

Searched defs:codePoint (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterThreadTest.java50 int codePoint = 47 + t; in TestUCharactersGetName() local
67 private final int codePoint; field in UCharacterThreadTest.GetNameThread
71 GetNameThread(int codePoint, String correctName) { in GetNameThread()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterThreadTest.java47 int codePoint = 47 + t; in TestUCharactersGetName() local
64 private final int codePoint; field in UCharacterThreadTest.GetNameThread
68 GetNameThread(int codePoint, String correctName) { in GetNameThread()
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DUtf8.java121 int codePoint = toCodePoint(c, low); in encodeUtf8CodePoint() local
229 private static char highSurrogate(int codePoint) { in highSurrogate()
234 private static char lowSurrogate(int codePoint) { in lowSurrogate()
DUtf8Safe.java317 int codePoint = toCodePoint(c, low); in encodeUtf8Buffer() local
373 int codePoint = Character.toCodePoint(c, low); in encodeUtf8Array() local
/third_party/icu/icu4c/source/common/
Ducnv_err.cpp96 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_STOP()
137 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_SKIP()
168 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_SUBSTITUTE()
204 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_ESCAPE()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_err.cpp96 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_STOP()
137 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_SKIP()
168 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_SUBSTITUTE()
204 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_ESCAPE()
/third_party/skia/m133/third_party/externals/icu/source/common/
Ducnv_err.cpp96 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_STOP()
137 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_SKIP()
168 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_SUBSTITUTE()
204 UChar32 codePoint, in UCNV_FROM_U_CALLBACK_ESCAPE()
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
Dflagcb.c38 UChar32 codePoint, in flagCB_fromU()
180 UChar32 codePoint, in debugCB_fromU()
/third_party/skia/m133/third_party/externals/icu/source/samples/ucnv/
Dflagcb.c38 UChar32 codePoint, in flagCB_fromU()
180 UChar32 codePoint, in debugCB_fromU()
/third_party/icu/icu4c/source/samples/ucnv/
Dflagcb.c38 UChar32 codePoint, in flagCB_fromU()
180 UChar32 codePoint, in debugCB_fromU()
/third_party/skia/third_party/externals/icu/source/samples/props/
Dprops.cpp35 printProps(UChar32 codePoint) { in printProps()
/third_party/icu/icu4c/source/samples/props/
Dprops.cpp35 printProps(UChar32 codePoint) { in printProps()
/third_party/skia/m133/third_party/externals/icu/source/samples/props/
Dprops.cpp35 printProps(UChar32 codePoint) { in printProps()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DCharSequences.java134 public static int compare(CharSequence string, int codePoint) { in compare()
266 public static int indexOf(CharSequence s, int codePoint) { in indexOf()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharSequences.java132 public static int compare(CharSequence string, int codePoint) { in compare()
264 public static int indexOf(CharSequence s, int codePoint) { in indexOf()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontUtils.java168 public static String getFormattedCodePointString(int codePoint) { in getFormattedCodePointString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java971 int codePoint = ConfusableDataUtils.keyToCodePoint(key); in build() local
1514 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { in getAugmentedScriptSet()
1559 int codePoint = Character.codePointAt(input, utf16Offset); in getResolvedScriptSetWithout() local
1580 int codePoint = Character.codePointAt(input, utf16Offset); in getNumerics() local
1730 public static final int codePointAndLengthToKey(int codePoint, int length) { in codePointAndLengthToKey()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1023 int codePoint = ConfusableDataUtils.keyToCodePoint(key); in build() local
1587 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { in getAugmentedScriptSet()
1632 int codePoint = Character.codePointAt(input, utf16Offset); in getResolvedScriptSetWithout() local
1653 int codePoint = Character.codePointAt(input, utf16Offset); in getNumerics() local
1803 public static final int codePointAndLengthToKey(int codePoint, int length) { in codePointAndLengthToKey()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DArabicCharacterData.java67 private int codePoint; field in ArabicCharacterData.Record
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2_16.java68 public final int get(int codePoint) { in get()
DTrie2_32.java67 public final int get(int codePoint) { in get()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTrie2_32.java69 public final int get(int codePoint) { in get()
DTrie2_16.java70 public final int get(int codePoint) { in get()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java815 int codePoint = toCodePoint(c, low); in encodeUtf8Default() local
1049 int codePoint = Character.toCodePoint(c, low); in encodeUtf8() local
1485 int codePoint = toCodePoint(c, low); in encodeUtf8() local
1548 int codePoint = toCodePoint(c, low); in encodeUtf8Direct() local
1925 private static char highSurrogate(int codePoint) { in highSurrogate()
1930 private static char lowSurrogate(int codePoint) { in lowSurrogate()
/third_party/icu/icu4c/source/i18n/
Dnumber_affixutils.h37 UChar32 codePoint; member

1234