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

  /external/chromium_org/third_party/icu/source/i18n/
repattrn.cpp 94 fStartType = other.fStartType;
155 fStartType = START_NO_INFO;
789 REGEX_DUMP_DEBUG_PRINTF((" Match Start Type: %s\n", START_OF_MATCH_STR(This->fStartType)));
790 if (This->fStartType == START_STRING) {
797 } else if (This->fStartType == START_SET) {
816 } else if (This->fStartType == START_CHAR) {
regexcmp.cpp     [all...]
rematch.cpp 654 switch (fPattern->fStartType) {
    [all...]
  /external/icu4c/i18n/
repattrn.cpp 91 fStartType = other.fStartType;
152 fStartType = START_NO_INFO;
764 REGEX_DUMP_DEBUG_PRINTF((" Match Start Type: %s\n", START_OF_MATCH_STR(This->fStartType)));
765 if (This->fStartType == START_STRING) {
772 } else if (This->fStartType == START_SET) {
791 } else if (This->fStartType == START_CHAR) {
regexcmp.cpp     [all...]
rematch.cpp 660 switch (fPattern->fStartType) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h 613 int32_t fStartType; // Info on how a match must start.
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 600 int32_t fStartType; // Info on how a match must start.
    [all...]

Completed in 32 milliseconds