HomeSort by relevance Sort by last modified time
    Searched refs:HYPHEN (Results 1 - 25 of 46) 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/android_icu4j/src/main/java/android/icu/impl/
LocaleIDParser.java 52 private static final char HYPHEN = '-';
159 return c == UNDERSCORE || c == HYPHEN || isTerminator(c);
169 if (c == HYPHEN || c == UNDERSCORE) {
200 append(HYPHEN);
245 int oldBlen = buffer.length(); // get before append hyphen, if we truncate everything is undone
264 oldBlen++; // index past hyphen, for clients who want to extract just the script
308 if (firstPass) { // first, add hyphen
311 ++oldBlen; // increment past hyphen
351 if (id[index] == UNDERSCORE || id[index] == HYPHEN) {
414 if (c != UNDERSCORE && c != HYPHEN) {
    [all...]
IDNA2003.java 27 private static final int HYPHEN = 0x002D;
209 || processOut.charAt(0) == HYPHEN
210 || processOut.charAt(processOut.length()-1) == HYPHEN){
218 }else if(processOut.charAt(0) == HYPHEN){
374 // || processOut.charAt(0) == HYPHEN
375 // || processOut.charAt(processOut.length()-1) == HYPHEN){
381 // }else if(processOut.charAt(0) == HYPHEN){
Punycode.java 31 private static final char HYPHEN = 0x2d;
32 private static final char DELIMITER = HYPHEN;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/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...]
  /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;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAReference.java 25 private static final int HYPHEN = 0x002D;
184 || processOut.charAt(0) == HYPHEN
185 || processOut.charAt(processOut.length()-1) == HYPHEN){
193 }else if(processOut.charAt(0) == HYPHEN){
  /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/android_icu4j/src/main/java/android/icu/lang/
UProperty.java 144 * <p>Binary property Hyphen.
148 public static final int HYPHEN = 14;
  /external/icu/icu4c/source/i18n/
selfmtimpl.h 37 #define HYPHEN ((UChar)0x002D)
dtptngen_impl.h 37 #define HYPHEN ((UChar)0x002D)
plurrule_impl.h 49 static const UChar HYPHEN = ((UChar)0x002D);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UProperty.java 159 * <p>Binary property Hyphen.
164 public static final int HYPHEN = 14;
  /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...]
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 340 const uint32_t HYPHEN = 0x2010;
349 HYPHEN, NB_HYPHEN, FEMALE_SIGN, MALE_SIGN, STAFF_OF_AESCULAPIUS };
  /external/libvncserver/webclients/novnc/include/
keysym.js 193 XK_minus = 0x002d, /* U+002D HYPHEN-MINUS */
290 XK_hyphen = 0x00ad, /* U+00AD SOFT HYPHEN */
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 

Completed in 379 milliseconds

1 2