/third_party/skia/third_party/externals/icu/source/common/ |
D | patternprops.h | 90 static const UChar *skipIdentifier(const UChar *s, int32_t length);
|
D | patternprops.cpp | 222 PatternProps::skipIdentifier(const UChar *s, int32_t length) { in skipIdentifier() function in PatternProps
|
D | messagepattern.cpp | 554 index=skipIdentifier(index); in parseArg() 817 index=skipIdentifier(index); in parsePluralOrSelectStyle() 1014 MessagePattern::skipIdentifier(int32_t index) { in skipIdentifier() function in MessagePattern 1017 const UChar *t=PatternProps::skipIdentifier(s+index, msgLength-index); in skipIdentifier()
|
/third_party/icu/icu4c/source/common/ |
D | patternprops.h | 90 static const UChar *skipIdentifier(const UChar *s, int32_t length);
|
D | patternprops.cpp | 222 PatternProps::skipIdentifier(const UChar *s, int32_t length) { in skipIdentifier() function in PatternProps
|
D | messagepattern.cpp | 554 index=skipIdentifier(index); in parseArg() 817 index=skipIdentifier(index); in parsePluralOrSelectStyle() 1014 MessagePattern::skipIdentifier(int32_t index) { in skipIdentifier() function in MessagePattern 1017 const UChar *t=PatternProps::skipIdentifier(s+index, msgLength-index); in skipIdentifier()
|
/third_party/node/deps/icu-small/source/common/ |
D | patternprops.h | 90 static const char16_t *skipIdentifier(const char16_t *s, int32_t length);
|
D | patternprops.cpp | 222 PatternProps::skipIdentifier(const char16_t *s, int32_t length) { in skipIdentifier() function in PatternProps
|
D | messagepattern.cpp | 554 index=skipIdentifier(index); in parseArg() 817 index=skipIdentifier(index); in parsePluralOrSelectStyle() 1014 MessagePattern::skipIdentifier(int32_t index) { in skipIdentifier() function in MessagePattern 1017 const char16_t *t=PatternProps::skipIdentifier(s+index, msgLength-index); in skipIdentifier()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | PatternProps.java | 166 public static int skipIdentifier(CharSequence s, int i) { in skipIdentifier() method in PatternProps
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PatternProps.java | 187 public static int skipIdentifier(CharSequence s, int i) { in skipIdentifier() method in PatternProps
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessagePattern.java | 958 index=skipIdentifier(index); in parseArg() 1179 index=skipIdentifier(index); in parsePluralOrSelectStyle() 1381 private int skipIdentifier(int index) { 1382 return PatternProps.skipIdentifier(msg, index);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessagePattern.java | 1029 index=skipIdentifier(index); in parseArg() 1250 index=skipIdentifier(index); in parsePluralOrSelectStyle() 1452 private int skipIdentifier(int index) { 1453 return PatternProps.skipIdentifier(msg, index);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | messagepattern.h | 884 int32_t skipIdentifier(int32_t index);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | messagepattern.h | 884 int32_t skipIdentifier(int32_t index);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | messagepattern.h | 884 int32_t skipIdentifier(int32_t index);
|