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

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue137/
SupplementaryCharactersTest.java 25 * http://java.sun.com/developer/technicalArticles/Intl/Supplementary/
43 * Supplementary Characters are dumped as binary
46 String supplementary = "\ud83d\ude48"; local
48 String output = yaml.dump(supplementary);
52 assertEquals(supplementary, binString);
58 fail("Are Supplementary Characters printable ?");
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsUtListener.aidl 31 * Notifies the result of the supplementary service configuration udpate.
37 * Notifies the result of the supplementary service configuration query.
43 * Notifies the status of the call barring supplementary service.
49 * Notifies the status of the call forwarding supplementary service.
55 * Notifies the status of the call waiting supplementary service.
IImsUt.aidl 24 * Provides the Ut interface interworking to get/set the supplementary service configuration.
70 * Updates or retrieves the supplementary service configuration.
91 * Updates the configuration of the CLIR supplementary service.
96 * Updates the configuration of the CLIP supplementary service.
101 * Updates the configuration of the COLR supplementary service.
106 * Updates the configuration of the COLP supplementary service.
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCESU8.java 13 * the variant UTF-8 converter without extra setup work. CESU-8 encodes/decodes supplementary characters as 6 bytes
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUtInterface.java 22 * Provides APIs for the supplementary service settings using IMS (Ut interface).
24 * over the Ut interface for manipulating supplementary services).
102 * Operations for the supplementary service configuration
161 * Updates the configuration of the CLIR supplementary service.
166 * Updates the configuration of the CLIP supplementary service.
171 * Updates the configuration of the COLR supplementary service.
176 * Updates the configuration of the COLP supplementary service.
ImsUt.java 32 * Provides APIs for the supplementary service settings using IMS (Ut interface).
34 * over the Ut interface for manipulating supplementary services).
40 * Key string for an additional supplementary service configurations.
54 * of the supplementary service configuration.
110 * Operations for the supplementary service configuration
403 * Updates the configuration of the CLIR supplementary service.
430 * Updates the configuration of the CLIP supplementary service.
457 * Updates the configuration of the COLR supplementary service.
484 * Updates the configuration of the COLP supplementary service.
582 * A listener type for the result of the supplementary service configuration
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationThaiTest.java 255 "\u0E41\uD834\uDD5F", "=", "\u0E41\uD834\uDD58\uD834\uDD65", // supplementary composition decomps to supplementary
256 "\u0E41\uD87E\uDC02", "=", "\u0E41\u4E41", // supplementary composition decomps to BMP
262 "abc\u0E41\uD834\uDD5F", "=", "abc\u0E41\uD834\uDD58\uD834\uDD65", // supplementary composition decomps to supplementary
263 "abc\u0E41\uD87E\uDC02", "=", "abc\u0E41\u4E41", // supplementary composition decomps to BMP
269 "\u0E41\uD834\uDD5Fabc", "=", "\u0E41\uD834\uDD58\uD834\uDD65abc", // supplementary composition decomps to supplementary
270 "\u0E41\uD87E\uDC02abc", "=", "\u0E41\u4E41abc", // supplementary composition decomps to BMP
276 "abc\u0E41\uD834\uDD5Fabc", "=", "abc\u0E41\uD834\uDD58\uD834\uDD65abc", // supplementary composition decomps to supplementar
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationThaiTest.java 251 "\u0E41\uD834\uDD5F", "=", "\u0E41\uD834\uDD58\uD834\uDD65", // supplementary composition decomps to supplementary
252 "\u0E41\uD87E\uDC02", "=", "\u0E41\u4E41", // supplementary composition decomps to BMP
258 "abc\u0E41\uD834\uDD5F", "=", "abc\u0E41\uD834\uDD58\uD834\uDD65", // supplementary composition decomps to supplementary
259 "abc\u0E41\uD87E\uDC02", "=", "abc\u0E41\u4E41", // supplementary composition decomps to BMP
265 "\u0E41\uD834\uDD5Fabc", "=", "\u0E41\uD834\uDD58\uD834\uDD65abc", // supplementary composition decomps to supplementary
266 "\u0E41\uD87E\uDC02abc", "=", "\u0E41\u4E41abc", // supplementary composition decomps to BMP
272 "abc\u0E41\uD834\uDD5Fabc", "=", "abc\u0E41\uD834\uDD58\uD834\uDD65abc", // supplementary composition decomps to supplementar
    [all...]
  /external/kernel-headers/original/uapi/linux/
isdn_divertif.h 3 * Header for the diversion supplementary interface for i4l.
  /external/lz4/programs/
lz4c.1 21 As such, it supports older supplementary legacy commands.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
isdn_divertif.h 3 * Header for the diversion supplementary interface for i4l.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
isdn_divertif.h 3 * Header for the diversion supplementary interface for i4l.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
UTF16Util.java 11 * Utility class for supplementary code point
147 } else if (ch > 0xffff && cp > 0xffff) { // Both supplementary
151 } else if (ch <= 0xffff && cp > 0xffff) { // putting BMP instead of supplementary, buffer shrinks
155 } else { //if (ch > 0xffff && cp <= 0xffff) { // putting supplementary instead of BMP, buffer grows
218 * The minimum value for Supplementary code points
227 * @return 2 if is in supplementary space, otherwise 1.
299 * If the char retrieved is part of a surrogate pair, its supplementary
300 * character will be returned. If a complete supplementary character is
351 * Shift value for lead surrogate to form a supplementary character.
366 * Forms a supplementary code point from the argument character<br
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
UTF16Util.java 10 * Utility class for supplementary code point
146 } else if (ch > 0xffff && cp > 0xffff) { // Both supplementary
150 } else if (ch <= 0xffff && cp > 0xffff) { // putting BMP instead of supplementary, buffer shrinks
154 } else { //if (ch > 0xffff && cp <= 0xffff) { // putting supplementary instead of BMP, buffer grows
217 * The minimum value for Supplementary code points
226 * @return 2 if is in supplementary space, otherwise 1.
298 * If the char retrieved is part of a surrogate pair, its supplementary
299 * character will be returned. If a complete supplementary character is
350 * Shift value for lead surrogate to form a supplementary character.
365 * Forms a supplementary code point from the argument character<br
    [all...]
  /external/libchrome/base/third_party/icu/
icu_utf.h 294 * Get a supplementary code point value (U+10000..U+10ffff)
301 * @return supplementary code point (U+10000..U+10ffff)
310 * supplementary code point (0x10000..0x10ffff).
311 * @param supplementary 32-bit code point (U+10000..U+10ffff)
312 * @return lead surrogate (U+d800..U+dbff) for supplementary
315 #define CBU16_LEAD(supplementary) \
316 (base_icu::UChar)(((supplementary)>>10)+0xd7c0)
320 * supplementary code point (0x10000..0x10ffff).
321 * @param supplementary 32-bit code point (U+10000..U+10ffff)
322 * @return trail surrogate (U+dc00..U+dfff) for supplementary
    [all...]
  /external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.h 287 * Get a supplementary code point value (U+10000..U+10ffff)
294 * @return supplementary code point (U+10000..U+10ffff)
303 * supplementary code point (0x10000..0x10ffff).
304 * @param supplementary 32-bit code point (U+10000..U+10ffff)
305 * @return lead surrogate (U+d800..U+dbff) for supplementary
308 #define CBU16_LEAD(supplementary) \
309 (base_icu::UChar)(((supplementary)>>10)+0xd7c0)
313 * supplementary code point (0x10000..0x10ffff).
314 * @param supplementary 32-bit code point (U+10000..U+10ffff)
315 * @return trail surrogate (U+dc00..U+dfff) for supplementary
    [all...]
  /external/icu/icu4c/source/i18n/
collationfcd.h 40 * For a supplementary code point, the two units are its lead and trail surrogates.
41 * We set hasTccc(lead)=true if any of its 1024 associated supplementary code points
45 * supplementary code point that is not FCD-inert.
49 * hasLccc(lead)=true if any of its 1024 associated supplementary code points
50 * has lccc!=0, for fast boundary checking between BMP & supplementary.
  /external/icu/icu4c/source/test/intltest/
thcoll.cpp 419 "\\u0E41\\U0001D15F", "=", "\\u0E41\\U0001D158\\U0001D165", // supplementary composition decomps to supplementary
420 "\\u0E41\\U0002F802", "=", "\\u0E41\\u4E41", // supplementary composition decomps to BMP
429 "abc\\u0E41\\U0001D15F", "=", "abc\\u0E41\\U0001D158\\U0001D165", // supplementary composition decomps to supplementary
430 "abc\\u0E41\\U0002F802", "=", "abc\\u0E41\\u4E41", // supplementary composition decomps to BMP
436 "\\u0E41\\U0001D15Fabc", "=", "\\u0E41\\U0001D158\\U0001D165abc", // supplementary composition decomps to supplementary
437 "\\u0E41\\U0002F802abc", "=", "\\u0E41\\u4E41abc", // supplementary composition decomps to BMP
443 "abc\\u0E41\\U0001D15Fabc", "=", "abc\\u0E41\\U0001D158\\U0001D165abc", // supplementary composition decomps to supplementar
    [all...]
  /system/core/init/
init_parser_test.cpp 52 args.push_back("root"); // Supplementary gid.
71 args.push_back("system"); // supplementary gid 0
72 args.push_back("adb"); // supplementary gid 1
  /external/icu/icu4c/source/test/testdata/
testnorm.txt 67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
79 F0010=F0011 E012 # composition of supplementary+BMP
  /external/icu/icu4c/source/common/unicode/
utf16.h 99 * Get a supplementary code point value (U+10000..U+10ffff)
106 * @return supplementary code point (U+10000..U+10ffff)
115 * supplementary code point (0x10000..0x10ffff).
116 * @param supplementary 32-bit code point (U+10000..U+10ffff)
117 * @return lead surrogate (U+d800..U+dbff) for supplementary
120 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)
124 * supplementary code point (0x10000..0x10ffff).
125 * @param supplementary 32-bit code point (U+10000..U+10ffff)
126 * @return trail surrogate (U+dc00..U+dfff) for supplementary
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UTF16.java 104 * The minimum value for Supplementary code points
185 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
186 * character will be returned. If a complete supplementary character is not found the incomplete
238 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
239 * character will be returned. If a complete supplementary character is not found the incomplete
293 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
294 * character will be returned. If a complete supplementary character is not found the incomplete
342 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
343 * character will be returned. If a complete supplementary character is not found the incomplete
394 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UTF16.java 109 * The minimum value for Supplementary code points
204 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
205 * character will be returned. If a complete supplementary character is not found the incomplete
258 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
259 * character will be returned. If a complete supplementary character is not found the incomplete
314 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
315 * character will be returned. If a complete supplementary character is not found the incomplete
364 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
365 * character will be returned. If a complete supplementary character is not found the incomplete
417 * on the return value. If the char retrieved is part of a surrogate pair, its supplementary
    [all...]
  /external/libgsm/man/
gsm_explode.3 9 gsm_explode, gsm_implode \(em GSM\ 06.10 supplementary
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
UnicodeSurrogate.java 20 * Emojis are supplementary characters expressed as a low+high pair. For instance,

Completed in 338 milliseconds

1 2 3 4 5 6 7 8 91011>>