Home | History | Annotate | Download | only in i18n

Lines Matching defs:boundary

104         int32_t boundary;
105 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
106 if (boundary == 0) continue;
109 UChar32 cp = sText.char32At(boundary-1);
114 cp = sText.char32At(boundary);
119 boundaries->addElement(boundary, status);
120 // printf("Boundary at %d\n", boundary);
133 boundary = boundaries->popi();
134 text.handleReplaceBetween(boundary, boundary, fInsertion);