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

  /external/guava/src/com/google/common/base/
CaseFormat.java 56 private final Pattern wordBoundary;
59 private CaseFormat(Pattern wordBoundary, String wordSeparator) {
60 this.wordBoundary = wordBoundary;
108 for (Matcher matcher = wordBoundary.matcher(s); matcher.find();) {
  /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/harfbuzz/src/
harfbuzz-thai.c 88 attributes[i].wordBoundary = FALSE;
94 attributes[i].wordBoundary = TRUE;
harfbuzz-shaper.h 145 /*HB_Bool*/ hb_bitfield wordBoundary :1;
harfbuzz-shaper.cpp 692 attributes[0].wordBoundary = true;
695 attributes[i].wordBoundary = false;
700 attributes[i].wordBoundary = (HB_GetSentenceClass(string[i-1]) == HB_Sentence_Sep);
716 attributes[i++].wordBoundary = false;
722 attributes[i].wordBoundary = (rule == Break);
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 372 bool wordBoundary = prevIsWordchar != readIsWordchar;
373 return term.invert() ? !wordBoundary : wordBoundary;
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 141 milliseconds