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

  /external/skia/tools/flags/
SkCommandLineFlags.cpp 86 const SkString* compareName;
90 compareName = &fName;
93 compareName = &fShortName;
97 if (compareName->equals(string)) {
114 if (flag.equals(*compareName)) {
124 return compareName->equals(string);
  /external/chromium_org/third_party/icu/source/common/
unames.c 247 * Important: expandName() and compareName() are almost the same -
347 * compareName() is almost the same as expandName() except that it compares
352 compareName(UCharNames *names,
648 if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) {
    [all...]
  /external/icu4c/common/
unames.cpp 249 * Important: expandName() and compareName() are almost the same -
349 * compareName() is almost the same as expandName() except that it compares
354 compareName(UCharNames *names,
650 if(compareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) {
    [all...]

Completed in 858 milliseconds