OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bestName
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Driver/
MSVCToolChain.cpp
145
std::string
bestName
;
187
bestName
= keyName;
189
bestName
.append(nextKey);
190
lResult = RegOpenKeyExA(hTopKey,
bestName
.c_str(), 0,
197
*phValue =
bestName
;
/external/cldr/tools/java/org/unicode/cldr/util/
Unlocode.java
266
String
bestName
= list[SubdivisionFields.Subdivision_name.ordinal()].trim();
274
// String
bestName
= null;
276
// if (
bestName
== null) {
277
//
bestName
= namePair.split("=")[1];
279
//
bestName
= namePair.split("=")[1];
283
// System.out.println("\t" + locode + "\t" +
bestName
+ "\t\t\t");
285
putCheckingDuplicate(iso3166_2Data, locode, new Iso3166_2Data(
bestName
));
Completed in 130 milliseconds