OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:labelstring
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller_unittest.mm
20
- (NSString*)
labelString
;
25
- (NSString*)
labelString
{
164
base::SysNSStringToUTF8([controller_.get()
labelString
]));
/external/icu4c/common/
uts46.cpp
685
UnicodeString *
labelString
;
735
labelString
=&fromPunycode;
741
labelString
=&dest;
748
return replaceLabel(dest, destLabelStart, destLabelLength, *
labelString
, labelLength);
806
labelString
->replace(labelStart, cpLength, (UChar)0xfffd);
807
label=
labelString
->getBuffer()+labelStart;
809
if(
labelString
==&dest) {
[
all
...]
Completed in 1284 milliseconds