/external/owasp/sanitizer/src/tests/org/owasp/html/ |
HtmlStreamRendererTest.java | 231 renderer.text("\uD87E\uDC1A"); // Supplementary codepoint U+2F81A
|
/external/tlsdate/src/ |
util.c | 198 die ("Failed to allocate memory for supplementary GIDs\n");
|
tlsdated.c | 107 printf (" -G <grps> comma-separated list of supplementary groups\n"); 463 die ("Failed to allocate memory for supplementary group names\n");
|
/frameworks/base/telephony/java/com/android/ims/ |
ImsReasonInfo.java | 260 * Supplementary services (HOLD/RESUME) failure error codes.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneMmiCode.java | 150 //***** Supplementary Service Query Bundle Keys 226 * things, such as modify or query supplementary service settings (eg, call 244 // Is this formatted like a standard supplementary service code? 822 // NOTE: Since these supplementary services are accessed only [all...] |
/packages/apps/Contacts/src/com/android/contacts/group/ |
SuggestedMemberListAdapter.java | 180 // to add supplementary data to the contact (photo, phone, email) to the members based
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
DeadKeyCombiner.java | 162 // Caution! This may only contain chars, not supplementary code points. It's unlikely
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
capability.h | 122 supplementary group IDs) shall match the file owner ID when setting
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
capability.h | 119 supplementary group IDs) shall match the file owner ID when setting
|
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdump_test.go | 188 // Most of these come from supplementary manuals of one form or another.
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdump_test.go | 188 // Most of these come from supplementary manuals of one form or another.
|
/external/icu/icu4c/source/common/unicode/ |
unistr.h | 194 * to hold at least 2 UChars, for one supplementary code point (U16_MAX_LENGTH). 510 * if supplementary characters are present: 512 * In UTF-16, supplementary characters (with code points U+10000 and above) are 529 * if supplementary characters are present: 531 * In UTF-16, supplementary characters (with code points U+10000 and above) are 552 * if supplementary characters are present: 554 * In UTF-16, supplementary characters (with code points U+10000 and above) are 579 * if supplementary characters are present: 581 * In UTF-16, supplementary characters (with code points U+10000 and above) are 600 * if supplementary characters are present [all...] |
uiter.h | 626 * When the reservedField is not 0, then it contains a supplementary code point 637 * (from a 4-byte UTF-8 sequence for the corresponding supplementary code point)
|
ustring.h | 68 * Although it is important to support supplementary characters 448 * comparing supplementary code points (U+10000..U+10ffff) 450 * In code unit order, high BMP code points sort after supplementary code points 516 * They differ only when comparing supplementary code points (U+10000..U+10ffff) 518 * In code unit order, high BMP code points sort after supplementary code points 573 * This is different in UTF-16 from u_strncmp() if supplementary characters are present. 797 * This is different in UTF-16 from u_memcmp() if supplementary characters are present. [all...] |
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 214 * characters. It is used exclusively to provide supplementary controls 340 * extension (supplementary characters) in general information
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
StringTokenizer.java | 74 * "this is a test with supplementary characters \ud800\ud800\udc00\udc00", 88 * supplementary
|
/external/icu/icu4c/source/common/ |
bmpset.cpp | 38 * The last pair of indexes is for finding supplementary code points. 294 // surrogate or supplementary code point
|
utrie2.cpp | 617 /* supplementary code points */ 627 * Only possible for supplementary code points because the linear-BMP index-2
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
StringTokenizer.java | 73 * "this is a test with supplementary characters \ud800\ud800\udc00\udc00", 87 * supplementary
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
UnicodeEscaper.java | 98 * the supplementary range are either all escaped or all unescaped, this 104 * supplementary range, you should either continue to validate the
|
/external/strace/ |
strace.1 | 187 supplementary group ids: 562 supplementary groups of
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RuleBasedBreakIterator.java | 723 // this handles offset being between a supplementary character 835 // this handles offset being between a supplementary character [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RuleBasedBreakIterator.java | 735 // this handles offset being between a supplementary character 848 // this handles offset being between a supplementary character [all...] |
/external/minijail/ |
libminijail.c | 237 die("cannot inherit *and* set supplementary groups"); 240 /* Clear supplementary groups. */ 250 die("failed to allocate internal supplementary group array"); 1146 die("tried to inherit *and* set supplementary groups;" 1159 * Only attempt to clear supplementary groups if we are changing [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UCharacter.java | 41 * <p>For some time before Java 5 added support for supplementary Unicode code points, 498 * and adds separate blocks for the supplementary PUAs. 507 * and adds separate blocks for the supplementary PUAs. 588 * Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement". 593 * Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement". [all...] |