Searched refs:URX_BACKREF (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dregeximp.h116 URX_BACKREF = 34, // Back Reference. Parameter is the index of the enumerator in enum:__anon11708
H A Drepattrn.cpp696 case URX_BACKREF:
H A Dregexcmp.cpp1280 op = URX_BUILD(URX_BACKREF, groupNum);
2482 case URX_BACKREF: // BackRef. Must assume that it might be a zero length match
2965 case URX_BACKREF: // BackRef. Must assume that it might be a zero length match
3230 case URX_BACKREF: // BackRef. Must assume that it might be a zero length match
3494 case URX_BACKREF:
H A Drematch.cpp3753 case URX_BACKREF:
3775 UBool haveMatch = (opType == URX_BACKREF ?
5425 case URX_BACKREF:
5447 if (opType == URX_BACKREF) {
/external/icu4c/i18n/
H A Dregeximp.h126 URX_BACKREF = 34, // Back Reference. Parameter is the index of the enumerator in enum:__anon19201
H A Drepattrn.cpp671 case URX_BACKREF:
H A Dregexcmp.cpp1322 op = URX_BUILD(URX_BACKREF, groupNum);
2442 case URX_BACKREF: // BackRef. Must assume that it might be a zero length match
2937 case URX_BACKREF: // BackRef. Must assume that it might be a zero length match
3223 case URX_BACKREF: // BackRef. Must assume that it might be a zero length match
3469 case URX_BACKREF:
H A Drematch.cpp3620 case URX_BACKREF:
5079 case URX_BACKREF:

Completed in 171 milliseconds