Searched refs:AfterGetTrail (Results 1 – 1 of 1) sorted by relevance
636 …private boolean AfterGetTrail;// its value is set to true in order to ignore the code before getTr… field in CharsetSCSU.CharsetEncoderSCSU663 AfterGetTrail = false; in encodeLoop()766 if(c!=0 && targetCapacity>0 && !AfterGetTrail){ in loop()771 while(AfterGetTrail || source.hasRemaining()){ in loop()772 if(targetCapacity<=0 && !AfterGetTrail){ in loop()778 if(!AfterGetTrail){ in loop()783 if(((c -0x20)&UConverterConstants.UNSIGNED_INT_MASK)<=0x5f && !AfterGetTrail){ in loop()790 }else if((c & UConverterConstants.UNSIGNED_INT_MASK)<0x20 && !AfterGetTrail){ in loop()805 …else if(((delta=(c-currentOffset))&UConverterConstants.UNSIGNED_INT_MASK)<=0x7f && !AfterGetTrail){ in loop()812 } else if(AfterGetTrail || UTF16.isSurrogate((char)c)){ in loop()[all …]