HomeSort by relevance Sort by last modified time
    Searched defs:HYPHEN (Results 1 - 9 of 9) sorted by null

  /external/ipsec-tools/src/libipsec/
policy_parse.h 57 HYPHEN = 273
76 #define HYPHEN 273
  /external/icu4c/common/
uidna.cpp 43 #define HYPHEN 0x002D
294 // 3(b) Verify the absence of leading and trailing hyphen-minus; that
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){
uniset.cpp 32 #define HYPHEN ((UChar)0x002D) /*-*/
    [all...]
uniset_props.cpp 60 #define HYPHEN ((UChar)0x002D) /*-*/
79 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
558 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) ||
559 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ ||
608 if (c == HYPHEN /*'-'*/) {
650 if (op == HYPHEN /*'-'*/ || op == INTERSECTION /*'&'*/) {
686 case HYPHEN: /*'-'*/
721 if (op == HYPHEN /*'-'*/) {
732 case HYPHEN /*'-'*/:
849 if (op == HYPHEN /*'-'*/)
    [all...]
  /external/icu4c/i18n/
selfmtimpl.h 42 #define HYPHEN ((UChar)0x002D)
dtptngen_impl.h 37 #define HYPHEN ((UChar)0x002D)
plurrule_impl.h 41 #define HYPHEN ((UChar)0x002D)
  /external/icu4c/test/intltest/
idnaref.cpp 35 #define HYPHEN 0x002D
333 || b1[0] == HYPHEN || b1[b1Len-1] == HYPHEN){
582 || src[0] == HYPHEN || src[srcLength-1] == HYPHEN){
589 }else if(src[0] == HYPHEN){
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp 152 #define HYPHEN_MINUS 0x2D // ASCII hyphen
155 #define HYPHEN 0x2010 // unicode hyphen, first in range of dashes
211 if (((mLastUni >= HYPHEN && mLastUni <= HORZ_BAR)
    [all...]

Completed in 199 milliseconds