| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | callcoll.c | 747 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; in TestTertiary() local 772 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; in TestPrimary() local 799 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; in TestSecondary() local 824 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; TestIdentical() local 848 static const char str[]="& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; TestExtra() local 1104 static const char str[] = TestSurrogates() local [all...] |
| H A D | cbiapts.c | 95 UChar str[1]; member
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | restsnew.cpp | 1197 UnicodeString str = theBundle.getStringEx("testescape",status); in TestNewTypes() local 1209 UnicodeString str = theBundle.getStringEx("test_underscores",status); in TestNewTypes() local
|
| H A D | tzfmttst.cpp | 64 static UBool contains(const char** list, const char* str) { in contains() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | locdspnm.cpp | 39 char *str; in ncat() local
|
| H A D | ustring.cpp | 1523 ustr_hashUCharsN(const UChar *str, int32_t length) { in ustr_hashUCharsN() argument 1528 ustr_hashCharsN(const char *str, int32_t length) { in ustr_hashCharsN() argument 1533 ustr_hashICharsN(const char *str, int32_t length) { in ustr_hashICharsN() argument
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | f_uac.c | 894 const char *str; in uac_mkstrdesc() local
|
| /third_party/alsa-lib/include/ |
| H A D | local.h | 255 static inline int safe_strtoll(const char *str, long long *val) { return safe_strtoll_base(str, val, 0); } in safe_strtoll() argument 258 static inline int safe_strtol(const char *str, long *val) { return safe_strtol_base(str, val, 0); } in safe_strtol() argument
|
| /third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
| H A D | StableAPI.java | 534 private static String getBasename(String str) { in getBasename() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| H A D | BasicTest.java | 1946 public Temp(int opt,String str){ in Temp() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| H A D | BasicTest.java | 1943 public Temp(int opt,String str){ in Temp() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | Normalizer.java | 577 public Normalizer(String str, Mode mode, int opt) { in Normalizer() argument 690 public static String compose(String str, boolean compat) { in compose() argument 707 public static String compose(String str, boolean compat, int options) { in compose() argument 774 decompose(String str, boolean compat) decompose() argument 791 decompose(String str, boolean compat, int options) decompose() argument 863 normalize(String str, Mode mode, int options) normalize() argument 1112 isNormalized(String str, Mode mode, int options) isNormalized() argument [all...] |
| H A D | RuleBasedCollator.java | 1177 public long[] internalGetCEs(CharSequence str) { in internalGetCEs() argument 1550 private StringBuilder str; global() field in RuleBasedCollator.FCDUTF16NFDIterator [all...] |
| H A D | SpoofChecker.java | 1432 public String getSkeleton(CharSequence str) { in getSkeleton() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | UCharacterName.java | 688 void appendName(int ch, StringBuffer str) in appendName() argument 916 private boolean compareFactorString(int index[], int length, String str, in compareFactorString() argument 1424 add(int set[], String str) add() argument 1440 add(int set[], StringBuffer str) add() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationBuilder.java | 112 void addReset(int strength, CharSequence str) { in addReset() argument 283 private long getSpecialResetPosition(CharSequence str) { in getSpecialResetPosition() argument 442 void addRelation(int strength, CharSequence prefix, CharSequence str, CharSequence extension) { in addRelation() argument 1096 addIfDifferent(CharSequence prefix, CharSequence str, long[] newCEs, int newCEsLength, int ce32) addIfDifferent() argument [all...] |
| H A D | CollationDataBuilder.java | 1218 int fetchCEs(CharSequence str, int start, long ces[], int cesLength) { in fetchCEs() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | VTimeZone.java | 1923 private static long parseDateTimeString(String str, int offset) { in parseDateTimeString() argument 1986 offsetStrToMillis(String str) offsetStrToMillis() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationbuilder.cpp | 296 CollationBuilder::addReset(int32_t strength, const UnicodeString &str, in addReset() argument 484 CollationBuilder::getSpecialResetPosition(const UnicodeString &str, in getSpecialResetPosition() argument 649 addRelation(int32_t strength, const UnicodeString &prefix, const UnicodeString &str, const UnicodeString &extension, const char *&parserErrorReason, UErrorCode &errorCode) addRelation() argument 1128 UnicodeString str = stringIter.next(); addOnlyClosure() local 1144 UnicodeString str = stringIter.next(); addOnlyClosure() local 1351 addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) addIfDifferent() argument [all...] |
| H A D | number_patternstring.cpp | 772 UnicodeString str = incrementQuantity.toPlainString(); in propertiesToPatternString() local
|
| H A D | collationdatabuilder.cpp | 183 DataBuilderCollationIterator::fetchCEs(const UnicodeString &str, int32_t start, in fetchCEs() argument
|
| H A D | rbt_pars.cpp | 925 UnicodeString str; // scratch in parseRules() local
|
| /third_party/icu/icu4c/source/extra/uconv/ |
| H A D | uconv.cpp | 811 UnicodeString str; convertFile() local 991 UnicodeString str; convertFile() local [all...] |
| /third_party/libsnd/src/ |
| H A D | common.c | 1393 psf_get_date_str (char *str, int maxlen) in psf_get_date_str() argument
|
| /third_party/libuv/test/ |
| H A D | test-spawn.c | 1285 WCHAR* str; in TEST_IMPL() local [all...] |