Home | History | Annotate | Download | only in common

Lines Matching defs:codePoints

485  * @param codePoints resulting Unicode code points, or negative if a byte sequence does
490 UConverterEnumToUCallback(const void *context, uint32_t value, UChar32 codePoints[32]);
499 UChar32 codePoints[32];
514 codePoints[0]=U_SENTINEL;
533 codePoints[b&0x1f]=U_SENTINEL;
575 codePoints[b&0x1f]=c;
580 if(!callback(context, value|(uint32_t)(b-0x20), codePoints)) {
1263 writeStage3Roundtrip(const void *context, uint32_t value, UChar32 codePoints[32]) {
1305 c=codePoints[i];