OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMatchAtCPBoundary
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ustring.c
39
isMatchAtCPBoundary
(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) {
83
if(
isMatchAtCPBoundary
(start, s-1, p, NULL)) {
131
if(
isMatchAtCPBoundary
(start, s-1, p, NULL)) {
169
if(
isMatchAtCPBoundary
(start, s-1, p, limit)) {
345
if(
isMatchAtCPBoundary
(start, p, limit+1, start+length)) {
[
all
...]
/external/icu4c/common/
ustring.cpp
40
isMatchAtCPBoundary
(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) {
84
if(
isMatchAtCPBoundary
(start, s-1, p, NULL)) {
132
if(
isMatchAtCPBoundary
(start, s-1, p, NULL)) {
170
if(
isMatchAtCPBoundary
(start, s-1, p, limit)) {
346
if(
isMatchAtCPBoundary
(start, p, limit+1, start+length)) {
[
all
...]
Completed in 84 milliseconds