Searched refs:wordBoundary (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DCaseFormat.java54 private final CharMatcher wordBoundary; field in class:CaseFormat
57 CaseFormat(CharMatcher wordBoundary, String wordSeparator) { argument
58 this.wordBoundary = wordBoundary;
111 while ((j = wordBoundary.indexIn(s, ++j)) != -1) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDatasetDOMStringMap.cpp78 bool wordBoundary = false; local
81 wordBoundary = true;
83 if ((wordBoundary ? toASCIIUpper(attributeName[a]) : attributeName[a]) != propertyName[p])
86 wordBoundary = false;
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-shaper.h129 /*HB_Bool*/ unsigned wordBoundary :1; member in struct:__anon14723
H A Dharfbuzz-shaper.cpp683 attributes[0].wordBoundary = true;
686 attributes[i].wordBoundary = false;
691 attributes[i].wordBoundary = (HB_GetSentenceClass(string[i-1]) == HB_Sentence_Sep);
707 attributes[i++].wordBoundary = false;
713 attributes[i].wordBoundary = (rule == Break);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2343 static int wordBoundary( function
2460 iStart = wordBoundary(iStart, zDoc, nDoc, aMatch, nMatch, iCol);
2474 iEnd = wordBoundary(iEnd, zDoc, nDoc, aMatch, nMatch, iCol);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 202 milliseconds