Home
last modified time | relevance | path

Searched refs:LOWER (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/openssl/crypto/conf/
Dkeysets.pl14 my $LOWER = 0x0004;
34 $v |= $LOWER if $c =~ /[a-z]/;
47 $v |= $LOWER if $c =~ /[a-z]/;
74 #define CONF_LOWER $LOWER
/third_party/glib/tests/
Dgen-casemap-txt.py61 LOWER,
85 lower[code] = make_hex(fields[LOWER])
90 lower[code] = make_hex(fields[LOWER])
91 title[code] = make_hex(fields[LOWER])
/third_party/nghttp2/third-party/url-parser/
Durl_parser.c177 #define LOWER(c) (unsigned char)(c | 0x20) macro
178 #define IS_ALPHA(c) (LOWER(c) >= 'a' && LOWER(c) <= 'z')
181 #define IS_HEX(c) (IS_NUM(c) || (LOWER(c) >= 'a' && LOWER(c) <= 'f'))
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java210 if(getTypeFromProps(props)==LOWER) { in toupper()
216 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toupper()
230 if(getTypeFromProps(props)==LOWER) { in totitle()
236 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in totitle()
1162 if(getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1250 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1504 return LOWER==getType(c); in hasBinaryProperty()
1582 public static final int LOWER=1; field in UCaseProps
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java214 if(getTypeFromProps(props)==LOWER) { in toupper()
220 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toupper()
234 if(getTypeFromProps(props)==LOWER) { in totitle()
240 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in totitle()
1162 if(getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1235 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1489 return LOWER==getType(c); in hasBinaryProperty()
1567 public static final int LOWER=1; field in UCaseProps
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollationKey.java105 public static final int LOWER = 0; field in CollationKey.BoundMode
445 case BoundMode.LOWER: // = 0 in getBound()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationKey.java107 public static final int LOWER = 0; field in CollationKey.BoundMode
456 case BoundMode.LOWER: // = 0 in getBound()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c412 #define LOWER(c) (unsigned char)(c | 0x20) macro
413 #define IS_ALPHA(c) (LOWER(c) >= 'a' && LOWER(c) <= 'z')
416 #define IS_HEX(c) (IS_NUM(c) || (LOWER(c) >= 'a' && LOWER(c) <= 'f'))
1454 c = LOWER(ch); in http_parser_execute()
1531 c = LOWER(ch); in http_parser_execute()
/third_party/glib/glib/
Dgen-unicode-tables.pl36 …AL_VALUE $DIGIT_VALUE $NUMERIC_VALUE $MIRRORED $OLD_NAME $COMMENT $UPPER $LOWER $TITLE $BREAK_CODE…
53 $LOWER = 13;
600 $value[$code] = hex ($fields[$LOWER]);
605 $title_to_lower{$code} = hex ($fields[$LOWER]);
/third_party/icu/icu4c/source/data/translit/
DBengali_InterIndic.txt92 ৱ→\uE072; # Bengali-InterIndic: LETTER RA WITH LOWER DIAGONAL
DInterIndic_Telugu.txt121 \uE072→ర; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Malayalam.txt122 \uE072→ര; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Oriya.txt120 \uE072→ର; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Kannada.txt122 \uE072→ರ; # LETTER RA WITH LOWER DIAGONAL
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DBengali_InterIndic.txt91 ৱ→\uE072; # Bengali-InterIndic: LETTER RA WITH LOWER DIAGONAL
DInterIndic_Oriya.txt119 \uE072→ର; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Bengali.txt119 \uE072→ৱ; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Malayalam.txt121 \uE072→ര; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Gujarati.txt119 \uE072→ર; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Kannada.txt121 \uE072→ರ; # LETTER RA WITH LOWER DIAGONAL
/third_party/skia/third_party/externals/icu/source/data/translit/
DBengali_InterIndic.txt92 ৱ→\uE072; # Bengali-InterIndic: LETTER RA WITH LOWER DIAGONAL
DInterIndic_Bengali.txt120 \uE072→ৱ; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Telugu.txt121 \uE072→ర; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Kannada.txt122 \uE072→ರ; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Malayalam.txt122 \uE072→ര; # LETTER RA WITH LOWER DIAGONAL

1234