Home | History | Annotate | Download | only in common

Lines Matching refs:UChar32

45     UChar32  c;
179 // utext_current32. Get the UChar32 at the current position.
183 U_CAPI UChar32 U_EXPORT2
185 UChar32 c;
203 UChar32 trail = 0;
204 UChar32 supplementaryC = c;
237 U_CAPI UChar32 U_EXPORT2
239 UChar32 c = U_SENTINEL;
264 U_CAPI UChar32 U_EXPORT2
266 UChar32 c;
289 UChar32 trail = ut->chunkContents[ut->chunkOffset];
298 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail);
304 U_CAPI UChar32 U_EXPORT2
306 UChar32 c;
330 UChar32 lead = ut->chunkContents[ut->chunkOffset-1];
337 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c);
344 U_CAPI UChar32 U_EXPORT2
346 UChar32 c = U_SENTINEL;
373 U_CAPI UChar32 U_EXPORT2
379 UChar32 cPrev; // The character preceding cCurr, which is what we will return.
1211 UChar32 c = 0;
1319 UChar32 c;
1413 UChar32 ch=0;
2776 UChar32 c = ci->next32PostInc();