Home
last modified time | relevance | path

Searched defs:source (Results 1101 - 1125 of 1691) sorted by relevance

1...<<41424344454647484950>>...68

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java1176 public Object[] parse(String source, ParsePosition pos) { in parse() argument
1215 public Map<String, Object> parseToMap(String source, ParsePosition pos) { in parseToMap() argument
1239 public Object[] parse(String source) throws ParseException { in parse() argument
1264 parse(int msgStart, String source, ParsePosition pos, Object[] args, Map<String, Object> argsMap) parse() argument
1401 parseToMap(String source) parseToMap() argument
1440 parseObject(String source, ParsePosition pos) parseObject() argument
1942 parseChoiceArgument( MessagePattern pattern, int partIndex, String source, ParsePosition pos) parseChoiceArgument() argument
1983 matchStringUntilLimitPart( MessagePattern pattern, int partIndex, int limitPartIndex, String source, int sourceOffset) matchStringUntilLimitPart() argument
[all...]
H A DNormalizer.java711 public static int compose(char[] source,char[] target, boolean compat, int options) { in compose() argument
791 public static int decompose(char[] source,char[] target, boolean compat, int options) { in decompose() argument
876 normalize(char[] source,char[] target, Mode mode, int options) normalize() argument
955 quickCheck(String source, Mode mode) quickCheck() argument
980 quickCheck(String source, Mode mode, int options) quickCheck() argument
998 quickCheck(char[] source, Mode mode, int options) quickCheck() argument
1026 quickCheck(char[] source,int start, int limit, Mode mode,int options) quickCheck() argument
[all...]
H A DNumberFormat.java300 public final Object parseObject(String source, in parseObject() argument
H A DDateIntervalFormat.java1189 public Object parseObject(String source, ParsePosition parse_pos) in parseObject() argument
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java269 public CollationElementIterator getCollationElementIterator(String source) { in getCollationElementIterator() argument
281 public CollationElementIterator getCollationElementIterator(CharacterIterator source) { in getCollationElementIterator() argument
294 public CollationElementIterator getCollationElementIterator(UCharacterIterator source) { in getCollationElementIterator() argument
1057 getCollationKey(String source) getCollationKey() argument
1070 getCollationKey(String source, CollationBuffer buffer) getCollationKey() argument
1090 getRawCollationKey(String source, RawCollationKey key) getRawCollationKey() argument
1139 getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuffer buffer) getRawCollationKey() argument
1151 simpleKeyLengthEstimate(CharSequence source) simpleKeyLengthEstimate() argument
1483 compare(String source, String target) compare() argument
[all...]
H A DCollator.java1199 public boolean equals(String source, String target) in equals() argument
1235 compare(String source, String target) compare() argument
1249 compare(Object source, Object target) compare() argument
1284 getCollationKey(String source) getCollationKey() argument
1304 getRawCollationKey(String source, RawCollationKey key) getRawCollationKey() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c179 UChar *source=NULL; in TestNormCases() local
[all...]
H A Dusrchtst.c2832 static void TestPCEBuffer_with(const UChar *search, uint32_t searchLen, const UChar *source, uint32_t sourceLen) { in TestPCEBuffer_with() argument
2949 UChar source[] = in TestPCEBuffer_100df() local
2960 UChar source[] = in TestPCEBuffer_2surr() local
2970 UChar source[] in TestMatchFollowedByIgnorables() local
[all...]
H A Dcallcoll.c236 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { in compareUsingPartials() argument
274 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) in doTestVariant() argument
456 doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) doTest() argument
874 UChar source [100]; TestJB581() local
1112 UChar source[][4] = TestSurrogates() local
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbitblb.cpp1045 void RBBITableBuilder::setAdd(UVector *dest, UVector *source) { in setAdd() argument
H A Ducnv_bld.cpp293 const UConverterStaticData *source = (const UConverterStaticData *) raw; in ucnv_data_unFlattenClone() local
H A Ducnvisci.cpp898 const UChar *source = args->source; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local
1181 const char *source = ( char *) args->source; UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
[all...]
/third_party/alsa-lib/include/
H A Dseq_event.h318 snd_seq_addr_t source; /**< source address */ member
331 snd_seq_addr_t source; /**< source address */ member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java124 private static final <T> int makeUniqueIndex(Map<T, Integer> objectToInt, T source) { in makeUniqueIndex() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java268 boolean checkPat (String source, UnicodeSet testSet) { in checkPat() argument
295 checkPat(String source, UnicodeSet testSet, String pat) checkPat() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRoundTripTest.java200 private void assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) { in assertRoundTripTransform() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java728 public static int compose(char[] source,char[] target, boolean compat, int options) { in compose() argument
812 public static int decompose(char[] source,char[] target, boolean compat, int options) { in decompose() argument
901 normalize(char[] source,char[] target, Mode mode, int options) normalize() argument
984 quickCheck(String source, Mode mode) quickCheck() argument
1010 quickCheck(String source, Mode mode, int options) quickCheck() argument
1029 quickCheck(char[] source, Mode mode, int options) quickCheck() argument
1058 quickCheck(char[] source,int start, int limit, Mode mode,int options) quickCheck() argument
[all...]
H A DMessageFormat.java1147 public Object[] parse(String source, ParsePosition pos) { in parse() argument
1185 public Map<String, Object> parseToMap(String source, ParsePosition pos) { in parseToMap() argument
1208 public Object[] parse(String source) throws ParseException { in parse() argument
1233 parse(int msgStart, String source, ParsePosition pos, Object[] args, Map<String, Object> argsMap) parse() argument
1369 parseToMap(String source) parseToMap() argument
1407 parseObject(String source, ParsePosition pos) parseObject() argument
1898 parseChoiceArgument( MessagePattern pattern, int partIndex, String source, ParsePosition pos) parseChoiceArgument() argument
1939 matchStringUntilLimitPart( MessagePattern pattern, int partIndex, int limitPartIndex, String source, int sourceOffset) matchStringUntilLimitPart() argument
[all...]
H A DRuleBasedCollator.java266 public CollationElementIterator getCollationElementIterator(String source) { in getCollationElementIterator() argument
277 public CollationElementIterator getCollationElementIterator(CharacterIterator source) { in getCollationElementIterator() argument
289 public CollationElementIterator getCollationElementIterator(UCharacterIterator source) { in getCollationElementIterator() argument
1029 getCollationKey(String source) getCollationKey() argument
1042 getCollationKey(String source, CollationBuffer buffer) getCollationKey() argument
1062 getRawCollationKey(String source, RawCollationKey key) getRawCollationKey() argument
1111 getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuffer buffer) getRawCollationKey() argument
1123 simpleKeyLengthEstimate(CharSequence source) simpleKeyLengthEstimate() argument
1444 compare(String source, String target) compare() argument
[all...]
H A DArabicShaping.java88 public int shape(char[] source, int sourceStart, int sourceLength, in shape() argument
144 shape(char[] source, int start, int length) shape() argument
1105 calculateSize(char[] source, int sourceStart, int sourceLength) calculateSize() argument
1792 internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) internalShape() argument
[all...]
H A DNumberFormat.java286 public final Object parseObject(String source, in parseObject() argument
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java185 private void assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) { in assertRoundTripTransform() argument
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java124 private static final <T> int makeUniqueIndex(Map<T, Integer> objectToInt, T source) { in makeUniqueIndex() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationMiscTest.java293 void reportCResult(String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
2593 OneTestCase(String source, String target, int result) OneTestCase() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java1442 static final EnumSet<StandardPluralCategories> getSet(Collection<String> source) { in getSet() argument

Completed in 49 milliseconds

1...<<41424344454647484950>>...68