HomeSort by relevance Sort by last modified time
    Searched refs:URX_TYPE (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
regexcmp.cpp 414 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location
786 if (URX_TYPE(repeatedOp) == URX_SETREF) {
    [all...]
regeximp.h 252 #define URX_TYPE(x) ((uint32_t)(x) >> 24)
rematch.cpp     [all...]
repattrn.cpp 694 int32_t type = URX_TYPE(op);
768 U_ASSERT(URX_TYPE(lengthOp) == URX_STRING_LEN);

Completed in 117 milliseconds