Searched refs:wsPattern (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dusettest.cpp2112 UnicodeString wsPattern=UNICODE_STRING("[:White_Space:]", 15); local
2113 UnicodeSet wsSet(wsPattern, errorCode);
2193 applyPattern(wsPattern, errorCode).
2194 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode).
2195 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode).
2205 add(wsPattern).
2215 retainAll(wsPattern).
/external/icu4c/test/intltest/
H A Dusettest.cpp2149 UnicodeString wsPattern=UNICODE_STRING("[:White_Space:]", 15); local
2150 UnicodeSet wsSet(wsPattern, errorCode);
2230 applyPattern(wsPattern, errorCode).
2231 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode).
2232 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode).
2242 add(wsPattern).
2252 retainAll(wsPattern).

Completed in 1201 milliseconds