OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fcd16
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/
collationiterator.cpp
578
uint16_t
fcd16
= d->getFCD16(c);
local
579
U_ASSERT(
fcd16
> 0xff); // The caller checked this already, as a shortcut.
587
uint8_t prevCC = (uint8_t)
fcd16
;
588
fcd16
= d->getFCD16(nextCp);
589
if(
fcd16
<= 0xff) {
630
if(prevCC < (
fcd16
>> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) {
642
prevCC = (uint8_t)
fcd16
;
646
fcd16
= d->getFCD16(c);
647
if(
fcd16
<= 0xff) {
[
all
...]
collationdatabuilder.cpp
1411
uint16_t
fcd16
= nfcImpl.getFCD16(suffix.char32At(0));
local
[
all
...]
/external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp
689
//
fcd16
<=1 || trailCC==0
1596
uint16_t
fcd16
=0;
local
[
all
...]
normalizer2impl.h
458
uint16_t
fcd16
=getFCD16(c);
local
459
return
fcd16
<=1 || (
fcd16
&0xff)==0;
/external/icu/icu4c/source/common/
normalizer2impl.cpp
369
// They might have different non-zero
FCD16
values.
371
uint16_t
fcd16
=impl.getFCD16(start);
local
372
if(
fcd16
>0xff) { set.add(start); }
375
uint16_t
fcd16
=impl.getFCD16(start);
local
376
if(
fcd16
>0xff) { set.add(start, end); }
411
// They might have different non-zero
FCD16
values.
414
uint16_t
fcd16
=ctx->impl.getFCD16(start);
local
415
if(
fcd16
!=prevFCD16) {
417
prevFCD16=
fcd16
;
791
//
fcd16
<=1 || trailCC==
1698
uint16_t
fcd16
=0;
local
[
all
...]
normalizer2impl.h
476
uint16_t
fcd16
=getFCD16(c);
local
477
return
fcd16
<=1 || (
fcd16
&0xff)==0;
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 857 milliseconds