Home | History | Annotate | Download | only in i18n

Lines Matching refs:fText

37   LocalUTextPointer           fText;
113 fText.adoptInstead(fDelegate->getUText(fText.orphan(), status));
114 //if(debug2) u_printf("str, native len=%d\n", utext_nativeLength(fText.getAlias()));
117 utext_setNativeIndex(fText.getAlias(), n); // from n..
122 if((uch=utext_previous32(fText.getAlias()))==(UChar32)0x0020) { // TODO: skip a class of chars here??
127 uch = utext_next32(fText.getAlias());
135 while((uch=utext_previous32(fText.getAlias()))!=U_SENTINEL && // more to consume backwards and..
138 bestPosn = utext_getNativeIndex(fText.getAlias());
141 //if(debug2) u_printf("rev< /%C/ cont?%d @%d\n", (UChar)uch, r, utext_getNativeIndex(fText.getAlias()));
147 bestPosn = utext_getNativeIndex(fText.getAlias());
170 utext_setNativeIndex(fText.getAlias(), bestPosn); // hope that's close ..
172 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL &&
174 //if(debug2) u_printf("fwd> /%C/ cont?%d @%d\n", (UChar)uch, rfwd, utext_getNativeIndex(fText.getAlias()));