Home
last modified time | relevance | path

Searched refs:getPart (Results 26 - 35 of 35) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePattern.java41 * with countParts(), getPart() and related methods.
384 if((part=getPart(--i)).getType()==Part.Type.INSERT_CHAR) { in autoQuoteApostropheDeep()
413 public Part getPart(int i) { in getPart() method in MessagePattern
419 * Convenience method for getPart(i).getType().
430 * Convenience method for getPart(partIndex).getIndex().
502 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternDemo.java37 MessagePattern.Part part=msg.getPart(i); in printParts()
/third_party/icu/icu4c/source/common/
H A Dmessagepattern.cpp352 const Part &part=getPart(--i); in autoQuoteApostropheDeep()
380 const Part &part=getPart(pluralStart); in getPluralOffset()
1210 int32_t prevIndex=msgPattern.getPart(msgStart).getLimit(); in appendSubMessageWithoutSkipSyntax()
1212 const MessagePattern::Part &part=msgPattern.getPart(++i); in appendSubMessageWithoutSkipSyntax()
1224 index=msgPattern.getPart(i).getLimit(); in appendSubMessageWithoutSkipSyntax()
/third_party/node/deps/icu-small/source/common/
H A Dmessagepattern.cpp352 const Part &part=getPart(--i); in autoQuoteApostropheDeep()
380 const Part &part=getPart(pluralStart); in getPluralOffset()
1210 int32_t prevIndex=msgPattern.getPart(msgStart).getLimit(); in appendSubMessageWithoutSkipSyntax()
1212 const MessagePattern::Part &part=msgPattern.getPart(++i); in appendSubMessageWithoutSkipSyntax()
1224 index=msgPattern.getPart(i).getLimit(); in appendSubMessageWithoutSkipSyntax()
/third_party/skia/third_party/externals/icu/source/common/
H A Dmessagepattern.cpp352 const Part &part=getPart(--i); in autoQuoteApostropheDeep()
380 const Part &part=getPart(pluralStart); in getPluralOffset()
1210 int32_t prevIndex=msgPattern.getPart(msgStart).getLimit(); in appendSubMessageWithoutSkipSyntax()
1212 const MessagePattern::Part &part=msgPattern.getPart(++i); in appendSubMessageWithoutSkipSyntax()
1224 index=msgPattern.getPart(i).getLimit(); in appendSubMessageWithoutSkipSyntax()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h1812 std::pair<bool, StringRef> getPart(size_t i) { in getPart() function
1831 std::pair<bool, StringRef> LHSPart = LHSParts.getPart(I);
1832 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I);
1840 std::pair<bool, StringRef> LHSPart = LHSParts.getPart(I);
1841 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTestMessageFormat.java1762 MessagePattern.Part part = pattern.getPart(--i); in getPatternAndSkipSyntax()
2061 MessagePattern.Part arg = pattern.getPart(2); in TestMessagePatternPartCoverage()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTestMessageFormat.java1765 MessagePattern.Part part = pattern.getPart(--i); in getPatternAndSkipSyntax()
2064 MessagePattern.Part arg = pattern.getPart(2); in TestMessagePatternPartCoverage()
/third_party/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp1586 const MessagePattern::Part& part = pattern.getPart(--i); in GetPatternAndSkipSyntax()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 21 milliseconds

12