Home
last modified time | relevance | path

Searched refs:tempLen (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/text/
H A DTextUtils.java308 int tempLen = 2 * len; in regionMatches() local
309 if (tempLen < len) { in regionMatches()
313 char[] temp = obtain(tempLen); in regionMatches()
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/src/
H A DLsLib.cpp1461 uint8_t tempLen = 0; in Write_Response_To_OutFile() local
1464 while (tempLen < tagLen) { in Write_Response_To_OutFile()
1465 status = fprintf(image_info->fResp, "%02X", tagBuffer[tempLen++]); in Write_Response_To_OutFile()