OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fcd
(Results
26 - 50
of
155
) sorted by null
1
2
3
4
5
6
7
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Norm2AllModes.java
285
fcd
=new FCDNormalizer2(ni);
292
public final FCDNormalizer2
fcd
;
field in class:Norm2AllModes
356
* Gets the
FCD
normalizer, with the
FCD
data initialized.
357
* @return
FCD
normalizer
360
return getNFCInstance().
fcd
;
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v32-l4.d
50
36: 7
fcd
0800 0000 lapc 3e <xx1>,r12
rd-tls-2.d
42
[ ]+6a: 5
fcd
0000 a89a[ ]+sub\.d \[\$?r12\+0\],\$?r9,\$?r8
/external/icu/icu4c/source/i18n/
nortrans.cpp
41
Transliterator::_registerFactory(UNICODE_STRING_SIMPLE("Any-
FCD
"),
51
Transliterator::_registerSpecialInverse(UNICODE_STRING_SIMPLE("
FCD
"),
52
UNICODE_STRING_SIMPLE("
FCD
"), FALSE);
/external/icu/icu4c/source/common/
normalizer2impl.h
268
* Returns the
FCD
data for code point c.
283
* Returns the
FCD
data for the next code point (post-increment).
285
* the supplementary code points associated with the lead surrogate have non-zero
FCD
data.
305
* Returns the
FCD
data for the previous code point (pre-decrement).
329
/** Returns the
FCD
data for U+0000<=c<U+0180. */
331
/** Returns TRUE if the single-or-lead code unit c might have non-zero
FCD
data. */
338
/** Returns the
FCD
value from the regular normalization data. */
600
const uint8_t *smallFCD; // [0x100] one bit per 32 BMP code points, set if any
FCD
!=0
651
* Gets the 16-bit
FCD
value (lead & trail CCs) for a code point, for u_getIntPropertyValue().
760
* This is a bit set to help speed up
FCD
value lookups in the absence of a ful
[
all
...]
unormcmp.cpp
44
* the
FCD
check.
109
* The API function checks for
FCD
first, while the core function
111
* un-
FCD
any strings.
120
* We already do this when not both strings are in
FCD
because makeFCD
547
* If both strings were not in
FCD
, then they were both NFD'ed,
590
* For better performance, we check for
FCD
(or let the caller tell us that
591
* both strings are in
FCD
) for the inner normalization.
593
* case-folding preserves the
FCD
-ness of a string.
600
* are first decomposed or not, so an
FCD
check - a check only for
unormimp.h
129
_NORM_INDEX_FCD_TRIE_SIZE, /* number of bytes in
FCD
trie */
138
/*
FCD
check: everything below this code point is known to have a 0 lead combining class */
230
* The second trie (fcdTrie above) provides data just for
FCD
checks.
357
* -
FCD
trie
359
* The
FCD
trie is very simple.
norm2allmodes.h
318
: impl(i), comp(*i, FALSE), decomp(*i),
fcd
(*i), fcc(*i, TRUE) {}
334
FCDNormalizer2
fcd
;
member in struct:Norm2AllModes
/external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java
85
* <p>Form
FCD
, "Fast C or D", is also designed for collation.
93
* are identical) and may all conform to
FCD
without being identical themselves.
101
* - and many unnormalized texts - already conform to
FCD
and do not need to be
102
* normalized (NFD) for such a process. The
FCD
quick check will return YES for
105
* <p>normalize(
FCD
) may be implemented with NFD.
107
* <p>For more details on
FCD
see Unicode Technical Note #5 (Canonical Equivalence in Applications):
108
* http://www.unicode.org/notes/tn5/#
FCD
110
* <p>ICU collation performs either NFD or
FCD
normalization automatically if
345
public static final Mode
FCD
= new FCDMode();
501
* Both input strings are assumed to fulfill
FCD
conditions
[
all
...]
Normalizer2.java
93
* Not a unique form: Different
FCD
strings can be canonically equivalent.<br>
94
* For details see http://www.unicode.org/notes/tn5/#
FCD
96
FCD
,
101
* The result will conform to
FCD
which is useful for processing.<br>
193
case
FCD
: return all2Modes.
fcd
;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java
84
* <p>Form
FCD
, "Fast C or D", is also designed for collation.
92
* are identical) and may all conform to
FCD
without being identical themselves.
100
* - and many unnormalized texts - already conform to
FCD
and do not need to be
101
* normalized (NFD) for such a process. The
FCD
quick check will return YES for
104
* <p>normalize(
FCD
) may be implemented with NFD.
106
* <p>For more details on
FCD
see Unicode Technical Note #5 (Canonical Equivalence in Applications):
107
* http://www.unicode.org/notes/tn5/#
FCD
109
* <p>ICU collation performs either NFD or
FCD
normalization automatically if
334
public static final Mode
FCD
= new FCDMode();
489
* Both input strings are assumed to fulfill
FCD
conditions
[
all
...]
Normalizer2.java
96
* Not a unique form: Different
FCD
strings can be canonically equivalent.<br>
97
* For details see http://www.unicode.org/notes/tn5/#
FCD
100
FCD
,
105
* The result will conform to
FCD
which is useful for processing.<br>
204
case
FCD
: return all2Modes.
fcd
;
/external/icu/icu4c/source/common/unicode/
unorm2.h
69
* Not a unique form: Different
FCD
strings can be canonically equivalent.
70
* For details see http://www.unicode.org/notes/tn5/#
FCD
78
* The result will conform to
FCD
which is useful for processing.
529
* Both input strings are assumed to fulfill
FCD
conditions.
562
* Bulk normalization is only necessary if the strings do not fulfill the
FCD
565
* For
FCD
strings and short non-
FCD
strings there is no memory allocation.
583
* are quick-checked for
FCD
.
586
* Set if the caller knows that both s1 and s2 fulfill the
FCD
conditions.
587
* If not set, the function will quickCheck for
FCD
[
all
...]
unorm.h
98
* Form
FCD
, "Fast C or D", is also designed for collation.
104
* may be canonically equivalent (their NFDs are identical) and may all conform to
FCD
without being identical
112
* already conform to
FCD
and do not need to be normalized (NFD) for such a process. The
FCD
quick check will
117
* For more details on
FCD
see the collation design document:
120
* ICU collation performs either NFD or
FCD
normalization automatically if normalization
269
* For NFD, NFKD, and
FCD
, both functions work exactly the same.
normlzr.h
311
* For NFD, NFKD, and
FCD
, both functions work exactly the same.
393
* Bulk normalization is only necessary if the strings do not fulfill the
FCD
396
* For
FCD
strings and short non-
FCD
strings there is no memory allocation.
411
* are quick-checked for
FCD
.
414
* Set if the caller knows that both s1 and s2 fulfill the
FCD
conditions.
415
* If not set, the function will quickCheck for
FCD
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java
2747
Normalizer2
fcd
= Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.FCD);
local
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java
2743
Normalizer2
fcd
= Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.FCD);
local
[
all
...]
/frameworks/minikin/tests/data/
ZhHans.ttx
23
<GlyphID id="3" name="U+5
FCD
"/>
153
<mtx name="U+5
FCD
" width="500" lsb="93"/>
171
<map code="0x5FCD" name="U+5
FCD
" />
208
<TTGlyph name="U+5
FCD
" xMin="0" yMin="0" xMax="0" yMax="0">
Ja.ttx
27
<GlyphID id="7" name="U+5
FCD
"/>
160
<mtx name="U+5
FCD
" width="500" lsb="93"/>
181
<map code="0x5FCD" name="U+5
FCD
" />
235
<TTGlyph name="U+5
FCD
" xMin="0" yMin="0" xMax="0" yMax="0">
/external/icu/icu4c/source/test/intltest/
normconf.cpp
303
UnicodeString out,
fcd
;
local
396
// test
FCD
quick check and "makeFCD"
397
Normalizer::normalize(field[0], UNORM_FCD, options,
fcd
, status);
398
if(UNORM_NO == Normalizer::quickCheck(
fcd
, UNORM_FCD, options, status)) {
399
errln("Normalizer error: quickCheck(
FCD
(s), UNORM_FCD) is UNORM_NO");
411
Normalizer::normalize(
fcd
, UNORM_NFD, options, out, status);
413
dataerrln("Normalizer error: NFD(
FCD
(s))!=NFD(s)");
/external/icu/icu4c/source/test/cintltst/
cnormtst.c
629
log_data_err("unorm_quickCheck(
FCD
) failed: expected value for fast unorm_quickCheck is UNORM_YES - (Are you missing data?)\n");
631
log_err("unorm_quickCheck(
FCD
) failed: expected value for error unorm_quickCheck is UNORM_NO\n");
633
log_data_err("unorm_quickCheck(
FCD
) failed: expected value for correct unorm_quickCheck is UNORM_YES - (Are you missing data?)\n");
636
log_data_err("unorm_quickCheck(
FCD
) failed: %s - (Are you missing data?)\n", u_errorName(status));
642
log_data_err("unorm_quickCheck(
FCD
) failed: exception occured at data set %d - (Are you missing data?)\n", count);
647
log_err("unorm_quickCheck(
FCD
) failed: Data set %d expected value %d\n", count,
674
log_data_err("unorm_quickCheck(
FCD
) failed: exception occured at data generation - (Are you missing data?)\n");
684
log_data_err("unorm_quickCheck(
FCD
) failed: exception occured at normalized data generation - (Are you missing data?)\n");
698
log_data_err("unorm_quickCheck(
FCD
) failed: expected %d for random data - (Are you missing data?)\n", testresult);
1158
fcd
[]={
local
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFCD.java
18
* Data and functions for the
FCD
check fast path.
21
* whether there is an
FCD
boundary between them;
26
* then the
FCD
check slow path looks at the actual sequence of
FCD
values.
39
* supplementary code point that is not
FCD
-inert.
47
* It should only be tested for unpaired trail surrogates which are
FCD
-inert.
90
* or else some sequences including them, even ones passing the
FCD
check,
105
* or else some sequences including them, even ones passing the
FCD
check,
110
* @param fcd16 the
FCD
value (lccc/tccc combination) of a code point
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFCD.java
17
* Data and functions for the
FCD
check fast path.
20
* whether there is an
FCD
boundary between them;
25
* then the
FCD
check slow path looks at the actual sequence of
FCD
values.
38
* supplementary code point that is not
FCD
-inert.
46
* It should only be tested for unpaired trail surrogates which are
FCD
-inert.
88
* or else some sequences including them, even ones passing the
FCD
check,
103
* or else some sequences including them, even ones passing the
FCD
check,
108
* @param fcd16 the
FCD
value (lccc/tccc combination) of a code point
/external/icu/android_icu4j/src/main/java/android/icu/lang/
UProperty.java
571
* see Normalizer.
FCD
and http://www.unicode.org/notes/tn5/#
FCD
.
581
* see Normalizer.
FCD
and http://www.unicode.org/notes/tn5/#
FCD
.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UProperty.java
647
* see Normalizer.
FCD
and http://www.unicode.org/notes/tn5/#
FCD
.
658
* see Normalizer.
FCD
and http://www.unicode.org/notes/tn5/#
FCD
.
Completed in 356 milliseconds
1
2
3
4
5
6
7