Home
last modified time | relevance | path

Searched defs:cut (Results 1 – 11 of 11) sorted by relevance

/external/hyphenation/
Dexample.c29 void single_hyphenations(char * word, char * hyphen, char ** rep, int * pos, int * cut, int utf8) { in single_hyphenations()
75 int * cut; in main() local
Dhyphen.c661 char *** rep, int ** pos, int ** cut, int lhmin) in hnj_hyphen_lhmin()
683 char *** rep, int ** pos, int ** cut, int rhmin) in hnj_hyphen_rhmin()
707 char * hyphens, char *** rep, int ** pos, int ** cut, in hnj_hyphen_hyph_()
988 char *** rep, int ** pos, int ** cut) in hnj_hyphen_norm()
1027 char * hyphword, char *** rep, int ** pos, int ** cut) in hnj_hyphen_hyphword()
1047 char *hyphword, char *** rep, int ** pos, int ** cut) in hnj_hyphen_hyphenate2()
1063 char *hyphword, char *** rep, int ** pos, int ** cut, in hnj_hyphen_hyphenate3()
/external/icu4c/i18n/
DdecNumber.c510 Int cut, out; /* .. */ in uprv_decNumberFromString() local
3465 uInt cut=DECDPUN; /* downcounter through unit */ in uprv_decNumberGetBCD() local
3499 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in uprv_decNumberSetBCD() local
3625 Int cut; /* for counting digits in a Unit */ in decToString() local
4256 Int shift, cut; /* .. */ in decDivideOp() local
6594 uInt cut; /* .. */ local
6687 Int cut; /* odd 0's to add */ local
6743 Int cut, count; /* work */ local
6892 uInt cut; /* cut point in Unit */ local
7633 Int cut; /* work */ local
[all …]
DdecNumberLocal.h269 #define TODIGIT(u, cut, c, pow) { \ argument
/external/chromium/chrome/browser/extensions/
Dextension_bookmark_manager_api.cc213 bool ClipboardBookmarkManagerFunction::CopyOrCut(bool cut) { in CopyOrCut()
/external/chromium/chrome/browser/ui/views/
Dwrench_menu.cc328 TextButton* cut = CreateAndConfigureButton( in CutCopyPasteView() local
/external/icu4c/test/intltest/
Dcalregts.cpp1462 UDate cut = cal->getGregorianChange(); in test4141665() local
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm427 WEBCORE_COMMAND(cut) category
/external/webkit/Source/WebCore/editing/
DEditor.cpp1165 void Editor::cut() in cut() function in WebCore::Editor
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm2523 WEBCORE_COMMAND(cut) category
/external/webkit/Source/WebKit/win/
DWebView.cpp4284 HRESULT STDMETHODCALLTYPE WebView::cut( in cut() function in WebView