Home
last modified time | relevance | path

Searched refs:IDLength (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dutransts.c742 int32_t IDLength; in _expect() local
755 ID = utrans_getUnicodeID(trans, &IDLength); in _expect()
756 id = aescstrdup(ID, IDLength); in _expect()
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go600 IDLength = ID(0x242) const
928 IDLength: "length",
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dbounds.go1276 x := a.NewExpr(0, t.IDDot, 0, t.IDLength, slice.AsNode(), nil, nil, nil)
1278 x.SetMType(a.NewTypeExpr(t.IDFunc, 0, t.IDLength, slice.MType().AsNode(), nil, nil))
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dbuiltin.go401 case t.IDLength:
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go923 if x := p.peek1(); x != t.IDLength {