OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supplementary
(Results
51 - 75
of
352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4c/source/common/unicode/
utf.h
42
* (Pairs of surrogate code points are indistinguishable from
supplementary
43
* code points encoded as pairs of
supplementary
code units.)
47
* ICU functions handle
supplementary
code points (U+10000..U+10ffff)
162
* Is this code point a
supplementary
code point (U+10000..U+10ffff)?
/external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp
17
* for
supplementary
code points.
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterStaticData.java
29
short unicodeMask; /* +79: 1 bit 0: has
supplementary
bit 1: has single surrogates */
/external/oauth/core/src/main/java/net/oauth/
OAuthProblemException.java
26
* parameter identifies the basic problem, and the others provide
supplementary
/frameworks/base/telephony/java/com/android/ims/
ImsCallForwardInfo.java
23
* Provides the call forward information for the
supplementary
service configuration.
ImsSuppServiceNotification.java
27
* Parcelable object to handle IMS
supplementary
service notifications.
/frameworks/base/telephony/java/com/android/ims/internal/
IImsService.aidl
61
* Ut interface for the
supplementary
service configuration.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SuppServiceNotification.java
22
* Represents a
Supplementary
Service Notification received from the network.
/libcore/luni/src/test/java/libcore/java/lang/
CharacterTest.java
58
// The behavior for non-
supplementary
code points (like these two) is undefined.
68
// The behavior for non-
supplementary
code points (like these two) is undefined.
90
assertEquals("
SUPPLEMENTARY
PRIVATE USE AREA A F0000", Character.getName(0xf0000));
173
assertEquals(Character.UnicodeBlock.CYRILLIC_SUPPLEMENTARY, Character.UnicodeBlock.forName("Cyrillic
Supplementary
"));
/packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java
43
// This is the
supplementary
transformation which reflects what
51
// of the base matrix and the
supplementary
matrix.
147
// of the bitmap, and optionally reset the
supplementary
matrix.
284
// and the
supplementary
matrix.
/external/icu/android_icu4j/src/main/java/android/icu/impl/
USerializedSet.java
39
/* there are
supplementary
values */
163
/* find c in the
supplementary
part */
Trie.java
35
* To handle such
supplementary
codepoints, some offset information are kept
230
* Surrogate mask to use when shifting offset to retrieve
supplementary
281
* Note for locating a non-
supplementary
character data offset, calling
285
* will do. Otherwise if it is a
supplementary
character formed by
347
// look at the construction of
supplementary
characters
TrieIterator.java
193
*
supplementary
planes, a false will be returned.
196
* the
supplementary
range.
240
* Finds the next
supplementary
element.
283
// enumerate
supplementary
code points
302
// number of total affected
supplementary
codepoints in one
446
* This is used only in for the
supplementary
codepoints because
496
* Number of stage 1 indexes for
supplementary
calculations that maps to
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
USerializedSet.java
37
/* there are
supplementary
values */
161
/* find c in the
supplementary
part */
Trie.java
34
* To handle such
supplementary
codepoints, some offset information are kept
229
* Surrogate mask to use when shifting offset to retrieve
supplementary
280
* Note for locating a non-
supplementary
character data offset, calling
284
* will do. Otherwise if it is a
supplementary
character formed by
346
// look at the construction of
supplementary
characters
TrieIterator.java
192
*
supplementary
planes, a false will be returned.
195
* the
supplementary
range.
239
* Finds the next
supplementary
element.
282
// enumerate
supplementary
code points
301
// number of total affected
supplementary
codepoints in one
445
* This is used only in for the
supplementary
codepoints because
495
* Number of stage 1 indexes for
supplementary
calculations that maps to
/frameworks/base/core/java/android/content/pm/
VerificationParams.java
37
/** The location of the
supplementary
verification file. */
55
* @param verificationURI The location of the
supplementary
verification
/frameworks/opt/net/ims/
README.txt
11
- 3GPP TS 24.623 : XCAP over the Ut interface for manipulating
supplementary
services
84
It provides APIs for the
supplementary
service settings using IMS (Ut interface, XCAP).
/external/icu/icu4c/source/common/
utrie.cpp
393
* Fold the normalization data for
supplementary
code points into
421
*
supplementary
code points, unless there is data for such code points
454
/* search for any index (stage 1) entries for
supplementary
code points */
462
/* printf("
supplementary
data for lead surrogate U+%04lx\n", (long)(0xd7c0+(c>>10))); */
483
/* move the actual index (stage 1) entries from the
supplementary
position to the new one */
497
printf("
supplementary
data for %d lead surrogates\n", countLeadCUWithData);
710
* (start/end 1k blocks of
supplementary
Unicode code points).
769
/* fold the
supplementary
part of the index array */
[
all
...]
utrie2.h
43
* for data lookup for
supplementary
code points.
47
* in the lead surrogate data for the associated
supplementary
code points.
50
* - For
supplementary
code points U+10000..highStart-1 a three-table lookup
502
* assembling
supplementary
code points only when there is non-trivial data
506
* is non-trivial (non-initialValue) data for any of the
supplementary
514
* follows. If so, assemble the
supplementary
code point with
601
* Return a 16-bit trie value from a
supplementary
code point (U+10000..U+10ffff).
610
* Return a 32-bit trie value from a
supplementary
code point (U+10000..U+10ffff).
788
* The index-1 table, only used for
supplementary
code points, at offset 2112=0x840.
791
* (For 0x100000
supplementary
code points U+10000..U+10ffff.
[
all
...]
uiter.cpp
571
* reservedField
supplementary
code point
574
* currently in the middle of the byte sequence for a
supplementary
code point.
612
--index; /* we are in the middle of a
supplementary
code point */
786
/* stop in the middle of a
supplementary
code point */
803
i-=4; /* we stayed behind the
supplementary
code point; go before it now */
816
/* stop in the middle of a
supplementary
code point */
817
i+=4; /* back to behind this
supplementary
code point for consistent state */
911
iter->start-=4; /* we stayed behind the
supplementary
code point; go before it now */
929
iter->start+=4; /* back to behind this
supplementary
code point for consistent state */
punycode.h
86
* For
supplementary
characters, only the lead surrogate
ucnv_cnv.c
142
} else /* c is a
supplementary
code point */ {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationDummyTest.java
290
// this test is to verify the
supplementary
sort key order in the english
302
// logln("start of english collation
supplementary
characters test\n");
309
// logln("start of tailored collation
supplementary
characters test\n");
330
errln("Failed : non-tailored
supplementary
characters should have the same value\n");
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationDummyTest.java
286
// this test is to verify the
supplementary
sort key order in the english
298
// logln("start of english collation
supplementary
characters test\n");
305
// logln("start of tailored collation
supplementary
characters test\n");
326
errln("Failed : non-tailored
supplementary
characters should have the same value\n");
Completed in 409 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>