OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smallFCD
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/tools/gennorm2/
n2builder.h
116
uint8_t
smallFCD
[0x100];
n2builder.cpp
180
memset(
smallFCD
, 0, sizeof(
smallFCD
));
704
smallFCD
[lead>>8]|=(uint8_t)1<<((lead>>5)&7);
846
smallFCD
[lead>>8]|=(uint8_t)1<<((lead>>5)&7);
[
all
...]
/external/icu/icu4c/source/common/
normalizer2impl.h
334
uint8_t bits=
smallFCD
[lead>>8];
600
const uint8_t *
smallFCD
; // [0x100] one bit per 32 BMP code points, set if any FCD!=0
758
* uint8_t
smallFCD
[0x100]; -- new in format version 2
763
* Each
smallFCD
bit is set if any of the corresponding 32 BMP code points
765
* Bit 0 of
smallFCD
[0] is for U+0000..U+001F. Bit 7 of
smallFCD
[0xff] is for U+FFE0..U+FFFF.
784
* - Addition of the
smallFCD
[] bit set.
normalizer2impl.cpp
276
smallFCD
=inSmallFCD;
283
bits=
smallFCD
[c>>8]; // one byte per 0x100 code points
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java
466
//
smallFCD
: new in formatVersion 2
468
smallFCD
=new byte[0x100];
469
bytes.get(
smallFCD
);
477
bits=
smallFCD
[c>>8]; // one byte per 0x100 code points
579
// tccc180[] and
smallFCD
[] are intended to help with any loss of performance,
717
byte bits=
smallFCD
[lead>>8];
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java
462
//
smallFCD
: new in formatVersion 2
464
smallFCD
=new byte[0x100];
465
bytes.get(
smallFCD
);
473
bits=
smallFCD
[c>>8]; // one byte per 0x100 code points
575
// tccc180[] and
smallFCD
[] are intended to help with any loss of performance,
713
byte bits=
smallFCD
[lead>>8];
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 212 milliseconds