Searched defs:wordBoundary (Results 1 - 4 of 4) 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/webkit/Source/WebCore/dom/
H A DDatasetDOMStringMap.cpp85 bool wordBoundary = false; local
88 wordBoundary = true;
90 if ((wordBoundary ? toASCIIUpper(attribute[a]) : attribute[a]) != property[p])
93 wordBoundary = false;
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h145 /*HB_Bool*/ hb_bitfield wordBoundary :1; member in struct:__anon6286
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrInterpreter.cpp372 bool wordBoundary = prevIsWordchar != readIsWordchar; local
373 return term.invert() ? !wordBoundary : wordBoundary;

Completed in 140 milliseconds