Home
last modified time | relevance | path

Searched defs:pos (Results 2276 - 2300 of 3672) sorted by relevance

1...<<919293949596979899100>>...147

/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java231 public String parseReference(String text, ParsePosition pos, int limit) { in parseReference() argument
409 public int parse(String rule, int pos, int limit, in parse() argument
446 private int parseSection(String rule, int pos, in argument
1139 parseRule(String rule, int pos, int limit) parseRule() argument
1371 resemblesPragma(String rule, int pos, int limit) resemblesPragma() argument
1385 parsePragma(String rule, int pos, int limit) parsePragma() argument
1452 parseSet(String rule, ParsePosition pos) parseSet() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbi.cpp549 int64_t pos = utext_getNativeIndex(&fText); in refreshInputText() local
938 int32_t pos = (int32_t)UTEXT_GETNATIVEINDEX(&fText); in handleNext() local
H A Dserv.cpp749 int32_t pos = UHASH_FIRST; in getDisplayNames() local
776 int32_t pos = UHASH_FIRST; getDisplayNames() local
[all...]
H A Duhash.cpp599 int32_t pos=UHASH_FIRST; in uhash_close() local
829 int32_t pos = UHASH_FIRST; in uhash_removeAll() local
873 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement() argument
949 int32_t count1, count2, pos, i; in uhash_equals() local
[all...]
H A Dusprep.cpp142 int32_t pos = UHASH_FIRST; in usprep_internal_flushCache() local
434 uprv_syntaxError(const UChar* rules, int32_t pos, int32_t rulesLen, UParseError* parseError) uprv_syntaxError() argument
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axe.c786 int error, len, pos; in axe_rx_frame() local
910 int nframes, pos; axe_bulk_write_callback() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c54 uint32_t pos; member
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java1006 private int pos; field in UnicodeMap.EntryRanges
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java794 MonkeyException(String description, int pos) { in MonkeyException() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java582 public Position(Position pos) { in Position() argument
589 public void set(Position pos) { in set() argument
995 handleTransliterate(Replaceable text, Position pos, boolean incremental) handleTransliterate() argument
[all...]
H A DTransliteratorParser.java232 public String parseReference(String text, ParsePosition pos, int limit) { in parseReference() argument
410 public int parse(String rule, int pos, int limit, in parse() argument
447 private int parseSection(String rule, int pos, in argument
1140 parseRule(String rule, int pos, int limit) parseRule() argument
1372 resemblesPragma(String rule, int pos, int limit) resemblesPragma() argument
1386 parsePragma(String rule, int pos, int limit) parsePragma() argument
1453 parseSet(String rule, ParsePosition pos) parseSet() argument
[all...]
H A DMeasureFormat.java333 public Measure parseObject(String source, ParsePosition pos) { in parseObject() argument
369 formatMeasurePerUnit( Measure measure, MeasureUnit perUnit, StringBuilder appendTo, FieldPosition pos) formatMeasurePerUnit() argument
H A DRuleBasedNumberFormat.java1209 format(BigInteger number, StringBuffer toAppendTo, FieldPosition pos) format() argument
1221 format(java.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) format() argument
1236 format(ohos.global.icu.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) format() argument
H A DRuleBasedBreakIterator.java1318 void reset(int pos, int ruleStatus) { in reset() argument
1739 seek(int pos) seek() argument
[all...]
H A DDateIntervalFormat.java782 formatIntervalImpl( DateInterval dtInterval, StringBuffer appendTo, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes) formatIntervalImpl() argument
856 format(Calendar fromCalendar, Calendar toCalendar, StringBuffer appendTo, FieldPosition pos) format() argument
888 formatImpl(Calendar fromCalendar, Calendar toCalendar, StringBuffer appendTo, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes) formatImpl() argument
995 fallbackFormatRange(Calendar fromCalendar, Calendar toCalendar, StringBuffer appendTo, StringBuilder patternSB, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes) fallbackFormatRange() argument
1044 fallbackFormat(Calendar fromCalendar, Calendar toCalendar, boolean fromToOnSameDay, StringBuffer appendTo, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes) fallbackFormat() argument
1107 fallbackFormat(Calendar fromCalendar, Calendar toCalendar, boolean fromToOnSameDay, StringBuffer appendTo, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes, String fullPattern) fallbackFormat() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberRegressionTests.java1869 public StringBuffer format(double number, StringBuffer toAppendTo, FieldPosition pos) { in format() argument
1873 public StringBuffer format(long number,StringBuffer toAppendTo, FieldPosition pos) { in format() argument
1881 public StringBuffer format(java.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) { in format() argument
1885 public StringBuffer format(BigInteger number, StringBuffer toAppendTo, FieldPosition pos) { in format() argument
1889 public StringBuffer format(ohos.global.icu.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) { in format() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java798 MonkeyException(String description, int pos) { in MonkeyException() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java167 private int pos; global() field in CollationIterator.SkippedState
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java694 public static String parse(ULocale locale, String text, int type, ParsePosition pos) { in parse() argument
H A DBytesTrie.java126 private int pos; field in BytesTrie.State
677 branchNext(int pos, int length) branchNext() argument
729 readValue(byte[] bytes, int pos, int leadByte) readValue() argument
744 skipValue(int pos, int leadByte) skipValue() argument
757 skipValue(byte[] bytes, int pos) skipValue() argument
763 jumpByDelta(byte[] bytes, int pos) jumpByDelta() argument
782 skipDelta(byte[] bytes, int pos) skipDelta() argument
799 branchNext(int pos, int length, int inByte) branchNext() argument
869 nextImpl(int pos, int inByte) nextImpl() argument
905 findUniqueValueFromBranch(byte[] bytes, int pos, int length, long uniqueValue) findUniqueValueFromBranch() argument
945 findUniqueValue(byte[] bytes, int pos, long uniqueValue) findUniqueValue() argument
980 getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) getNextBranchBytes() argument
[all...]
H A DCharsTrie.java129 private int pos; field in CharsTrie.State
620 branchNext(int pos, int length) branchNext() argument
675 readValue(CharSequence chars, int pos, int leadUnit) readValue() argument
686 skipValue(int pos, int leadUnit) skipValue() argument
696 skipValue(CharSequence chars, int pos) skipValue() argument
701 readNodeValue(CharSequence chars, int pos, int leadUnit) readNodeValue() argument
713 skipNodeValue(int pos, int leadUnit) skipNodeValue() argument
725 jumpByDelta(CharSequence chars, int pos) jumpByDelta() argument
738 skipDelta(CharSequence chars, int pos) skipDelta() argument
753 branchNext(int pos, int length, int inUnit) branchNext() argument
815 nextImpl(int pos, int inUnit) nextImpl() argument
850 findUniqueValueFromBranch(CharSequence chars, int pos, int length, long uniqueValue) findUniqueValueFromBranch() argument
891 findUniqueValue(CharSequence chars, int pos, long uniqueValue) findUniqueValue() argument
934 getNextBranchChars(CharSequence chars, int pos, int length, Appendable out) getNextBranchChars() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberRegressionTests.java1863 public StringBuffer format(double number, StringBuffer toAppendTo, FieldPosition pos) { in format() argument
1867 public StringBuffer format(long number,StringBuffer toAppendTo, FieldPosition pos) { in format() argument
1875 public StringBuffer format(java.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) { in format() argument
1879 public StringBuffer format(BigInteger number, StringBuffer toAppendTo, FieldPosition pos) { in format() argument
1883 public StringBuffer format(com.ibm.icu.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) { in format() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java431 int pos; field in CollationTest.CodePointIterator
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java1003 private int pos; field in UnicodeMap.EntryRanges
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUtility.java1123 parseChar(String id, int[] pos, char ch) parseChar() argument
1155 parsePattern(String rule, int pos, int limit, String pattern, int[] parsedInts) parsePattern() argument
1274 parseInteger(String rule, int[] pos, int limit) parseInteger() argument
1325 parseUnicodeIdentifier(String str, int[] pos) parseUnicodeIdentifier() argument
1437 parseNumber(String text, int[] pos, int radix) parseNumber() argument
[all...]

Completed in 42 milliseconds

1...<<919293949596979899100>>...147