Home | History | Annotate | Download | only in i18n

Lines Matching defs:boundary

96         int32_t boundary;
97 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
98 if (boundary == 0) continue;
101 UChar32 cp = sText.char32At(boundary-1);
106 cp = sText.char32At(boundary);
111 boundaries->addElement(boundary, status);
112 // printf("Boundary at %d\n", boundary);
125 boundary = boundaries->popi();
126 text.handleReplaceBetween(boundary, boundary, fInsertion);