OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prevstr
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java
129
* @param
prevStr
the previous string with the capabilities. Can be a null pointer.
130
* @param capStr the capability string to append to
prevStr
argument.
131
* @return the result string in the form "
prevStr
|capStr".
133
private static String appendCapabilityToString(String
prevStr
,
135
if (
prevStr
== null) {
138
return
prevStr
+ "|" + capStr;
/external/libedit/src/
filecomplete.c
284
char **match_list = NULL, *retstr, *
prevstr
;
local
313
prevstr
= match_list[1];
314
max_equal = strlen(
prevstr
);
317
prevstr
[i] == match_list[which][i]; i++)
/external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp
632
static void GetChangedString(const UString &newStr, UString &
prevStr
, bool &hasChanged)
634
hasChanged = !(
prevStr
== newStr);
636
prevStr
= newStr;
/external/pdfium/core/fpdftext/
cpdf_textpage.cpp
[
all
...]
Completed in 191 milliseconds