| /third_party/curl/projects/ |
| H A D | checksrc.bat | 114 :start
label
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | lut.c | 103 int start, /* Start value */ in cupsLutNew() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
| H A D | PlainStringFormattedValue.java | 72 public CharSequence subSequence(int start, int end) { in subSequence() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | PatternProps.java | 170 isIdentifier(CharSequence s, int start, int limit) isIdentifier() argument [all...] |
| H A D | UCharArrayIterator.java | 22 private final int start; field in UCharArrayIterator 26 public UCharArrayIterator(char[] text, int start, int limit) { in UCharArrayIterator() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | BidiWriter.java | 95 private static String doWriteForward(char[] text, int start, int limit, in doWriteForward() argument 233 static String doWriteReverse(char[] text, int start, int limit, int options) in doWriteReverse() argument [all...] |
| H A D | BidiRun.java | 34 int start; /* first logical position of the run */ field in BidiRun 62 BidiRun(int start, int limit, byte embeddingLevel) in BidiRun() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | Holiday.java | 73 public Date firstAfter(Date start) { in firstAfter() argument 91 public Date firstBetween(Date start, Date end) { in firstBetween() argument 116 public boolean isBetween(Date start, Dat argument [all...] |
| H A D | RangeDateRule.java | 48 public void add(Date start, DateRule rule) { in add() argument 60 public Date firstAfter(Date start) { in firstAfter() argument 86 public Date firstBetween(Date start, Date end) { in firstBetween() argument 126 isBetween(Date start, Date end) isBetween() argument 134 startIndex(Date start) startIndex() argument 160 Range(Date start, DateRule rule) Range() argument 164 public Date start; global() field in Range [all...] |
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | FunctionReplacer.java | 50 replace(Replaceable text, int start, int limit, int[] cursor) replace() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | utf16collationiterator.h | 79 const UChar *start, *pos, *limit; member in UTF16CollationIterator [all...] |
| H A D | utf8collationiterator.h | 164 int32_t start; member in FCDUTF8CollationIterator
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_parse.c | 47 uint8_t *start; in usb_desc_foreach() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| H A D | ElapsedTimer.java | 41 public static String elapsedTime(long start, long end) { in elapsedTime() argument 45 public static String elapsedTime(long start) { in elapsedTime() argument 103 private static String diffTime(NumberFormat fmt, long start, long end) { in diffTime() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | PatternProps.java | 149 isIdentifier(CharSequence s, int start, int limit) isIdentifier() argument [all...] |
| H A D | UCharArrayIterator.java | 24 private final int start; field in UCharArrayIterator 28 public UCharArrayIterator(char[] text, int start, int limit) { in UCharArrayIterator() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | BidiWriter.java | 96 private static String doWriteForward(char[] text, int start, int limit, in doWriteForward() argument 234 static String doWriteReverse(char[] text, int start, int limit, int options) in doWriteReverse() argument [all...] |
| H A D | BidiRun.java | 34 int start; /* first logical position of the run */ field in BidiRun 62 BidiRun(int start, int limit, byte embeddingLevel) in BidiRun() argument [all...] |
| H A D | FunctionReplacer.java | 51 replace(Replaceable text, int start, int limit, int[] cursor) replace() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
| H A D | DecompressionTest.java | 21 private void log(char [] chars, int start, int count) { in log() argument 30 private void logln(char [] chars, int start, int count) in logln() argument
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
| H A D | CalculateCRC32.java | 70 public static int computeCRC32(byte buffer[], int start, int count, int lastcrc){ in computeCRC32() argument
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| H A D | ElapsedTimer.java | 38 public static String elapsedTime(long start, long end) { in elapsedTime() argument 42 public static String elapsedTime(long start) { in elapsedTime() argument 100 private static String diffTime(NumberFormat fmt, long start, long end) { in diffTime() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | Holiday.java | 75 public Date firstAfter(Date start) { in firstAfter() argument 93 public Date firstBetween(Date start, Date end) { in firstBetween() argument 118 public boolean isBetween(Date start, Dat argument [all...] |
| H A D | RangeDateRule.java | 50 public void add(Date start, DateRule rule) { in add() argument 61 public Date firstAfter(Date start) { in firstAfter() argument 86 public Date firstBetween(Date start, Date end) { in firstBetween() argument 124 isBetween(Date start, Date end) isBetween() argument 132 startIndex(Date start) startIndex() argument 158 Range(Date start, DateRule rule) Range() argument 162 public Date start; global() field in Range [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/ |
| H A D | DecompressionTest.java | 24 private void log(char [] chars, int start, int count) { in log() argument 33 private void logln(char [] chars, int start, int count) in logln() argument
|