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

  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.h 442 #define UCNV_EXT_FROM_U(stage12, stage3, s1Index, c) \
443 (stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT) +((c)&0xf) ]
ucnv_ext.c 524 const uint16_t *stage12, *stage3; local
545 stage3=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3_INDEX, uint16_t);
546 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP);
1012 const uint16_t *stage12, *stage3, *ps2, *ps3; local
    [all...]
ucnvmbcs.c 739 const uint16_t *stage2, *stage3, *results; local
764 stage3=results+st3;
767 if(*stage3++>=minValue) {
781 const uint8_t *stage3, *bytes; local
810 stage3=bytes+st3Multiplier*16*(uint32_t)(uint16_t)st3;
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.h 446 #define UCNV_EXT_FROM_U(stage12, stage3, s1Index, c) \
447 (stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT) +((c)&0xf) ]
ucnv_ext.cpp 534 const uint16_t *stage12, *stage3; local
555 stage3=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3_INDEX, uint16_t);
556 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP);
1030 const uint16_t *stage12, *stage3, *ps2, *ps3; local
    [all...]
ucnvmbcs.c 737 const uint16_t *stage2, *stage3, *results; local
762 stage3=results+st3;
765 if(*stage3++>=minValue) {
779 const uint8_t *stage3, *bytes; local
808 stage3=bytes+st3Multiplier*16*(uint32_t)(uint16_t)st3;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.c 561 uint16_t *stage3, *p; local
579 stage3=(uint16_t *)mbcsData->fromUBytes;
628 while(min<newBlock && stage3[newBlock-1]==0) {
648 p=stage3+mbcsData->stage2Single[idx]+nextOffset;
681 uint8_t *stage3, *p; local
710 stage3=mbcsData->fromUBytes;
768 overlap<maxOverlap && stage3[newBlock-overlap-1]==0;
808 * the initial all-unassigned block in stage3.
845 p=stage3+(stage3Index+nextOffset)*maxCharLength;
1215 uint16_t *stage3=(uint16_t *)mbcsData->fromUBytes; local
    [all...]
gencnvex.c 60 uint16_t stage3[0x10000<<UCNV_EXT_STAGE_2_LEFT_SHIFT]; /* 0x10000 because of 16-bit stage 2/3 indexes */ member in struct:CnvExtData
65 /* for stage3 compaction of <subchar1> |2 mappings */
198 extData->stage3[extData->stage3Top++]=0;
233 udata_writeBlock(pData, extData->stage3, extData->stage3Top*2);
263 if(extData->stage3[i]!=0) {
264 printf("stage3[%04x]=%04x\n", i, extData->stage3[i]);
862 while(min<newBlock && extData->stage3[newBlock-1]==0) {
871 if(extData->stage3Top>LENGTHOF(extData->stage3)) {
879 * assume extData->stage3[i3]==0 because we ge
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 561 uint16_t *stage3, *p; local
579 stage3=(uint16_t *)mbcsData->fromUBytes;
628 while(min<newBlock && stage3[newBlock-1]==0) {
648 p=stage3+mbcsData->stage2Single[idx]+nextOffset;
681 uint8_t *stage3, *p; local
710 stage3=mbcsData->fromUBytes;
768 overlap<maxOverlap && stage3[newBlock-overlap-1]==0;
808 * the initial all-unassigned block in stage3.
845 p=stage3+(stage3Index+nextOffset)*maxCharLength;
1220 uint16_t *stage3=(uint16_t *)mbcsData->fromUBytes; local
    [all...]
gencnvex.c 60 uint16_t stage3[0x10000<<UCNV_EXT_STAGE_2_LEFT_SHIFT]; /* 0x10000 because of 16-bit stage 2/3 indexes */ member in struct:CnvExtData
65 /* for stage3 compaction of <subchar1> |2 mappings */
199 extData->stage3[extData->stage3Top++]=0;
234 udata_writeBlock(pData, extData->stage3, extData->stage3Top*2);
264 if(extData->stage3[i]!=0) {
265 printf("stage3[%04x]=%04x\n", i, extData->stage3[i]);
865 while(min<newBlock && extData->stage3[newBlock-1]==0) {
874 if(extData->stage3Top>LENGTHOF(extData->stage3)) {
882 * assume extData->stage3[i3]==0 because we ge
    [all...]

Completed in 245 milliseconds