/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorParser.java | 231 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 D | rbbi.cpp | 549 int64_t pos = utext_getNativeIndex(&fText); in refreshInputText() local 938 int32_t pos = (int32_t)UTEXT_GETNATIVEINDEX(&fText); in handleNext() local
|
H A D | serv.cpp | 749 int32_t pos = UHASH_FIRST; in getDisplayNames() local 776 int32_t pos = UHASH_FIRST; getDisplayNames() local [all...] |
H A D | uhash.cpp | 599 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 D | usprep.cpp | 142 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 D | if_axe.c | 786 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 D | usb_hid.c | 54 uint32_t pos; member [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
H A D | UnicodeMap.java | 1006 private int pos; field in UnicodeMap.EntryRanges
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 794 MonkeyException(String description, int pos) { in MonkeyException() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Transliterator.java | 582 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 D | TransliteratorParser.java | 232 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 D | MeasureFormat.java | 333 public Measure parseObject(String source, ParsePosition pos) { in parseObject() argument 369 formatMeasurePerUnit( Measure measure, MeasureUnit perUnit, StringBuilder appendTo, FieldPosition pos) formatMeasurePerUnit() argument
|
H A D | RuleBasedNumberFormat.java | 1209 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 D | RuleBasedBreakIterator.java | 1318 void reset(int pos, int ruleStatus) { in reset() argument 1739 seek(int pos) seek() argument [all...] |
H A D | DateIntervalFormat.java | 782 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 D | NumberRegressionTests.java | 1869 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 D | RBBIMonkeyTest.java | 798 MonkeyException(String description, int pos) { in MonkeyException() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationIterator.java | 167 private int pos; global() field in CollationIterator.SkippedState [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Currency.java | 694 public static String parse(ULocale locale, String text, int type, ParsePosition pos) { in parse() argument
|
H A D | BytesTrie.java | 126 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 D | CharsTrie.java | 129 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 D | NumberRegressionTests.java | 1863 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 D | CollationTest.java | 431 int pos; field in CollationTest.CodePointIterator
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | UnicodeMap.java | 1003 private int pos; field in UnicodeMap.EntryRanges
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Utility.java | 1123 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...] |