OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compositeAndFwd
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/common/
normalizer2impl.cpp
712
* the following "
compositeAndFwd
" value:
717
* The compositions list has (trail,
compositeAndFwd
) pair entries,
780
int32_t
compositeAndFwd
;
784
compositeAndFwd
=list[1];
787
compositeAndFwd
=(((int32_t)list[1]&~COMP_2_TRAIL_MASK)<<16)|list[2];
790
UChar32 composite=
compositeAndFwd
>>1;
791
if((
compositeAndFwd
&1)!=0) {
818
UChar32 c,
compositeAndFwd
;
878
} else if((
compositeAndFwd
=combine(compositionsList, c))>=0) {
880
UChar32 composite=
compositeAndFwd
>>1
[
all
...]
/external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp
691
UChar32
compositeAndFwd
=pair.composite<<1;
693
compositeAndFwd
|=1; // The composite character also combines-forward.
698
if(
compositeAndFwd
<=0xffff) {
700
secondUnit=
compositeAndFwd
;
704
secondUnit=
compositeAndFwd
>>16;
705
thirdUnit=
compositeAndFwd
;
712
(
compositeAndFwd
>>16);
713
thirdUnit=
compositeAndFwd
;
[
all
...]
/external/icu4c/tools/gennorm2/
n2builder.cpp
769
UChar32
compositeAndFwd
=pair.composite<<1;
771
compositeAndFwd
|=1; // The composite character also combines-forward.
776
if(
compositeAndFwd
<=0xffff) {
778
secondUnit=
compositeAndFwd
;
782
secondUnit=
compositeAndFwd
>>16;
783
thirdUnit=
compositeAndFwd
;
790
(
compositeAndFwd
>>16);
791
thirdUnit=
compositeAndFwd
;
[
all
...]
/external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp
637
* the following "
compositeAndFwd
" value:
642
* The compositions list has (trail,
compositeAndFwd
) pair entries,
705
int32_t
compositeAndFwd
;
709
compositeAndFwd
=list[1];
712
compositeAndFwd
=(((int32_t)list[1]&~COMP_2_TRAIL_MASK)<<16)|list[2];
715
UChar32 composite=
compositeAndFwd
>>1;
716
if((
compositeAndFwd
&1)!=0) {
743
UChar32 c,
compositeAndFwd
;
803
} else if((
compositeAndFwd
=combine(compositionsList, c))>=0) {
805
UChar32 composite=
compositeAndFwd
>>1
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 227 milliseconds