Home | History | Annotate | Download | only in androidfw

Lines Matching refs:convBuffer

887             char16_t* convBuffer = (char16_t*)calloc(convBufferLen, sizeof(char16_t));
897 char16_t* end = utf8_to_utf16(s, len, convBuffer, convBufferLen);
898 c = strzcmp16(convBuffer, end-convBuffer, str, strLen);
910 free(convBuffer);
918 free(convBuffer);