Searched refs:cpBuffer (Results 1 – 1 of 1) sorted by relevance
184 int32_t cpBuffer[MAX_CP_COUNT]; in u_strToPunycode() local215 cpBuffer[srcCPCount++]=0; in u_strToPunycode()235 cpBuffer[srcCPCount++]=n; in u_strToPunycode()249 cpBuffer[srcCPCount++]=0; in u_strToPunycode()268 cpBuffer[srcCPCount++]=n; in u_strToPunycode()300 q=cpBuffer[j]&0x7fffffff; /* remove case flag from the sign bit */ in u_strToPunycode()319 q=cpBuffer[j]&0x7fffffff; /* remove case flag from the sign bit */ in u_strToPunycode()354 dest[destLength++]=digitToBasic(q, (UBool)(cpBuffer[j]<0)); in u_strToPunycode()