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

  /external/icu4c/i18n/
regexcmp.cpp 417 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location
    [all...]
regeximp.h 258 #define URX_TYPE(x) ((uint32_t)(x) >> 24)
rematch.cpp     [all...]
repattrn.cpp 630 int32_t type = URX_TYPE(op);
697 U_ASSERT(URX_TYPE(lengthOp) == URX_STRING_LEN);

Completed in 21 milliseconds