OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:validateRE
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
uregex.cpp
82
//
validateRE
Do boilerplate style checks on API function parameters.
85
static UBool
validateRE
(const RegularExpression *re, UBool requiresText, UErrorCode *status) {
271
if (
validateRE
(re, FALSE, &status) == FALSE) {
286
if (
validateRE
(source, FALSE, status) == FALSE) {
326
if (
validateRE
(regexp, FALSE, status) == FALSE) {
357
if (
validateRE
(regexp, FALSE, status) == FALSE) {
376
if (
validateRE
(regexp, FALSE, status) == FALSE) {
409
if (
validateRE
(regexp, FALSE, status) == FALSE) {
439
if (
validateRE
(regexp, FALSE, status) == FALSE) {
479
if (
validateRE
(regexp, FALSE, status) == FALSE)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
uregex.cpp
81
//
validateRE
Do boilerplate style checks on API function parameters.
84
static UBool
validateRE
(const RegularExpression *re, UErrorCode *status, UBool requiresText = TRUE) {
270
if (
validateRE
(re, &status, FALSE) == FALSE) {
285
if (
validateRE
(source, status, FALSE) == FALSE) {
325
if (
validateRE
(regexp, status, FALSE) == FALSE) {
356
if (
validateRE
(regexp, status, FALSE) == FALSE) {
375
if (
validateRE
(regexp, status, FALSE) == FALSE) {
408
if (
validateRE
(regexp, status, FALSE) == FALSE) {
438
if (
validateRE
(regexp, status, FALSE) == FALSE) {
478
if (
validateRE
(regexp, status, FALSE) == FALSE)
[
all
...]
Completed in 25 milliseconds