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

  /external/chromium/third_party/icu/source/i18n/
repattrn.cpp 84 fStartType = other.fStartType;
145 fStartType = START_NO_INFO;
582 REGEX_DUMP_DEBUG_PRINTF((" Match Start Type: %s\n", START_OF_MATCH_STR(This->fStartType)));
583 if (This->fStartType == START_STRING) {
589 } else if (This->fStartType == START_SET) {
608 } else if (This->fStartType == START_CHAR) {
regexcmp.cpp     [all...]
rematch.cpp 420 switch (fPattern->fStartType) {
    [all...]
  /external/icu4c/i18n/
repattrn.cpp 94 fStartType = other.fStartType;
155 fStartType = START_NO_INFO;
787 REGEX_DUMP_DEBUG_PRINTF((" Match Start Type: %s\n", START_OF_MATCH_STR(This->fStartType)));
788 if (This->fStartType == START_STRING) {
795 } else if (This->fStartType == START_SET) {
814 } else if (This->fStartType == START_CHAR) {
regexcmp.cpp     [all...]
rematch.cpp 622 switch (fPattern->fStartType) {
908 switch (fPattern->fStartType) {
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 417 int32_t fStartType; // Info on how a match must start.
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 613 int32_t fStartType; // Info on how a match must start.
    [all...]

Completed in 187 milliseconds