Home
last modified time | relevance | path

Searched refs:aStr (Results 1 – 12 of 12) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDiffer.java34 public void add (T aStr, T bStr) { in add() argument
35 addA(aStr); in add()
39 public void addA (T aStr) { in addA() argument
41 a[aCount++] = aStr; in addA()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDiffer.java32 public void add (T aStr, T bStr) { in add() argument
33 addA(aStr); in add()
37 public void addA (T aStr) { in addA() argument
39 a[aCount++] = aStr; in addA()
/external/pcre/dist/
Dpcregexp.pas92 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean; in pcGrepMatch()
93 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string; in pcGrepSub() argument
95 function pcFastGrepMatch(WildCard, aStr: string): Boolean; in pcFastGrepMatch()
96 function pcFastGrepSub(WildCard, aStr, aRepl: string): string; in pcFastGrepSub() argument
768 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean; in pcGrepMatch()
777 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string; in pcGrepSub() argument
789 function pcFastGrepMatch(WildCard, aStr: string): Boolean; in pcFastGrepMatch()
797 function pcFastGrepSub(WildCard, aStr, aRepl: string): string; in pcFastGrepSub() argument
/external/clang/test/Analysis/
Dretain-release-gc-only.m72 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ;
73 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
Dretain-release-inline.m82 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ;
83 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
Dretain-release.mm106 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ;
107 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
Dretain-release.m115 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ;
116 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
/external/guice/extensions/persist/lib/
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m127 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ;
128 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
Dobjcmt-arc-cf-annotations.m.result133 …utableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) CF_RETURNS_RETAINE…
134 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java2830 private void check_EC_GROUP(int type, String name, String pStr, String aStr, String bStr, in check_EC_GROUP() argument
2842 BigInteger a = new BigInteger(aStr, 16); in check_EC_GROUP()