Searched refs:cpBuffer (Results 1 – 4 of 4) sorted by relevance
187 int32_t cpBuffer[MAX_CP_COUNT]; in u_strToPunycode() local218 cpBuffer[srcCPCount++]=0; in u_strToPunycode()238 cpBuffer[srcCPCount++]=n; in u_strToPunycode()251 cpBuffer[srcCPCount++]=0; in u_strToPunycode()271 cpBuffer[srcCPCount++]=n; in u_strToPunycode()303 q=cpBuffer[j]&0x7fffffff; /* remove case flag from the sign bit */ in u_strToPunycode()322 q=cpBuffer[j]&0x7fffffff; /* remove case flag from the sign bit */ in u_strToPunycode()358 dest[destLength]=digitToBasic(q, (UBool)(cpBuffer[j]<0)); in u_strToPunycode()
134 int[] cpBuffer = new int[srcLength]; in encode() local145 cpBuffer[srcCPCount++]=0; in encode()159 cpBuffer[srcCPCount++]=n; in encode()187 q=cpBuffer[j]&0x7fffffff; /* remove case flag from the sign bit */ in encode()205 q=cpBuffer[j]&0x7fffffff; /* remove case flag from the sign bit */ in encode()237 dest.append(digitToBasic(q, (cpBuffer[j]<0))); in encode()
136 int[] cpBuffer = new int[srcLength]; in encode() local147 cpBuffer[srcCPCount++]=0; in encode()161 cpBuffer[srcCPCount++]=n; in encode()189 q=cpBuffer[j]&0x7fffffff; /* remove case flag from the sign bit */ in encode()207 q=cpBuffer[j]&0x7fffffff; /* remove case flag from the sign bit */ in encode()239 dest.append(digitToBasic(q, (cpBuffer[j]<0))); in encode()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...