Home | History | Annotate | Download | only in i18n

Lines Matching refs:noOpenBraces

572     int32_t noOpenBraces = 1;
574 while(start+current < end && noOpenBraces != 0) {
576 noOpenBraces++;
578 noOpenBraces--;
583 if(noOpenBraces != 0 || u_strchr(start+current, 0x005d /*']'*/) == NULL) {
719 int32_t noOpenBraces = 1;
782 while(src->current < src->end && noOpenBraces != 0) {
784 noOpenBraces++;
786 noOpenBraces--;