OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSISO
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/toolutil/
ucm.c
419
UBool
isSISO
;
430
isSISO
=(UBool)(baseStates->outputType==MBCS_OUTPUT_2_SISO);
480
(!
isSISO
|| mb->bLen>1) &&
693
ucm_separateMappings(UCMFile *ucm, UBool
isSISO
) {
707
if(
isSISO
&& m->bLen==1 && (m->b.bytes[0]==0xe || m->b.bytes[0]==0xf)) {
[
all
...]
ucm.h
292
ucm_separateMappings(UCMFile *ucm, UBool
isSISO
);
Completed in 235 milliseconds