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

1 2

  /external/ipsec-tools/src/libipsec/
policy_parse.h 57 HYPHEN = 273
76 #define HYPHEN 273
policy_parse.y 144 %token SLASH HYPHEN
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
328 HYPHEN
339 HYPHEN
345 | ME HYPHEN ANY {
351 | ANY HYPHEN ME {
358 | ME HYPHEN ME
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDParser.java 50 private static final char HYPHEN = '-';
157 return c == UNDERSCORE || c == HYPHEN || isTerminator(c);
167 if (c == HYPHEN || c == UNDERSCORE) {
198 append(HYPHEN);
243 int oldBlen = buffer.length(); // get before append hyphen, if we truncate everything is undone
262 oldBlen++; // index past hyphen, for clients who want to extract just the script
306 if (firstPass) { // first, add hyphen
309 ++oldBlen; // increment past hyphen
349 if (id[index] == UNDERSCORE || id[index] == HYPHEN) {
412 if (c != UNDERSCORE && c != HYPHEN) {
    [all...]
IDNA2003.java 25 private static final int HYPHEN = 0x002D;
208 || processOut.charAt(0) == HYPHEN
209 || processOut.charAt(processOut.length()-1) == HYPHEN){
217 }else if(processOut.charAt(0) == HYPHEN){
373 // || processOut.charAt(0) == HYPHEN
374 // || processOut.charAt(processOut.length()-1) == HYPHEN){
380 // }else if(processOut.charAt(0) == HYPHEN){
Punycode.java 29 private static final char HYPHEN = 0x2d;
30 private static final char DELIMITER = HYPHEN;
ICUResourceBundle.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAReference.java 24 private static final int HYPHEN = 0x002D;
183 || processOut.charAt(0) == HYPHEN
184 || processOut.charAt(processOut.length()-1) == HYPHEN){
192 }else if(processOut.charAt(0) == HYPHEN){
  /external/icu/icu4c/source/common/
uniset_props.cpp 58 #define HYPHEN ((UChar)0x002D) /*-*/
77 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
474 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) ||
475 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ ||
524 if (c == HYPHEN /*'-'*/) {
566 if (op == HYPHEN /*'-'*/ || op == INTERSECTION /*'&'*/) {
602 case HYPHEN: /*'-'*/
637 if (op == HYPHEN /*'-'*/) {
648 case HYPHEN /*'-'*/:
765 if (op == HYPHEN /*'-'*/)
    [all...]
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){
552 || src[0] == HYPHEN || src[srcLength-1] == HYPHEN){
559 }else if(src[0] == HYPHEN){
uniset.cpp 34 #define HYPHEN ((UChar)0x002D) /*-*/
    [all...]
  /external/icu/icu4c/source/i18n/
selfmtimpl.h 37 #define HYPHEN ((UChar)0x002D)
dtptngen_impl.h 37 #define HYPHEN ((UChar)0x002D)
plurrule_impl.h 46 static const UChar HYPHEN = ((UChar)0x002D);
dtptngen.cpp     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UProperty.java 159 * <p>Binary property Hyphen.</p>
164 public static final int HYPHEN = 14;
UCharacter.java     [all...]
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 155 const uint32_t HYPHEN = 0x2010;
161 KEYCAP, HYPHEN, NB_HYPHEN };
  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 35 #define HYPHEN 0x002D
335 || b1[0] == HYPHEN || b1[b1Len-1] == HYPHEN){
584 || src[0] == HYPHEN || src[srcLength-1] == HYPHEN){
591 }else if(src[0] == HYPHEN){
  /frameworks/base/core/java/android/text/
DynamicLayout.java 363 ints[HYPHEN] = reflowed.getHyphen(i);
645 return mInts.getValue(line, HYPHEN);
758 private static final int HYPHEN = 3;
StaticLayout.java     [all...]
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /packages/apps/Settings/src/com/android/settings/search/
Index.java 153 private static final String HYPHEN = "-";
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java     [all...]
  /external/fonttools/Lib/fontTools/
agl.py 72 # descriptive names for CUS UVs--uppercase letters, hyphen, and
479 002D;hyphen;HYPHEN-MINUS
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 605 && ch != 0x00AD/* Unicode 4.0 changed the defintion of soft hyphen to be a Cf*/) {
    [all...]

Completed in 718 milliseconds

1 2