HomeSort by relevance Sort by last modified time
    Searched full:supplementary (Results 26 - 50 of 352) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
BMPSet.java 22 * Supplementary characters: Call contains() on the parent set.
58 * always looked up in the bit tables. The last pair of indexes is for finding supplementary code points.
64 * supplementary code points. The list is terminated with list[listLength-1]=0x110000.
80 * indexes is for finding supplementary code points.
118 // surrogate or supplementary code point
175 int supplementary = Character.toCodePoint(c, c2); local
176 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) {
214 int supplementary = Character.toCodePoint(c, c2); local
215 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) {
271 int supplementary = Character.toCodePoint(c2, c) local
311 int supplementary = Character.toCodePoint(c2, c); local
    [all...]
CharacterIteration.java 29 * For Supplementary chars, the iterator is left positioned at the lead surrogate.
54 // We got a supplementary char. Back the iterator up to the postion
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java 21 * Supplementary characters: Call contains() on the parent set.
56 * always looked up in the bit tables. The last pair of indexes is for finding supplementary code points.
62 * supplementary code points. The list is terminated with list[listLength-1]=0x110000.
78 * indexes is for finding supplementary code points.
116 // surrogate or supplementary code point
173 int supplementary = Character.toCodePoint(c, c2); local
174 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) {
212 int supplementary = Character.toCodePoint(c, c2); local
213 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) {
269 int supplementary = Character.toCodePoint(c2, c) local
309 int supplementary = Character.toCodePoint(c2, c); local
    [all...]
CharacterIteration.java 25 * For Supplementary chars, the iterator is left positioned at the lead surrogate.
50 // We got a supplementary char. Back the iterator up to the postion
  /external/minijail/test/
libminijail_test.cpp 36 LOG(INFO) << "No supplementary groups.";
73 LOG(ERROR) << "Mismatched supplementary group list size: expected "
  /external/tlsdate/src/
util-plan9.c 73 /* TODO(garnold) Implement supplementary group support. */
75 die ("Supplementary groups not supported\n");
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsEcbm.java 46 * Provides APIs for the supplementary service settings using IMS (Ut interface).
48 * over the Ut interface for manipulating supplementary services).
  /system/extras/su/
su.c 96 "and supplementary groups in that order.\n"
105 // If there are any arguments, the first argument is the uid/gid/supplementary groups.
  /external/dbus/bus/
selinux.h 59 const char *msgtype, /* Supplementary audit data */
  /external/libgsm/man/
gsm_print.3 9 gsm_print \(em GSM\ 06.10 supplementary function for debugging
  /external/libxml2/os400/libxmlrpg/
transcode.rpgle 0 * Supplementary character code conversion functions for
  /frameworks/base/telephony/java/com/android/ims/
ImsSsInfo.java 23 * Provides the result to the update operation for the supplementary service configuration.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 23 * Represents a Supplementary Service Notification received from the network.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java 70 // This is a workaround to have a key that has a supplementary code point. We can't put a
71 // string in resource as a XML entity of a supplementary code point or a surrogate pair.
230 // This is a workaround to have a key that has a supplementary code point. We can't put a
231 // string in resource as a XML entity of a supplementary code point or a surrogate pair.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
two_file_test_1b.cc 1 // two_file_test_1b.cc -- supplementary file for a three-file test case
two_file_test_1b_v1.cc 1 // two_file_test_1b_v1.cc -- supplementary file for a three-file test case
  /external/icu/icu4c/source/common/
bmpset.h 33 * Supplementary characters: Call contains() on the parent set.
142 * The last pair of indexes is for finding supplementary code points.
148 * for mixed BMP blocks and for supplementary code points.
patternprops.h 27 * and both properties only include BMP code points (no supplementary ones).
  /libcore/ojluni/src/main/java/java/lang/
Character.java 74 * <a name="supplementary">Characters</a> whose code points are greater
75 * than U+FFFF are called <em>supplementary character</em>s. The Java
78 * this representation, supplementary characters are represented as a pair
87 * including supplementary code points. The lower (least significant)
91 * supplementary characters and surrogate {@code char} values is
96 * supplementary characters. They treat {@code char} values from the
103 * Unicode characters, including supplementary characters. For
560 * Unicode supplementary code point</a>, constant {@code U+10000}.
    [all...]
  /external/icu/icu4c/source/samples/uciter8/
uit_len8.c 34 * - supplementary code points may be encoded with dedicated 4-byte sequences
36 * - supplementary code points may be encoded with
94 * reservedField supplementary code point
97 * currently in the middle of the byte sequence for a supplementary code point.
139 --index; /* we are in the middle of a supplementary code point */
321 /* stop in the middle of a supplementary code point */
338 i-=4; /* we stayed behind the supplementary code point; go before it now */
351 /* stop in the middle of a supplementary code point */
352 i+=4; /* back to behind this supplementary code point for consistent state */
450 iter->start-=4; /* we stayed behind the supplementary code point; go before it now *
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UTF16Test.java 64 // forms a supplementary character
116 // does not straddle between supplementary character
139 // starts from the mid of a supplementary character
153 // ends in the mid of a supplementary character
375 "supplementary characters");
384 "supplementary characters");
393 "supplementary characters");
402 "supplementary characters");
408 "supplementary characters");
413 "with supplementary characters")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UTF16Test.java 60 // forms a supplementary character
112 // does not straddle between supplementary character
135 // starts from the mid of a supplementary character
149 // ends in the mid of a supplementary character
371 "supplementary characters");
380 "supplementary characters");
389 "supplementary characters");
398 "supplementary characters");
404 "supplementary characters");
409 "with supplementary characters")
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
UtilityTest.java 60 "testing weird supplementary characters \ud800\udc00",
66 " \"testing weird supplementary characters \\uD800\\uDC00\"",
73 "\"testing weird supplementary characters \\uD800\\uDC00\"",
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
UtilityTest.java 56 "testing weird supplementary characters \ud800\udc00",
62 " \"testing weird supplementary characters \\uD800\\uDC00\"",
69 "\"testing weird supplementary characters \\uD800\\uDC00\"",
  /external/autotest/client/common_lib/cros/tendo/
n_faced_peerd_helper.py 14 # In test images, we add a supplementary set of rules that expand the DBus

Completed in 1321 milliseconds

12 3 4 5 6 7 8 91011>>