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

  /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/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[break_positions[i]-1].wordBoundary = TRUE;
harfbuzz-shaper.h 145 /*HB_Bool*/ hb_bitfield wordBoundary :1;
harfbuzz-shaper.cpp 694 attributes[0].wordBoundary = true;
697 attributes[i].wordBoundary = false;
702 attributes[i].wordBoundary = (HB_GetSentenceClass(string[i-1]) == HB_Sentence_Sep);
718 attributes[i++].wordBoundary = false;
724 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...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 312 milliseconds