/external/hyphenation/ |
example.c | 29 void single_hyphenations(char * word, char * hyphen, char ** rep, int * pos, int * cut, int utf8) { 41 printf("%s\n", hindex(word + k, cut[j], utf8)); 75 int * cut; local 146 cut = NULL; 150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) { 182 if (optdd) single_hyphenations(lcword, hyphens, rep, pos, cut, dict->utf8); 189 free(cut);
|
/external/aac/libAACdec/src/ |
aacdec_drc_types.h | 135 FIXP_DBL cut; member in struct:__anon1575
|
/external/v8/tools/ |
generate-ten-powers.scm | 56 (define (round-n-cut n e nb-bits) 63 ;; with the -1 it will only round up if the cut off part is 73 (cut (bit-rshbx (round n) shift)) 74 (exact? (=bx n (bit-lshbx cut shift)))) 75 (if (<=bx cut max-container) 76 (values cut e exact?) 77 (round-n-cut n (+fx e 1) nb-bits)))) 125 (receive (cut e exact?) 126 (round-n-cut n e nb-bits) 129 (v cut) [all...] |
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserFactory.java | 299 int cut = classNames.indexOf (',', pos); local 301 if (cut == -1) cut = classNames.length (); 302 final String name = classNames.substring (pos, cut); 334 pos = cut + 1;
|
/frameworks/wilhelm/tools/permute/ |
permute.c | 95 // choose a random cut point within the slop region 97 unsigned cut = r % slop; local 99 unsigned leftLength = s->mMinSegmentLengthFrames + cut; 101 unsigned rightLength = s->mMinSegmentLengthFrames + (slop - cut);
|
/external/webkit/Source/WebCore/svg/ |
SVGElementInstance.h | 105 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), cut); member in class:WebCore::SVGElementInstance
|
/frameworks/base/voip/java/android/net/sip/ |
SimpleSessionDescription.java | 462 return cut("b=", ':'); 492 return cut("a=", ':'); 548 private String[] cut(String prefix, char delimiter) { method in class:SimpleSessionDescription.Fields
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
EditableDialogCellEditor.java | 172 fireEnablementChanged(CUT); 408 text.cut();
|
/external/chromium/chrome/browser/ui/views/ |
wrench_menu.cc | 319 // CutCopyPasteView is the view containing the cut/copy/paste buttons. 328 TextButton* cut = CreateAndConfigureButton( local 339 copy_background->SetOtherButtons(cut, paste); 607 // The items representing the cut (cut/copy/paste) and zoom menu
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 196 int cut = attrName.indexOf(':'); local 199 if (cut != -1) { 200 prefix = attrName.substring(0, cut); 201 attrName = attrName.substring(cut + 1); 244 int cut = attrName.indexOf(':'); local 246 if (cut == 0 && !relaxed) { 249 } else if (cut != -1) { 250 String attrPrefix = attrName.substring(0, cut); 252 attrName = attrName.substring(cut + 1); 268 int cut = name.indexOf(':') local [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | 1472 UDate cut = cal->getGregorianChange(); local [all...] |
/external/icu4c/i18n/ |
decNumber.c | 510 Int cut, out; /* .. */ local 3479 uInt cut=DECDPUN; \/* downcounter through unit *\/ local 3513 Int cut=MSUDIGITS(n); \/* [faster than remainder] *\/ local 3639 Int cut; \/* for counting digits in a Unit *\/ local 4270 Int shift, cut; \/* .. *\/ local 6615 uInt cut; \/* .. *\/ local 6708 Int cut; \/* odd 0's to add *\/ local 6764 Int cut, count; \/* work *\/ local 6913 uInt cut; \/* cut point in Unit *\/ local 7654 Int cut; \/* work *\/ local 7837 Int cut; \/* .. *\/ local [all...] |
/external/webkit/Source/WebCore/editing/ |
Editor.cpp | 192 // WinIE uses onbeforecut and onbeforepaste to enables the cut and paste menu items. They 1165 void Editor::cut() function in class:WebCore::Editor [all...] |
/prebuilt/common/kxml2/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/darwin-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |
/prebuilts/sdk/11/ |
android.jar | |