Searched refs:codepoint (Results 1 – 10 of 10) sorted by relevance
85 char32_t NormalizeForSearch(char32_t codepoint) { in NormalizeForSearch() argument88 if (codepoint < kTableSize) { in NormalizeForSearch()89 return table[codepoint]; in NormalizeForSearch()91 return codepoint; in NormalizeForSearch()104 bool IsSkippableForSearch(char32_t codepoint, char32_t prev_codepoint) { in IsSkippableForSearch() argument105 if (codepoint == kBrokenWordMarker) { in IsSkippableForSearch()109 if (BothAreSpaces(NormalizeForSearch(codepoint), NormalizeForSearch(prev_codepoint))) { in IsSkippableForSearch()116 bool IsLineBreak(char32_t codepoint) { in IsLineBreak() argument117 switch (codepoint) { in IsLineBreak()126 bool IsWordBreak(char32_t codepoint) { in IsWordBreak() argument[all …]
27 char32_t NormalizeForSearch(char32_t codepoint);36 bool IsSkippableForSearch(char32_t codepoint, char32_t prev_codepoint);39 bool IsLineBreak(char32_t codepoint);43 bool IsWordBreak(char32_t codepoint);48 void AppendpdfClientCodepointAsUtf8(char32_t codepoint, std::string* output);
45 void AppendCodepointAsUtf8(const char32_t codepoint, std::string* output) { in AppendCodepointAsUtf8() argument46 unchecked::append(codepoint, std::back_inserter(*output)); in AppendCodepointAsUtf8()
41 void AppendCodepointAsUtf8(const char32_t codepoint, std::string* output);
227 int codepoint = s.codePointAt(i); in requestSimpleFuzzySearch() local228 i += Character.charCount(codepoint); in requestSimpleFuzzySearch()229 switch (Character.UnicodeScript.of(codepoint)) { in requestSimpleFuzzySearch()
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...