Home
last modified time | relevance | path

Searched refs:nump (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java932 int nump = ImsCallProfile.OIRToPresentation( in updateAddressDisplay() local
939 + Rlog.pii(LOG_TAG, name) + " nump = " + nump + " namep = " + namep); in updateAddressDisplay()
963 if (mNumberPresentation != nump) { in updateAddressDisplay()
964 mNumberPresentation = nump; in updateAddressDisplay()
/aosp12/frameworks/av/media/extractors/fuzzers/
H A Dmp4_extractor_fuzzer.dict203 kw202="nump"
/aosp12/bionic/libc/tzcode/
H A Dlocaltime.c778 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() argument
794 *nump = num; in getnum()