OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findBestMatch
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/
tzgnames.h
55
int32_t
findBestMatch
(const UnicodeString& text, int32_t start, uint32_t types,
tzgnames.cpp
282
int32_t
findBestMatch
(const UnicodeString& text, int32_t start, uint32_t types,
918
TZGNCore::
findBestMatch
(const UnicodeString& text, int32_t start, uint32_t types,
[
all
...]
tzfmt.cpp
786
len = gnames->
findBestMatch
(text, startIdx, genericNameTypes, tzID, parsedTimeType, status);
908
genMatchLen = gnames->
findBestMatch
(text, startIdx, ALL_GENERIC_NAME_TYPES, tzID, parsedTimeType, status);
[
all
...]
/cts/apps/CtsVerifier/include/colorchecker/
colorcheckertest.h
83
void
findBestMatch
(int i1, int i2, int j1, int j2);
/cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp
760
findBestMatch
(rowStart, rowEnd, columnStart, columnEnd);
762
ALOGV("
FindBestMatch
for %d, %d, %d, %d", rowStart,
797
void ColorCheckerTest::
findBestMatch
(int i1, int i2, int j1, int j2) {
[
all
...]
Completed in 797 milliseconds