Home | History | Annotate | Download | only in unicode

Lines Matching refs:__N

538     int32_t __N=(n); \
539 while(__N>0) { \
541 --__N; \
561 int32_t __N=(n); \
562 while(__N>0 && ((i)<(length) || ((length)<0 && (s)[i]!=0))) { \
564 --__N; \
753 int32_t __N=(n); \
754 while(__N>0) { \
756 --__N; \
775 int32_t __N=(n); \
776 while(__N>0 && (i)>(start)) { \
778 --__N; \