OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillin
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/ctestfw/
dbgutil.cpp
23
static const UnicodeString& _fieldString(UDebugEnumType type, int32_t field, UnicodeString&
fillin
) {
26
return
fillin
.remove();
28
return
fillin
= UnicodeString(str, ""); // optimize?
/external/icu4c/tools/toolutil/
dbgutil.cpp
25
static const UnicodeString& _fieldString(UDebugEnumType type, int32_t field, UnicodeString&
fillin
) {
28
return
fillin
.remove();
30
return
fillin
= UnicodeString(str, ""); // optimize?
/packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java
276
Intent
fillin
;
local
278
fillin
= new Intent(ACTION_CHANGE_FOLDER)
283
fillin
= new Intent(Intent.ACTION_VIEW)
287
fillin
= new Intent(BrowserActivity.ACTION_SHOW_BROWSER);
290
views.setOnClickFillInIntent(R.id.list_item,
fillin
);
Completed in 560 milliseconds