HomeSort by relevance Sort by last modified time
    Searched defs:hyphen (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /frameworks/minikin/include/minikin/
Hyphenator.h 35 // Break the line and insert a normal hyphen.
37 // Break the line and insert an Armenian hyphen (U+058A).
39 // Break the line and insert a maqaf (Hebrew hyphen, U+05BE).
41 // Break the line and insert a Canadian Syllabics hyphen (U+1400).
43 // Break the line, but don't insert a hyphen. Used for cases when there is already a hyphen
44 // present or the script does not use a hyphen (e.g. in Malayalam).
46 // Break and replace the last code unit with hyphen. Used for Catalan "l·l" which hyphenates
49 // Break the line, and repeat the hyphen (which is the last character) at the beginning of the
53 // Break the line, insert a ZWJ and hyphen at the first line, and a ZWJ at the second line
112 uint32_t hyphen; member in class:minikin::HyphenationType::HyphenEdit
    [all...]
  /external/toybox/toys/pending/
init.c 194 int hyphen = (command[0]=='-'); local
196 command = command + hyphen;
202 next_command = strncpy(toybuf, command - hyphen, sizeof(toybuf));
204 command = next_command + hyphen;
215 final_command[0] = ("-/bin/sh"+!hyphen);
220 if (hyphen) ioctl(0, TIOCSCTTY, 0);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 478 * should contain only alphabets, digits, and hyphen.
504 final int hyphen = '-'; local
515 (codepoint == hyphen))) {
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 598 // Only apply hyphen to the first or last word in the string.
599 uint32_t hyphen = originalHyphen; local
601 hyphen &= ~HyphenEdit::MASK_START_OF_LINE;
604 hyphen &= ~HyphenEdit::MASK_END_OF_LINE;
606 ctx->paint.hyphenEdit = hyphen;
620 // Only apply hyphen to the first (rightmost) or last (leftmost) word in the string.
621 uint32_t hyphen = originalHyphen; local
623 hyphen &= ~HyphenEdit::MASK_START_OF_LINE;
626 hyphen &= ~HyphenEdit::MASK_END_OF_LINE;
628 ctx->paint.hyphenEdit = hyphen;
    [all...]
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.4/
lint-checks-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.2/
lint-checks-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.4/
lint-checks-23.2.4.jar 

Completed in 998 milliseconds

1 2 3 4 5