HomeSort by relevance Sort by last modified time
    Searched refs:personal (Results 1 - 14 of 14) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
Address.java 48 private String personal; field in class:Address
51 * When personal is set, it will return the first token of the personal string. Otherwise, it will
58 // Regex that matches personal name surrounded by '""' optionally. '^"?([^"]+)"?$'
89 public Address(String address, String personal) {
90 setPersonal(personal);
100 if (TextUtils.isEmpty(personal) && !TextUtils.isEmpty(address)) {
103 } else if (!TextUtils.isEmpty(personal)) {
107 int end = personal.indexOf(' ');
108 while (end > 0 && personal.charAt(end - 1) == ',')
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 60 * When personal is set, it will return the first token of the personal
67 // Regex that matches personal name surrounded by '""' optionally. '^"?([^"]+)"?$'
99 public Address(String address, String personal) {
100 setPersonal(personal);
169 * Set personal part from UTF-16 string. Optional surrounding double quote will be removed.
172 * @param personal name part of email address as UTF-16 string. Null is acceptable.
174 public void setPersonal(String personal) {
175 mPersonal = decodeAddressPersonal(personal);
182 * @param personal name part of email address as UTF-16 string. Null is acceptable
    [all...]
  /external/python/cpython3/Modules/_blake2/impl/
blake2b-ref.c 140 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERSONALBYTES] )
142 memcpy( P->personal, personal, BLAKE2B_PERSONALBYTES );
189 memset( P->personal, 0, sizeof( P->personal ) );
212 memset( P->personal, 0, sizeof( P->personal ) );
blake2s-ref.c 133 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERSONALBYTES] )
135 memcpy( P->personal, personal, BLAKE2S_PERSONALBYTES );
183 memset( P->personal, 0, sizeof( P->personal ) );
205 memset( P->personal, 0, sizeof( P->personal ) );
blake2.h 102 uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */ member in struct:__blake2s_param
117 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */ member in struct:__blake2b_param
blake2b.c 169 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERSONALBYTES] )
171 memcpy( P->personal, personal, BLAKE2B_PERSONALBYTES );
blake2s.c 156 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERSONALBYTES] )
158 memcpy( P->personal, personal, BLAKE2S_PERSONALBYTES );
  /prebuilts/go/darwin-x86/src/os/user/
lookup_unix.go 132 // personal data where the first item is the full name of the
cgo_lookup_unix.go 125 // personal data where the first item is the full name of the
  /prebuilts/go/linux-x86/src/os/user/
lookup_unix.go 132 // personal data where the first item is the full name of the
cgo_lookup_unix.go 125 // personal data where the first item is the full name of the
  /external/python/cpython3/Modules/_blake2/
blake2b_impl.c 141 memcpy(self->param.personal, person->buf, person->len);
blake2s_impl.c 141 memcpy(self->param.personal, person->buf, person->len);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
wikipedia.css 79 /* Personal */
80 #p-personal {
85 #p-personal h5 {
88 #p-personal ul {
94 #p-personal li {
99 #p-personal li {
    [all...]

Completed in 1364 milliseconds