Home | History | Annotate | Download | only in common

Lines Matching defs:b1

119     UStringPrepKey *b1 = (UStringPrepKey *)p1.pointer;
122 name1.pointer = b1->name;
124 path1.pointer = b1->path;
666 UChar *b1 = s1.getBuffer(srcLength);
667 if(b1==NULL){
672 b1, s1.getCapacity(), options, parseError, status);
678 b1 = s1.getBuffer(b1Len);
679 if(b1==NULL){
686 b1, s1.getCapacity(), options, parseError, status);
731 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError);