Searched defs:HYPHEN (Results 1 - 8 of 8) sorted by relevance

/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h57 HYPHEN = 273 enumerator in enum:yytokentype
76 #define HYPHEN 273 macro
/external/icu4c/common/
H A Duidna.cpp43 #define HYPHEN 0x002D macro
298 || b1[0] == HYPHEN || b1[b1Len-1] == HYPHEN){
305 }else if(b1[0] == HYPHEN){
553 || src[0] == HYPHEN || src[srcLength-1] == HYPHEN){
560 }else if(src[0] == HYPHEN){
H A Duniset.cpp32 #define HYPHEN ((UChar)0x002D) /*-*/ macro
1917 case HYPHEN:
2026 result.append(HYPHEN);
2041 result.append(HYPHEN);
H A Duniset_props.cpp58 #define HYPHEN ((UChar)0x002D) /*-*/ macro
77 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
486 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) ||
487 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ ||
536 if (c == HYPHEN /*'-'*/) {
577 if (op == HYPHEN /*'-'*/ || op == INTERSECTION /*'&'*/) {
613 case HYPHEN: /*'-'*/
648 if (op == HYPHEN /*'-'*/) {
659 case HYPHEN /*'-'*/:
776 if (op == HYPHEN /*'
[all...]
/external/icu4c/test/intltest/
H A Didnaref.cpp35 #define HYPHEN 0x002D macro
333 || b1[0] == HYPHEN || b1[b1Len-1] == HYPHEN){
582 || src[0] == HYPHEN || src[srcLength-1] == HYPHEN){
589 }else if(src[0] == HYPHEN){
/external/icu4c/i18n/
H A Ddtptngen_impl.h37 #define HYPHEN ((UChar)0x002D) macro
H A Dplurrule_impl.h41 #define HYPHEN ((UChar)0x002D) macro
/external/webkit/WebKit/android/nav/
H A DSelectText.cpp197 #define HYPHEN 0x2010 // unicode hyphen, first in range of dashes macro
221 if (!mSkipFirstSpace && (mLastUni < HYPHEN || mLastUni > HORZ_BAR)

Completed in 90 milliseconds