HomeSort by relevance Sort by last modified time
    Searched refs:uprv_isRuleWhiteSpace (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ruleiter.cpp 67 uprv_isRuleWhiteSpace(c)) {
105 if (!uprv_isRuleWhiteSpace(a)) break;
util.cpp 137 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) {
util.h 94 * uprv_isRuleWhiteSpace(). Skipping may be done in the forward or
154 * ~ zero or more uprv_isRuleWhiteSpace chars
258 uprv_isRuleWhiteSpace(UChar32 c);
util_props.cpp 98 if (!uprv_isRuleWhiteSpace(c)) {
137 * !uprv_isRuleWhiteSpace(str.char32At(pos)). On
144 // assert(!uprv_isRuleWhiteSpace(str.char32At(pos)));
uniset.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tokiter.cpp 92 (quote == 0 && uprv_isRuleWhiteSpace(c))) {
  /external/chromium_org/third_party/icu/source/i18n/
name2uni.cpp 165 if (uprv_isRuleWhiteSpace(c)) {
selfmt.cpp 318 if ( uprv_isRuleWhiteSpace(ch) ){
smpdtfmt.cpp     [all...]
ucol_tok.cpp 514 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 */
    [all...]
rbnf.cpp 316 void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(ch != 0xffff ? ch : *p)) inc();}
318 if (*list == SPACE && uprv_isRuleWhiteSpace(c)) return TRUE;
    [all...]
rbt_pars.cpp 409 if (uprv_isRuleWhiteSpace(c)) {
    [all...]
nfrule.cpp 238 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) {
    [all...]
nfrs.cpp 152 while (pos < description.length() && uprv_isRuleWhiteSpace(description.charAt(++pos))) {
decimfmt.cpp     [all...]
msgfmt.cpp 175 if (uprv_isRuleWhiteSpace(c)) {
    [all...]
regexcmp.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 385 milliseconds