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

  /external/ipsec-tools/src/libipsec/
policy_parse.h 57 HYPHEN = 273
76 #define HYPHEN 273
  /external/chromium/third_party/icu/source/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 58 #define HYPHEN ((UChar)0x002D) /*-*/
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/chromium/third_party/icu/source/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/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 61 #define HYPHEN ((UChar)0x002D) /*-*/
80 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
551 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) ||
552 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ ||
601 if (c == HYPHEN /*'-'*/) {
642 if (op == HYPHEN /*'-'*/ || op == INTERSECTION /*'&'*/) {
678 case HYPHEN: /*'-'*/
713 if (op == HYPHEN /*'-'*/) {
724 case HYPHEN /*'-'*/:
841 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/chromium/third_party/icu/source/i18n/
dtptngen_impl.h 37 #define HYPHEN ((UChar)0x002D)
plurrule_impl.h 41 #define HYPHEN ((UChar)0x002D)
  /external/webkit/WebKit/android/nav/
SelectText.cpp 176 #define HYPHEN_MINUS 0x2D // ASCII hyphen
179 #define HYPHEN 0x2010 // unicode hyphen, first in range of dashes
234 if (((mLastUni >= HYPHEN && mLastUni <= HORZ_BAR)
    [all...]

Completed in 279 milliseconds