Lines Matching refs:xfe
15899 depth = (depth+1)&0xfe;
20517 ** 0xff 0xfe little-endian utf-16 follows
20518 ** 0xfe 0xff big-endian utf-16 follows
20839 if( b1==0xFE && b2==0xFF ){
20842 if( b1==0xFF && b2==0xFE ){
118465 while( 0xFE & (*pEnd | c) ){
118467 testcase( c!=0 && ((*pEnd)&0xfe)==0 );
118507 if( (**pp)&0xFE ){
118687 if( (*p2&0xFE)==0 ) break;
118690 if( (*p1&0xFE)==0 ) break;
118702 assert( (*p1&0xFE)==0 && (*p2&0xFE)==0 );
121537 while( 0xFE & (*p | c) ){
127438 while( p<pEnd && (c | *p)&0xFE ) c = *p++ & 0x80;
127536 assert( (pMsr->aBuffer[nList] & 0xFE)==0x00 );
128854 if( 0==(*pIter & 0xFE) ){
129326 while( 0xFE & (*pEnd | c) ){
130028 if( 0==(0xFE&*pTerm->pList) ){