HomeSort by relevance Sort by last modified time
    Searched defs:wordBoundary (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/dom/
DatasetDOMStringMap.cpp 85 bool wordBoundary = false;
88 wordBoundary = true;
90 if ((wordBoundary ? toASCIIUpper(attribute[a]) : attribute[a]) != property[p])
93 wordBoundary = false;
  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 54 private final CharMatcher wordBoundary;
57 CaseFormat(CharMatcher wordBoundary, String wordSeparator) {
58 this.wordBoundary = wordBoundary;
111 while ((j = wordBoundary.indexIn(s, ++j)) != -1) {
  /external/harfbuzz/src/
harfbuzz-shaper.h 145 /*HB_Bool*/ hb_bitfield wordBoundary :1;
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 372 bool wordBoundary = prevIsWordchar != readIsWordchar;
373 return term.invert() ? !wordBoundary : wordBoundary;
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 136 milliseconds