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

  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 168 const char* tenc=name; local
169 for(int i=0;*tenc!='\0';i++){
170 bEnc[i]=*tenc;
171 tenc++;
223 const char* tenc=name; local
224 for(int i=0;*tenc!='\0';i++){
225 bEnc[i]=*tenc;
226 tenc++;
304 const char* tenc=name; local
305 for(int i=0;*tenc!='\0';i++)
360 const char* tenc=name; local
414 const char* tenc=name; local
465 const char* tenc=name; local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractSampleEncryptionBox.java 54 AbstractTrackEncryptionBox tenc = (AbstractTrackEncryptionBox) Path.getPath(tkhd, "../mdia[0]/minf[0]/stbl[0]/stsd[0]/enc.[0]/sinf[0]/schi[0]/tenc[0]"); local
55 if (tenc == null) {
56 tenc = (AbstractTrackEncryptionBox) Path.getPath(tkhd, "../mdia[0]/minf[0]/stbl[0]/stsd[0]/enc.[0]/sinf[0]/schi[0]/uuid[0]");
58 useThisIvSize = tenc.getDefaultIvSize();
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 565 func (b jsonbyte) MarshalJSON() ([]byte, error) { return tenc(`{"JB":%d}`, b) }
569 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
573 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
577 func (i textint) MarshalText() ([]byte, error) { return tenc(`TI:%d`, i) }
579 func tenc(format string, a ...interface{}) ([]byte, error) { func
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 565 func (b jsonbyte) MarshalJSON() ([]byte, error) { return tenc(`{"JB":%d}`, b) }
569 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
573 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
577 func (i textint) MarshalText() ([]byte, error) { return tenc(`TI:%d`, i) }
579 func tenc(format string, a ...interface{}) ([]byte, error) { func

Completed in 1794 milliseconds