A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
U
- uncapitalize(String) - function in external.org.apache.commons.lang3.StringUtils
- Uncapitalizes a String changing the first letter to title case asper toLowerCase.
- unhook() - function in de.robv.android.xposed.callbacks.IXUnhook
- Removes the callback.
- unhook() - function in de.robv.android.xposed.XC_MethodHook.Unhook
- Removes the callback.
- unhookMethod(Member,XC_MethodHook) - function in de.robv.android.xposed.XposedBridge
- Removes the callback for a hooked method/constructor.
- unicodeEscaped(char) - function in external.org.apache.commons.lang3.CharUtils
- Converts the string to the Unicode format '\u0020'.
- unicodeEscaped(Character) - function in external.org.apache.commons.lang3.CharUtils
- Converts the string to the Unicode format '\u0020'.
- unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - function in de.robv.android.xposed.XSharedPreferences
- unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - function in android.content.XSharedPreferences
- upperCase(String) - function in external.org.apache.commons.lang3.StringUtils
- Converts a String to upper case as per toUpperCase.
- upperCase(String,Locale) - function in external.org.apache.commons.lang3.StringUtils
- Converts a String to upper case as per toUpperCase.