OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compareName
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/tools/flags/
SkCommandLineFlags.cpp
88
const SkString*
compareName
;
92
compareName
= &fName;
95
compareName
= &fShortName;
99
if (
compareName
->equals(string)) {
116
if (flag.equals(*
compareName
)) {
126
return
compareName
->equals(string);
/external/chromium_org/third_party/icu/source/common/
unames.cpp
226
* Important: expandName() and
compareName
() are almost the same -
326
*
compareName
() is almost the same as expandName() except that it compares
331
compareName
(UCharNames *names,
627
if(
compareName
(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) {
[
all
...]
/external/chromium_org/ui/file_manager/file_manager/common/js/
util.js
976
util.
compareName
= function(entry1, entry2) {
[
all
...]
/external/icu/icu4c/source/common/
unames.cpp
226
* Important: expandName() and
compareName
() are almost the same -
326
*
compareName
() is almost the same as expandName() except that it compares
331
compareName
(UCharNames *names,
627
if(
compareName
(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) {
[
all
...]
Completed in 237 milliseconds