Searched refs:uprv_isRuleWhiteSpace (Results 1 - 22 of 22) sorted by relevance

/external/icu4c/common/
H A Druleiter.cpp67 uprv_isRuleWhiteSpace(c)) {
105 if (!uprv_isRuleWhiteSpace(a)) break;
H A Dutil.cpp137 if (!uprv_isRuleWhiteSpace(c)) {
150 * uprv_isRuleWhiteSpace(). Skipping may be done in the forward or
176 //? uprv_isRuleWhiteSpace(c = text.char32At(pos))) {
220 * ~ zero or more uprv_isRuleWhiteSpace chars
249 if (uprv_isRuleWhiteSpace(c)) {
374 uprv_isRuleWhiteSpace(c)) {
416 uprv_isRuleWhiteSpace(UChar32 c) { function
H A Dutil.h94 * uprv_isRuleWhiteSpace(). Skipping may be done in the forward or
154 * ~ zero or more uprv_isRuleWhiteSpace chars
258 uprv_isRuleWhiteSpace(UChar32 c);
H A Dutil_props.cpp98 if (!uprv_isRuleWhiteSpace(c)) {
137 * !uprv_isRuleWhiteSpace(str.char32At(pos)). On
144 // assert(!uprv_isRuleWhiteSpace(str.char32At(pos)));
H A Duniset.cpp1929 if (uprv_isRuleWhiteSpace(c)) {
/external/icu4c/test/intltest/
H A Dtokiter.cpp92 (quote == 0 && uprv_isRuleWhiteSpace(c))) {
/external/icu4c/i18n/
H A Dname2uni.cpp165 if (uprv_isRuleWhiteSpace(c)) {
H A Dselfmt.cpp318 if ( uprv_isRuleWhiteSpace(ch) ){
H A Dsmpdtfmt.cpp1915 if (uprv_isRuleWhiteSpace(ch)) {
1919 uprv_isRuleWhiteSpace(fPattern.charAt(i+1))) {
1957 if (uprv_isRuleWhiteSpace(ch)) {
1960 uprv_isRuleWhiteSpace(fPattern.charAt(i+1))) {
1967 ( u_isUWhiteSpace(text.charAt(pos)) || uprv_isRuleWhiteSpace(text.charAt(pos)))) {
2401 if (!u_isUWhiteSpace(c) || !uprv_isRuleWhiteSpace(c)) {
3211 if (uprv_isRuleWhiteSpace(c)) {
3229 if (!uprv_isRuleWhiteSpace(c)) {
3269 if (!uprv_isRuleWhiteSpace(c)) {
H A Ducol_tok.cpp514 while(start < end && (u_isWhitespace(*start) || uprv_isRuleWhiteSpace(*start))) { /* eat whitespace */
533 while(u_isWhitespace(*optionArg) || uprv_isRuleWhiteSpace(*optionArg)) { /* eat whitespace */
554 while(u_isWhitespace(*optionArg) || uprv_isRuleWhiteSpace(*optionArg)) { /* eat whitespace */
608 while(u_isWhitespace(*start) || uprv_isRuleWhiteSpace(*start)) { /* eat whitespace */
615 while(u_isWhitespace(**optionArg) || uprv_isRuleWhiteSpace(**optionArg)) { /* eat whitespace */
1044 if(!uprv_isRuleWhiteSpace(ch)) {
1270 } while (uprv_isRuleWhiteSpace(ch));
1343 if(inQuote || !uprv_isRuleWhiteSpace(ch)) {
2226 while(uprv_isRuleWhiteSpace(*(import_end-1))) {
H A Drbnf.cpp316 void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(ch != 0xffff ? ch : *p)) inc();}
318 if (*list == SPACE && uprv_isRuleWhiteSpace(c)) return TRUE;
1334 while (uprv_isRuleWhiteSpace(description.charAt(lpStart))) {
1470 && uprv_isRuleWhiteSpace(description.charAt(start))) {
H A Drbt_pars.cpp409 if (uprv_isRuleWhiteSpace(c)) {
932 if (uprv_isRuleWhiteSpace(c)) {
961 while (uprv_isRuleWhiteSpace(c) && pos < limit) {
1693 if (!uprv_isRuleWhiteSpace(c2) && !u_iscntrl(c2) && !u_ispunct(c2)) {
H A Dnfrule.cpp238 while (p < description.length() && uprv_isRuleWhiteSpace(description.charAt(p))) {
281 else if (uprv_isRuleWhiteSpace(c) || c == gComma || c == gDot) {
310 else if (uprv_isRuleWhiteSpace(c) || c == gComma || c == gDot) {
H A Dnfrs.cpp152 while (pos < description.length() && uprv_isRuleWhiteSpace(description.charAt(++pos))) {
H A Ddecimfmt.cpp2175 if (uprv_isRuleWhiteSpace(c)) {
2193 if (!uprv_isRuleWhiteSpace(c)) {
2234 if (!uprv_isRuleWhiteSpace(c)) {
2356 if (uprv_isRuleWhiteSpace(c)) {
2369 if (uprv_isRuleWhiteSpace(ch)) {
2392 if (uprv_isRuleWhiteSpace(ch)) {
H A Dmsgfmt.cpp175 if (uprv_isRuleWhiteSpace(c)) {
H A Dregexcmp.cpp3750 if (uprv_isRuleWhiteSpace(c.fChar) == FALSE) {
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h936 #define uprv_isRuleWhiteSpace uprv_isRuleWhiteSpace_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h936 #define uprv_isRuleWhiteSpace uprv_isRuleWhiteSpace_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h936 #define uprv_isRuleWhiteSpace uprv_isRuleWhiteSpace_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h936 #define uprv_isRuleWhiteSpace uprv_isRuleWhiteSpace_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1304 #define uprv_isRuleWhiteSpace U_ICU_ENTRY_POINT_RENAME(uprv_isRuleWhiteSpace) macro

Completed in 1937 milliseconds