OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URX_TYPE
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
regexcmp.cpp
411
U_ASSERT(
URX_TYPE
(op) == URX_NOP); // original contents of reserved location
783
if (
URX_TYPE
(repeatedOp) == URX_SETREF) {
[
all
...]
regeximp.h
250
#define
URX_TYPE
(x) ((uint32_t)(x) >> 24)
rematch.cpp
[
all
...]
repattrn.cpp
691
int32_t type =
URX_TYPE
(op);
761
U_ASSERT(
URX_TYPE
(lengthOp) == URX_STRING_LEN);
Completed in 36 milliseconds