/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
BCStyle.java | 78 public static final ASN1ObjectIdentifier INITIALS = new ASN1ObjectIdentifier("2.5.4.43"); 220 DefaultSymbols.put(INITIALS, "INITIALS"); 255 DefaultLookUp.put("initials", INITIALS);
|
RFC4519Style.java | 33 public static final ASN1ObjectIdentifier initials = new ASN1ObjectIdentifier("2.5.4.43"); field in class:RFC4519Style 90 DefaultSymbols.put(initials, "initials"); 134 DefaultLookUp.put("initials", initials);
|
/libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
AttributeTypeAndValue.java | 93 /** Initials attribute (initials of an individual's name) (name from API spec) */ 94 private static final ObjectIdentifier INITIALS 95 = new ObjectIdentifier(new int[] { 2, 5, 4, 43 }, "INITIALS", RFC2459_NAMES); 160 RFC2459_NAMES.put(INITIALS.getName(), INITIALS);
|
/external/e2fsprogs/lib/ss/ |
ss.h | 16 * initials are SS, the name of the secret police in Nazi
|
/external/chromium_org/components/autofill/core/browser/ |
name_field.cc | 141 // asks, in stuffy English style, for just initials and a surname, 142 // so we match "initials" here (and just fill in a first name there,
|
autofill_regex_constants.cc.utf8 | 234 "first.*name|initials|fname|first$"
|
/external/chromium_org/third_party/opus/src/doc/ |
draft-valin-codec-opus-update.xml | 18 <author initials="JM" surname="Valin" fullname="Jean-Marc Valin"> 33 <author initials="T." surname="Terriberry" fullname="Timothy B. Terriberry"> 48 <author initials="K." surname="Vos" fullname="Koen Vos">
|
draft-ietf-codec-oggopus.xml | 17 <author initials="T.B." surname="Terriberry" fullname="Timothy B. Terriberry"> 32 <author initials="R." surname="Lee" fullname="Ron Lee"> 47 <author initials="R." surname="Giles" fullname="Ralph Giles"> [all...] |
draft-ietf-payload-rtp-opus.xml | 39 <author fullname="Julian Spittka" initials="J." surname="Spittka"> 45 <author initials='K.' surname='Vos' fullname='Koen Vos'> 59 <author initials="JM" surname="Valin" fullname="Jean-Marc Valin"> [all...] |
/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/ |
SmartDialNameMatcherTest.java | 100 // match tokens with same initials 102 // various matching combinations of tokens with similar initials
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialPrefix.java | 42 /** The number of starting and ending tokens in a contact's name considered for initials. 45 * tokens "Ed" "Foster" can be replaced by their initials in contact name matching. 46 * Users can look up this contact by combinations of his initials such as "AF" "BF" "EF" "ABF" 184 /** Adds initial combinations to the list, with the number of initials restricted by
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Name.java | 101 public static final ASN1ObjectIdentifier INITIALS = new ASN1ObjectIdentifier("2.5.4.43"); 279 DefaultSymbols.put(INITIALS, "INITIALS"); 332 DefaultLookUp.put("initials", INITIALS); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccUtils.java | 372 // "The MS should add the letters for the Country's Initials and 376 // FIXME(mkf) add country initials here
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccUtils.java | 372 // "The MS should add the letters for the Country's Initials and 376 // FIXME(mkf) add country initials here
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkPanose.h | 371 ((Initials, 6))
|
/external/skia/src/sfnt/ |
SkPanose.h | 371 ((Initials, 6))
|
/external/apache-http/src/org/apache/commons/codec/language/ |
Metaphone.java | 125 } // now local has working string with initials fixed
|
/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
obj_mac.num | 102 initials 101
|
objects.txt | 706 X509 43 : initials : initials [all...] |
/external/openssl/crypto/objects/ |
obj_mac.num | 102 initials 101
|
objects.txt | 706 X509 43 : initials : initials [all...] |
/packages/apps/Dialer/tests/src/com/android/dialer/database/ |
SmartDialPrefixTest.java | 322 // Makes sure only only the first two and last two token are considered for initials.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
cdoexstr.h | 148 #define cdoInitials L"urn:schemas:contacts:initials"
|
certsrv.h | 509 #define wszPROPINITIALS TEXT("Initials") [all...] |
/external/libpcap/doc/ |
pcap.xml | 9 <author initials="L." surname="Degioanni" fullname="Loris Degioanni"> 23 <author initials="F." surname="Risso" fullname="Fulvio Risso"> [all...] |