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

1 2 3 4 5 6 7

  /external/hyphenation-patterns/
build-hyb.mk 5 LOCAL_MODULE_PATH := $(TARGET_OUT)/usr/hyphen-data
Android.mk 82 $(eval LOCAL_MODULE_PATH := $(TARGET_OUT)/usr/hyphen-data)\
  /external/ipsec-tools/src/libipsec/
policy_token.l 76 hyphen \-
154 {hyphen} { return(HYPHEN); }
  /frameworks/base/libs/hwui/hwui/
Paint.h 80 void setHyphenEdit(uint32_t hyphen) { mHyphenEdit = hyphen; }
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
147-define-macro-no-space.c 19 #define H- hyphen
  /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/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java     [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 313 // Only apply hyphen to the first or last word in the string.
330 // Only apply hyphen to the first (rightmost) or last (leftmost)
448 || preferredHyphen == 0x1400 /* CANADIAN SYLLABIC HYPHEN */) {
452 // The original hyphen requested was not supported. Let's try and see if the
453 // Unicode hyphen is supported.
457 if (preferredHyphen == CHAR_HYPHEN) { /* HYPHEN */
458 // Fallback to ASCII HYPHEN-MINUS if the font didn't have a glyph for the preferred hyphen.
460 // HYPHEN-MINUS either, so a tofu could be shown, hinting towards something missing.
462 return 0x002D; // HYPHEN-MINU
    [all...]
  /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...]
  /prebuilts/go/darwin-x86/src/html/template/
url.go 114 // ALPHA (%41-%5A and %61-%7A), DIGIT (%30-%39), hyphen (%2D),
  /prebuilts/go/darwin-x86/src/net/http/
header.go 171 // letter and any letter following a hyphen to upper case;
  /prebuilts/go/linux-x86/src/html/template/
url.go 114 // ALPHA (%41-%5A and %61-%7A), DIGIT (%30-%39), hyphen (%2D),
  /prebuilts/go/linux-x86/src/net/http/
header.go 171 // letter and any letter following a hyphen to upper case;
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /frameworks/base/core/jni/android/graphics/
Paint.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 347 * Mask for hyphen edits that happen at the end of a line. Keep in sync with the definition in
354 * Mask for hyphen edits that happen at the start of a line. Keep in sync with the definition in
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 124 hyphen \-
410 {hyphen}{addrstring} {
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 235 // code and a hyphen. The response is terminated by a line that starts
566 // letter and any letter following a hyphen to upper case;
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 235 // code and a hyphen. The response is terminated by a line that starts
566 // letter and any letter following a hyphen to upper case;
  /prebuilts/go/darwin-x86/src/crypto/x509/
name_constraints_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
name_constraints_test.go     [all...]
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 375 // consisting entirely of two hyphen characters ("-",
  /prebuilts/go/darwin-x86/src/strconv/
quote.go 477 return r != 0xAD // ...except for the bizarre soft hyphen.
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 375 // consisting entirely of two hyphen characters ("-",
  /prebuilts/go/linux-x86/src/strconv/
quote.go 477 return r != 0xAD // ...except for the bizarre soft hyphen.

Completed in 917 milliseconds

1 2 3 4 5 6 7