/external/chromium_org/third_party/icu/source/i18n/ |
uspoof_wsconf.cpp | 169 if (uregex_start(parseRegexp, 1, &status) >= 0) { 173 if (uregex_start(parseRegexp, 8, &status) >= 0) { 184 input, uregex_start(parseRegexp, 2, &status), uregex_end(parseRegexp, 2, &status), status); 186 if (uregex_start(parseRegexp, 3, &status) >=0) { 188 input, uregex_start(parseRegexp, 3, &status), uregex_end(parseRegexp, 3, &status), status); 212 if (uregex_start(parseRegexp, 7, &status) >= 0) {
|
uspoof_conf.cpp | 259 if (uregex_start(fParseLine, 7, &status) >= 0) { 263 if (uregex_start(fParseLine, 8, &status) >= 0) { 271 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status), 274 int32_t mapStringStart = uregex_start(fParseLine, 2, &status); 284 UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status), 295 UHashtable *table = uregex_start(fParseLine, 3, &status) >= 0 ? fSLTable : 296 uregex_start(fParseLine, 4, &status) >= 0 ? fSATable : 297 uregex_start(fParseLine, 5, &status) >= 0 ? fMLTable : 298 uregex_start(fParseLine, 6, &status) >= 0 ? fMATable :
|
uregex.cpp | 738 // uregex_start 742 uregex_start(URegularExpression *regexp2, function [all...] |
/external/icu4c/i18n/ |
uspoof_conf.cpp | 262 if (uregex_start(fParseLine, 7, &status) >= 0) { 266 if (uregex_start(fParseLine, 8, &status) >= 0) { 274 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status), 277 int32_t mapStringStart = uregex_start(fParseLine, 2, &status); 287 UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status), 298 UHashtable *table = uregex_start(fParseLine, 3, &status) >= 0 ? fSLTable : 299 uregex_start(fParseLine, 4, &status) >= 0 ? fSATable : 300 uregex_start(fParseLine, 5, &status) >= 0 ? fMLTable : 301 uregex_start(fParseLine, 6, &status) >= 0 ? fMATable :
|
uspoof_wsconf.cpp | 168 if (uregex_start(parseRegexp, 1, &status) >= 0) { 172 if (uregex_start(parseRegexp, 8, &status) >= 0) { 183 input, uregex_start(parseRegexp, 2, &status), uregex_end(parseRegexp, 2, &status), status); 185 if (uregex_start(parseRegexp, 3, &status) >=0) { 187 input, uregex_start(parseRegexp, 3, &status), uregex_end(parseRegexp, 3, &status), status); 211 if (uregex_start(parseRegexp, 7, &status) >= 0) {
|
uregex.cpp | 756 // uregex_start 760 uregex_start(URegularExpression *regexp2, function [all...] |
/external/icu4c/test/cintltst/ |
reapits.c | 548 TEST_ASSERT(uregex_start(re, 0, &status) == 3); 554 TEST_ASSERT(uregex_start(re, 0, &status) == 11); 567 TEST_ASSERT(uregex_start(re, 0, &status) == 3); 573 TEST_ASSERT(uregex_start(re, 0, &status) == 6); 582 TEST_ASSERT(uregex_start(re, 0, &status) == 13); 703 TEST_ASSERT(uregex_start(re, 0, &status) == 4); 711 TEST_ASSERT(uregex_start(re, 0, &status) == 0); 719 TEST_ASSERT(uregex_start(re, 0, &status) == 4); 721 TEST_ASSERT(uregex_start(re, 0, &status) == 5); 730 TEST_ASSERT(uregex_start(re, 0, &status) == 4) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
reapits.c | 507 TEST_ASSERT(uregex_start(re, 0, &status) == 3); 513 TEST_ASSERT(uregex_start(re, 0, &status) == 11); 526 TEST_ASSERT(uregex_start(re, 0, &status) == 3); 532 TEST_ASSERT(uregex_start(re, 0, &status) == 6); 541 TEST_ASSERT(uregex_start(re, 0, &status) == 13); 662 TEST_ASSERT(uregex_start(re, 0, &status) == 4); 670 TEST_ASSERT(uregex_start(re, 0, &status) == 0); 678 TEST_ASSERT(uregex_start(re, 0, &status) == 4); 680 TEST_ASSERT(uregex_start(re, 0, &status) == 5); 689 TEST_ASSERT(uregex_start(re, 0, &status) == 4) [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
uregex.h | 478 * If a match is found, <code>uregex_start(), uregex_end()</code>, and 506 * previous match. If a match is found, <code>uregex_start(), uregex_end()</code>, and 622 uregex_start(URegularExpression *regexp, 627 * 64bit version of uregex_start. 665 * uregex_start(), uregex_end() and uregex_group() to return an error [all...] |
/external/icu4c/i18n/unicode/ |
uregex.h | 542 * If a match is found, <code>uregex_start(), uregex_end()</code>, and 567 * If a match is found, <code>uregex_start(), uregex_end()</code>, and 586 * previous match. If a match is found, <code>uregex_start(), uregex_end()</code>, and 702 uregex_start(URegularExpression *regexp, 707 * 64bit version of uregex_start. [all...] |
/external/icu4c/common/unicode/ |
urename.h | 1435 #define uregex_start macro [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | 1411 #define uregex_start macro [all...] |