Home
last modified time | relevance | path

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

/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/lang/
DUCharacter.java1648 public static int codePointCount(java.lang.CharSequence text, int start, int limit) { throw new Run… in codePointCount() method in UCharacter
1659 public static int codePointCount(char[] text, int start, int limit) { throw new RuntimeException("S… in codePointCount() method in UCharacter
/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/lang/
DUCharacter.java1648 public static int codePointCount(java.lang.CharSequence text, int start, int limit) { throw new Run… in codePointCount() method in UCharacter
1659 public static int codePointCount(char[] text, int start, int limit) { throw new RuntimeException("S… in codePointCount() method in UCharacter
/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/lang/
DUCharacter.java1648 public static int codePointCount(java.lang.CharSequence text, int start, int limit) { throw new Run… in codePointCount() method in UCharacter
1659 public static int codePointCount(char[] text, int start, int limit) { throw new RuntimeException("S… in codePointCount() method in UCharacter
/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/lang/
DUCharacter.java1648 public static int codePointCount(java.lang.CharSequence text, int start, int limit) { throw new Run… in codePointCount() method in UCharacter
1659 public static int codePointCount(char[] text, int start, int limit) { throw new RuntimeException("S… in codePointCount() method in UCharacter
/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/lang/
DUCharacter.java1648 public static int codePointCount(java.lang.CharSequence text, int start, int limit) { throw new Run… in codePointCount() method in UCharacter
1659 public static int codePointCount(char[] text, int start, int limit) { throw new RuntimeException("S… in codePointCount() method in UCharacter
/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/lang/
DUCharacter.java1648 public static int codePointCount(java.lang.CharSequence text, int start, int limit) { throw new Run… in codePointCount() method in UCharacter
1659 public static int codePointCount(char[] text, int start, int limit) { throw new RuntimeException("S… in codePointCount() method in UCharacter
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddwrite.h1029 #define IDWriteFontFace_GetGlyphIndices(This,codePoints,codePointCount,glyphIndices) (This)->lpVtbl… argument