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 406 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location
    [all...]
regeximp.h 248 #define URX_TYPE(x) ((uint32_t)(x) >> 24)
rematch.cpp     [all...]
repattrn.cpp 655 int32_t type = URX_TYPE(op);
722 U_ASSERT(URX_TYPE(lengthOp) == URX_STRING_LEN);

Completed in 1876 milliseconds