OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supplementary
(Results
76 - 100
of
352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/liblzf/
crc32.h
4
/* crc32 0xdebb20e3 table and
supplementary
functions. */
/system/sepolicy/
adbd.te
16
# Set UID and GID to shell. Set
supplementary
groups.
/external/icu/android_icu4j/src/main/java/android/icu/impl/
IntTrieBuilder.java
246
// fold the
supplementary
part of the index array
306
// fold the
supplementary
part of the index array
660
* Fold the normalization data for
supplementary
code points into
680
//
supplementary
code points, unless there is data for such code points
713
// search for any index (stage 1) entries for
supplementary
code points
736
//
supplementary
position to the new one
Punycode.java
392
* Handle indexes when
supplementary
code points are present.
398
* Only the rare cases with
supplementary
code points are handled
429
/*
supplementary
character, insert two code units */
IntTrie.java
60
* have associated
supplementary
data
169
"Argument characters do not form a
supplementary
character");
TrieBuilder.java
57
* folding offset from the 1024
supplementary
code points
67
* corresponding 1024
supplementary
code points
/external/icu/icu4c/source/common/
uset.cpp
318
* therefore all BMP code points precede all
supplementary
code points.
320
* Store each
supplementary
code point in 2 16-bit units,
324
* If there are
supplementary
code points, then set bit 15 in the length
329
* - some
supplementary
: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, ..
354
/* there are
supplementary
values */
438
/* find c in the
supplementary
part */
ustring.cpp
222
/* find
supplementary
code point as surrogate pair */
265
/* find
supplementary
code point as surrogate pair */
396
/* find
supplementary
code point as surrogate pair */
440
/* find
supplementary
code point as surrogate pair */
476
/* second part of matchSet contains BMP and
supplementary
code points */
793
/* subtract 0x2800 from BMP code points to make them smaller than
supplementary
ones */
855
/* subtract 0x2800 from BMP code points to make them smaller than
supplementary
ones */
1091
* no more than maxSupplementary
supplementary
code points (UChar pairs)
[
all
...]
unormcmp.cpp
329
* we got a
supplementary
code point when hitting its trail surrogate,
374
* we got a
supplementary
code point when hitting its trail surrogate,
419
* we got a
supplementary
code point when hitting its trail surrogate,
460
* we got a
supplementary
code point when hitting its trail surrogate,
509
/* subtract 0x2800 from BMP code points to make them smaller than
supplementary
ones */
ucnv_u8.c
18
* UTF-8 converter, with a branch for converting
supplementary
code points.
176
* In CESU-8, only surrogates, not
supplementary
code points, are encoded directly.
304
* In CESU-8, only surrogates, not
supplementary
code points, are encoded directly.
407
/* convert and consume this
supplementary
code point */
533
/* convert and consume this
supplementary
code point */
937
/* legal byte sequence for
supplementary
code point */
[
all
...]
utrie.h
213
/*
supplementary
code point */ \
520
* have associated
supplementary
data
577
* from the 1024
supplementary
code points [start..start+1024[ .
587
* for the corresponding 1024
supplementary
code points
616
* have associated
supplementary
data
714
* a lead surrogate from all of its
supplementary
code points
ucnvmbcs.cpp
176
* code point (16 bits for a BMP code point or 20 bits for a
supplementary
223
* 19..0 20-bit Unicode
supplementary
code point
231
* 19..0 20-bit Unicode
supplementary
code point as fallback result
697
/* output roundtrip or fallback
supplementary
code point */
706
/* output
supplementary
code point */
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IntTrieBuilder.java
244
// fold the
supplementary
part of the index array
304
// fold the
supplementary
part of the index array
658
* Fold the normalization data for
supplementary
code points into
678
//
supplementary
code points, unless there is data for such code points
711
// search for any index (stage 1) entries for
supplementary
code points
734
//
supplementary
position to the new one
Punycode.java
390
* Handle indexes when
supplementary
code points are present.
396
* Only the rare cases with
supplementary
code points are handled
427
/*
supplementary
character, insert two code units */
IntTrie.java
59
* have associated
supplementary
data
168
"Argument characters do not form a
supplementary
character");
TrieBuilder.java
55
* folding offset from the 1024
supplementary
code points
65
* corresponding 1024
supplementary
code points
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieTest.java
172
// unlike the c version lead is 0 if c is non-
supplementary
189
errln("wrong value from getting
supplementary
"
483
return -1; /* never get non-initialValue data for
supplementary
code points */
/external/icu/icu4c/source/i18n/
collation.h
251
* 9.. 8: =0: All associated
supplementary
code points are unassigned-implict.
252
* =1: All associated
supplementary
code points fall back to the base data.
253
* else: (Normally 2) Look up the data for the
supplementary
code point.
collationdatareader.h
185
* collective properties of the 1024
supplementary
characters whose UTF-16 form starts with
206
* Lead surrogates are "unsafe" when any of their corresponding
supplementary
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieTest.java
168
// unlike the c version lead is 0 if c is non-
supplementary
185
errln("wrong value from getting
supplementary
"
479
return -1; /* never get non-initialValue data for
supplementary
code points */
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTestsBase.java
219
// This is a workaround to have a key that has a
supplementary
code point. We can't put a
220
// string in resource as a XML entity of a
supplementary
code point or a surrogate pair.
222
// assertParser("Hexadecimal
supplementary
code", String.format("a|0x%06x", SURROGATE_CODE2),
/external/libphonenumber/demo/src/com/google/phonenumbers/
PhoneNumberParserServlet.java
247
// Note this doesn't handle
supplementary
characters, but it shouldn't be a big deal as
248
// there are no dial-pad characters in the
supplementary
range.
/external/libxml2/os400/
README400
9
applications and libxml2,
supplementary
"convert and latch" functions are
96
Supplementary
(non libxml2 standard) support procedures for OS/400.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java
50
//
Supplementary
Service codes for PIN/PIN2/PUK/PUK2 from TS 22.030 Annex B
115
// Is this formatted like a standard
supplementary
service code?
/art/runtime/native/
java_lang_String.cc
68
// This method does not handle
supplementary
characters. They're dealt with in managed code.
Completed in 1336 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>