Searched defs:TextUtils (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTextUtils.js31 WebInspector.TextUtils = {
51 return !WebInspector.TextUtils.isStopChar(char) && !WebInspector.TextUtils.isSpaceChar(char);
60 return WebInspector.TextUtils._SpaceCharRegex.test(char);
70 if (!WebInspector.TextUtils.isWordChar(word.charAt(i)))
100 return WebInspector.TextUtils.isOpeningBraceChar(char) || WebInspector.TextUtils.isClosingBraceChar(char);
108 if (!WebInspector.TextUtils.isWordChar(text.charAt(i))) {
121 WebInspector.TextUtils._SpaceCharRegex = /\s/;
126 WebInspector.TextUtils
[all...]
/external/droiddriver/src/com/google/android/droiddriver/util/
H A DTextUtils.java22 public class TextUtils { class

Completed in 586 milliseconds