Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:patPos
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
locdispnames.cpp
594
int32_t
patPos
=0; /* position in the pattern, used for non-substitution portions */
in uloc_getDisplayName()
local
604
while (
patPos
< sub0Pos) {
in uloc_getDisplayName()
605
*p++ = pattern[
patPos
++];
in uloc_getDisplayName()
608
patPos
=sub0Pos;
in uloc_getDisplayName()
736
patPos
+=subLen;
in uloc_getDisplayName()
737
padLen=(subi==0 ? sub1Pos : patLen)-
patPos
;
in uloc_getDisplayName()
741
*p++=pattern[
patPos
++];
in uloc_getDisplayName()
744
patPos
+=padLen;
in uloc_getDisplayName()
/third_party/icu/icu4c/source/common/
H
A
D
locdispnames.cpp
606
int32_t
patPos
=0; /* position in the pattern, used for non-substitution portions */
in uloc_getDisplayName()
local
616
while (
patPos
< sub0Pos) {
in uloc_getDisplayName()
617
*p++ = pattern[
patPos
++];
in uloc_getDisplayName()
620
patPos
=sub0Pos;
in uloc_getDisplayName()
748
patPos
+=subLen;
in uloc_getDisplayName()
749
padLen=(subi==0 ? sub1Pos : patLen)-
patPos
;
in uloc_getDisplayName()
753
*p++=pattern[
patPos
++];
in uloc_getDisplayName()
756
patPos
+=padLen;
in uloc_getDisplayName()
/third_party/node/deps/icu-small/source/common/
H
A
D
locdispnames.cpp
606
int32_t
patPos
=0; /* position in the pattern, used for non-substitution portions */
in uloc_getDisplayName()
local
616
while (
patPos
< sub0Pos) {
in uloc_getDisplayName()
617
*p++ = pattern[
patPos
++];
in uloc_getDisplayName()
620
patPos
=sub0Pos;
in uloc_getDisplayName()
748
patPos
+=subLen;
in uloc_getDisplayName()
749
padLen=(subi==0 ? sub1Pos : patLen)-
patPos
;
in uloc_getDisplayName()
753
*p++=pattern[
patPos
++];
in uloc_getDisplayName()
756
patPos
+=padLen;
in uloc_getDisplayName()
/third_party/icu/icu4c/source/i18n/
H
A
D
dtptngen.cpp
1251
int32_t
patPos
, patLen = patternForm.length();
in mapSkeletonMetacharacters()
local
1252
for (
patPos
= 0;
patPos
< patLen;
patPos
++) {
in mapSkeletonMetacharacters()
1253
UChar patChr = patternForm.charAt(
patPos
);
in mapSkeletonMetacharacters()
1265
while (
patPos
+1 < patLen && patternForm.charAt(
patPos
+1)==patChr) {
in mapSkeletonMetacharacters()
1267
patPos
++;
in mapSkeletonMetacharacters()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
dtptngen.cpp
1243
int32_t
patPos
, patLen = patternForm.length();
in mapSkeletonMetacharacters()
local
1244
for (
patPos
= 0;
patPos
< patLen;
patPos
++) {
in mapSkeletonMetacharacters()
1245
char16_t patChr = patternForm.charAt(
patPos
);
in mapSkeletonMetacharacters()
1257
while (
patPos
+1 < patLen && patternForm.charAt(
patPos
+1)==patChr) {
in mapSkeletonMetacharacters()
1259
patPos
++;
in mapSkeletonMetacharacters()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
dtptngen.cpp
1234
int32_t
patPos
, patLen = patternForm.length();
1235
for (
patPos
= 0;
patPos
< patLen;
patPos
++) {
1236
UChar patChr = patternForm.charAt(
patPos
);
1248
while (
patPos
+1 < patLen && patternForm.charAt(
patPos
+1)==patChr) {
1250
patPos
++;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
DateTimePatternGenerator.java
698
for (int
patPos
= 0;
patPos
< skeleton.length();
patPos
++) {
in mapSkeletonMetacharacters()
699
char patChr = skeleton.charAt(
patPos
);
in mapSkeletonMetacharacters()
711
while (
patPos
+1 < skeleton.length() && skeleton.charAt(
patPos
+1) == patChr) {
in mapSkeletonMetacharacters()
713
patPos
++;
in mapSkeletonMetacharacters()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
DateTimePatternGenerator.java
659
for (int
patPos
= 0;
patPos
< skeleton.length();
patPos
++) {
in mapSkeletonMetacharacters()
660
char patChr = skeleton.charAt(
patPos
);
in mapSkeletonMetacharacters()
672
while (
patPos
+1 < skeleton.length() && skeleton.charAt(
patPos
+1) == patChr) {
in mapSkeletonMetacharacters()
674
patPos
++;
in mapSkeletonMetacharacters()
Completed in 24 milliseconds