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

  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 290 UBool actualmatch; local
291 actualmatch = REMatcher->lookingAt(status);
297 if (actualmatch != looking) {
303 actualmatch = REMatcher->matches(status);
309 if (actualmatch != match) {
366 UBool actualmatch; local
367 actualmatch = REMatcher->lookingAt(status);
373 if (actualmatch != looking) {
379 actualmatch = REMatcher->matches(status);
385 if (actualmatch != match)
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 387 UBool actualmatch; local
388 actualmatch = REMatcher->lookingAt(status);
394 if (actualmatch != looking) {
400 actualmatch = REMatcher->matches(status);
406 if (actualmatch != match) {
463 UBool actualmatch; local
464 actualmatch = REMatcher->lookingAt(status);
470 if (actualmatch != looking) {
476 actualmatch = REMatcher->matches(status);
482 if (actualmatch != match)
    [all...]

Completed in 83 milliseconds