Lines Matching defs:part
745 // This does part of the validity checking spec'ed in CanonicalizeLocaleList:
1967 const std::string& part = elements[i];
1969 factory->NewStringFromUtf8(base::CStrVector(part.c_str()))
2401 // as part of Intl::ResolveLocale.
2694 const NumberFormatSpan& part,
2697 switch (static_cast<UNumberFormatFields>(part.field_id)) {
2700 if (text.charAt(part.begin_pos) == kInfinityChar ||
2702 (part.end_pos - part.begin_pos == 3 &&
2703 text.tempSubString(part.begin_pos, 3) == "INF")) {
2718 return (text.charAt(part.begin_pos) == '+')