Home | History | Annotate | Download | only in i18n

Lines Matching defs:inputBuf

898     const UChar *inputBuf = fInputText->chunkContents;
912 U16_FWD_1(inputBuf, startPos, fInputLength);
955 U16_FWD_1(inputBuf, startPos, fActiveLimit);
984 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++];
1014 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++];
1046 U16_FWD_1(inputBuf, startPos, fActiveLimit);
1051 c = inputBuf[startPos-1];
1066 U16_FWD_1(inputBuf, startPos, fActiveLimit);
1075 c = inputBuf[startPos-1];
1078 if (c == 0x0d && startPos < fActiveLimit && inputBuf[startPos] == 0x0a) {
1094 U16_FWD_1(inputBuf, startPos, fActiveLimit);
2564 const UChar *inputBuf = fInputText->chunkContents;
2572 U16_GET(inputBuf, fLookStart, pos, fLookLimit, c);
2588 U16_PREV(inputBuf, fLookStart, pos, prevChar);
4293 const UChar *inputBuf = fInputText->chunkContents;
4349 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4375 const UChar * pInp = inputBuf + fp->fInputIdx;
4376 const UChar * pInpLimit = inputBuf + fActiveLimit;
4456 U16_GET(inputBuf, fAnchorStart, fp->fInputIdx, fAnchorLimit, c);
4459 if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && inputBuf[fp->fInputIdx-1]==0x0d)) {
4467 inputBuf[fp->fInputIdx]==0x0d && inputBuf[fp->fInputIdx+1]==0x0a) {
4483 if (inputBuf[fp->fInputIdx] == 0x0a) {
4511 UChar32 c = inputBuf[fp->fInputIdx];
4516 if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && inputBuf[fp->fInputIdx-1]==0x0d)) {
4536 if (inputBuf[fp->fInputIdx] != 0x0a) {
4558 UChar c = inputBuf[fp->fInputIdx - 1];
4580 UChar c = inputBuf[fp->fInputIdx - 1];
4619 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4653 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4668 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4673 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
4678 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4681 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
4686 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4688 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
4697 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4699 U16_BACK_1(inputBuf, 0, fp->fInputIdx);
4708 if (c == 0x0d && fp->fInputIdx < fActiveLimit && inputBuf[fp->fInputIdx] == 0x0a) {
4751 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4783 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4812 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4845 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4869 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
4872 if (inputBuf[fp->fInputIdx] == 0x0a) {
4873 U16_FWD_1(inputBuf, fp->fInputIdx, fActiveLimit);
4893 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
5098 if (inputBuf[groupIndex] != inputBuf[inputIndex]) {
5122 CaseFoldingUCharIterator captureGroupItr(inputBuf, groupStartIdx, groupEndIdx);
5123 CaseFoldingUCharIterator inputItr(inputBuf, fp->fInputIdx, fActiveLimit);
5230 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c);
5259 CaseFoldingUCharIterator inputIterator(inputBuf, fp->fInputIdx, fActiveLimit);
5325 U16_BACK_1(inputBuf, 0, *lbStartIdx);
5399 U16_BACK_1(inputBuf, 0, *lbStartIdx);
5480 U16_NEXT(inputBuf, ix, fActiveLimit, c);
5483 U16_BACK_1(inputBuf, 0, ix);
5488 U16_BACK_1(inputBuf, 0, ix);
5542 U16_NEXT(inputBuf, ix, fActiveLimit, c); // c = inputBuf[ix++]
5549 U16_BACK_1(inputBuf, 0, ix);
5600 U16_PREV(inputBuf, 0, fp->fInputIdx, prevC); // !!!: should this 0 be one of f*Limit?
5604 inputBuf[fp->fInputIdx-1] == 0x0d) {
5608 U16_BACK_1(inputBuf, 0, fp->fInputIdx);