HomeSort by relevance Sort by last modified time
    Searched refs:isSISO (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/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 293 ucm_separateMappings(UCMFile *ucm, UBool isSISO);
  /external/icu/icu4c/source/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 293 ucm_separateMappings(UCMFile *ucm, UBool isSISO);

Completed in 191 milliseconds