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

  /external/chromium_org/third_party/icu/source/i18n/
repattrn.cpp 656 int32_t pinnedType = type;
657 if ((uint32_t)pinnedType >= sizeof(opNames)/sizeof(char *)) {
658 pinnedType = 0;
661 REGEX_DUMP_DEBUG_PRINTF(("%4d %08x %-15s ", index, op, opNames[pinnedType]));
  /external/icu/icu4c/source/i18n/
repattrn.cpp 632 int32_t pinnedType = type;
633 if ((uint32_t)pinnedType >= sizeof(opNames)/sizeof(char *)) {
634 pinnedType = 0;
637 printf("%4d %08x %-15s ", index, op, opNames[pinnedType]);

Completed in 213 milliseconds