• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/i18n/

Lines Matching defs:pat

77 RegexMatcher::RegexMatcher(const RegexPattern *pat)  { 
83 if (pat==NULL) {
87 fPattern = pat;
2796 int64_t *pat = fPattern->fCompiledPat->getBuffer();
2824 op = (int32_t)pat[fp->fPatIdx];
2874 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand
3464 int32_t stoOp = (int32_t)pat[opValue-1];
3490 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
3491 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3492 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3509 int32_t initOp = (int32_t)pat[opValue];
3512 int32_t minCount = (int32_t)pat[opValue+2];
3513 int32_t maxCount = (int32_t)pat[opValue+3];
3542 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
3543 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3544 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3562 int32_t initOp = (int32_t)pat[opValue];
3565 int32_t minCount = (int32_t)pat[opValue+2];
3566 int32_t maxCount = (int32_t)pat[opValue+3];
3733 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]);
3815 op = (int32_t)pat[fp->fPatIdx];
3880 int32_t minML = (int32_t)pat[fp->fPatIdx++];
3881 int32_t maxML = (int32_t)pat[fp->fPatIdx++];
3953 int32_t minML = (int32_t)pat[fp->fPatIdx++];
3954 int32_t maxML = (int32_t)pat[fp->fPatIdx++];
3955 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++];
4079 int32_t loopcOp = (int32_t)pat[fp->fPatIdx];
4140 int32_t loopcOp = (int32_t)pat[fp->fPatIdx];
4181 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2];
4288 int64_t *pat = fPattern->fCompiledPat->getBuffer();
4318 op = (int32_t)pat[fp->fPatIdx];
4368 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand
4923 int32_t stoOp = (int32_t)pat[opValue-1];
4949 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
4950 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
4951 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
4968 int32_t initOp = (int32_t)pat[opValue];
4971 int32_t minCount = (int32_t)pat[opValue+2];
4972 int32_t maxCount = (int32_t)pat[opValue+3];
5001 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
5002 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
5003 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
5021 int32_t initOp = (int32_t)pat[opValue];
5024 int32_t minCount = (int32_t)pat[opValue+2];
5025 int32_t maxCount = (int32_t)pat[opValue+3];
5174 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]);
5248 op = (int32_t)pat[fp->fPatIdx];
5308 int32_t minML = (int32_t)pat[fp->fPatIdx++];
5309 int32_t maxML = (int32_t)pat[fp->fPatIdx++];
5379 int32_t minML = (int32_t)pat[fp->fPatIdx++];
5380 int32_t maxML = (int32_t)pat[fp->fPatIdx++];
5381 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++];
5504 int32_t loopcOp = (int32_t)pat[fp->fPatIdx];
5566 int32_t loopcOp = (int32_t)pat[fp->fPatIdx];
5605 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2];