| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
| D | UCharacterThreadTest.java | 50 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/ |
| D | UCharacterThreadTest.java | 47 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/ |
| D | Utf8.java | 121 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()
|
| D | Utf8Safe.java | 317 int codePoint = toCodePoint(c, low); in encodeUtf8Buffer() local 373 int codePoint = Character.toCodePoint(c, low); in encodeUtf8Array() local
|
| /third_party/icu/icu4c/source/common/ |
| D | ucnv_err.cpp | 96 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/ |
| D | ucnv_err.cpp | 96 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/ |
| D | ucnv_err.cpp | 96 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/ |
| D | flagcb.c | 38 UChar32 codePoint, in flagCB_fromU() 180 UChar32 codePoint, in debugCB_fromU()
|
| /third_party/skia/m133/third_party/externals/icu/source/samples/ucnv/ |
| D | flagcb.c | 38 UChar32 codePoint, in flagCB_fromU() 180 UChar32 codePoint, in debugCB_fromU()
|
| /third_party/icu/icu4c/source/samples/ucnv/ |
| D | flagcb.c | 38 UChar32 codePoint, in flagCB_fromU() 180 UChar32 codePoint, in debugCB_fromU()
|
| /third_party/skia/third_party/externals/icu/source/samples/props/ |
| D | props.cpp | 35 printProps(UChar32 codePoint) { in printProps()
|
| /third_party/icu/icu4c/source/samples/props/ |
| D | props.cpp | 35 printProps(UChar32 codePoint) { in printProps()
|
| /third_party/skia/m133/third_party/externals/icu/source/samples/props/ |
| D | props.cpp | 35 printProps(UChar32 codePoint) { in printProps()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
| D | CharSequences.java | 134 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/ |
| D | CharSequences.java | 132 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/ |
| D | FontUtils.java | 168 public static String getFormattedCodePointString(int codePoint) { in getFormattedCodePointString()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | SpoofChecker.java | 971 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/ |
| D | SpoofChecker.java | 1023 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/ |
| D | ArabicCharacterData.java | 67 private int codePoint; field in ArabicCharacterData.Record
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | Trie2_16.java | 68 public final int get(int codePoint) { in get()
|
| D | Trie2_32.java | 67 public final int get(int codePoint) { in get()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | Trie2_32.java | 69 public final int get(int codePoint) { in get()
|
| D | Trie2_16.java | 70 public final int get(int codePoint) { in get()
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Utf8.java | 815 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/ |
| D | number_affixutils.h | 37 UChar32 codePoint; member
|